Events

Format

Events share common information, data is the only property that changes among the different event types

AttributeTypeDescription
topicstringtopic name where the event came from
botIDstringID of the bot that generated the event
typestringalways event
timestampnumbertimestamp of the event
dataobjectthe event custom data
{
    "topic": "conversation.step_reached",
    "botID": "507f1f77bcf86cd799439011",
    "timestamp": 1514998709,
    "type": "event",
    "data": {
    }
}