Conversation Ready

This webhook is triggered when a newly created conversation becomes ready for user interaction.
Until this webhook is called, the conversation may display a “please wait” screen while the system
performs the actions required before asking the first question.
The expected response is HTTP 200, and the response body is ignored.

Payload
const
enum
Defaults to conversation_ready
Allowed:
string
required

ID of the case

string
required

ID of the new conversation (dialog session with the user)

ID which identifies this case in your system (if set when creating the case)

Response

LoadingLoading…