Chatbot Flow Started
When a Chatbot begins controlling a conversation, you will receive a workflow_bot.flow_started event.
Request example
#
Request data breakdown
#
Key
value
type
Description
event
workflow_bot.flow_started string
name of the event
id
30837b84-b007-46dd-943a-092513f69cd8 string
id of the event
account
1 Integer
id of the account
app
1 Integer
id of the app
createdAt
1652968658 Integer
timestamp of the creation date
deliveryAttempts
1 Integer
number of times we tried to deliver the event
firstDeliveryAttempt
1652968658 Integer
timestamp of the first time we tried to deliver the event
data.workflowBot
WorkflowBot Object
WorkflowBot
data of the WorkflowBot object
data.conversation
Conversation Object
Conversation
data of the Conversation object
Previous
Channel user tag deleted
Next
Chatbot flow ended