Conversations
Send conversation message
Sends an email reply to the subscriber or adds an internal note. Replies reopen closed conversations.
post/conversations/{conversationId}/messages
Path parameters
conversationIdstring required
Conversation ID.
Request body
Response
Message created
Example response
{
"success": true,
"message": {
"id": "msg_abc123"
}
}