Follow Up Created

This webhook is triggered when a follow-up conversation is created, requesting some additional information from the user.
The expected response is HTTP 200, and the response content is ignored.

Payload
const
enum
Defaults to follow_up_created
Allowed:
string
required

Link to newly created follow-up conversation (should be sent to user)

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…