Sendexa LogoDocs

Send Message

Send a message to an existing conversation.

POST
/v1/chat/conversations/:id/messages

Request Body

JSON
{
"senderId": "agent_555",
"text": "Sure, I can help you with that. Can you provide your order number?",
"type": "text"
}

Response

JSON
{
"success": true,
"data": {
"messageId": "msg_xyz789",
"timestamp": "2024-01-15T10:35:12Z"
}
}