Receive real-time HTTP POST notifications for every platform event into your own backend.
chat.createdFired when a new conversational session initialises.
chat.completedFired when a customer or agent closes the chat session.
message.receivedFired on every inbound customer message.
handoff.requestedFired immediately when the AI detects customer frustration and requests human intervention.
handoff.requested{
"event": "handoff.requested",
"timestamp": 1718712395,
"data": {
"sessionId": "session_9827",
"customerName": "Abhishek",
"sentimentScore": -0.84,
"lastMessage": "Let me speak to a human agent please."
}
}