Learn about the event types sent by the Flow REST API.

The following tables have a list of all the Flow-supported event types.

📘

Note

We may introduce new event types at any time, so as you develop and maintain your code, do not limit your assumptions to only those listed here.

Event TypeDescription
messageThis event type is triggered whenever Flow sends a reply message for a specific threadId
historyThis event type is triggered whenever Flow sends messaging history for a specific threadId
threadsThis event type is triggered whenever Flow sends a list of threads in the user’s project
trigger.eventsThis event type is triggered whenever Flow sends a list of events that can be triggered manually
businessHoursThis event type is triggered whenever Flow sends business hours information
pausedThis event type is triggered when the AI engine has paused the operation for a specific threadId
resumedThis event type is triggered when the AI engine has resumed operation for a specific threadId
isPausedThis event type is triggered whenever Flow sends a bot status for a specific threadId
inboundThis event type is triggered whenever a user sends a message to Flow from a non-REST channel
outboundThis event type is triggered whenever the AI engine sends a message to the user from a non-REST channel
takeoverThis event type is triggered when the takeover action is executed