Send a message from a live agent to the user, or end the conversation.
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. |