Send a message from a live agent to the user, or end the conversation.
Use this endpoint to send messages from your live agent platform back to the user in the widget. This is the counterpart to the webhooks Bland sends to your system during a live agent escalation.Documentation Index
Fetch the complete documentation index at: https://docs.bland.ai/llms.txt
Use this file to discover all available pages before exploring further.
INITIAL_CONVERSATION webhook payload."MESSAGE".MESSAGE requests, returns the created message object. For END_CONVERSATION requests, returns the updated thread object with ended_at timestamp.| Status | Error | Description |
|---|---|---|
| 400 | INVALID_PARAMETER | Request body validation failed. |
| 400 | THREAD_ENDED | The thread has already been ended. |
| 404 | NOT_FOUND | Thread not found with the given ID. |