Webhooks¶
Webhooks allow you to get real-time programmatic notifications about changes in your data as they happen.
Payload sent to Conversations:
{
"data": {
"domain": "conversation",
"status": "NEW",
"detail": {
"conversation_id": "6628da4c11696b6967daf96c"
}
}
}
Payload sent to Messages: