Customer Messaging
Send a message to a conversation
Send a new message to a specific conversation. The message will be marked as sent by the authenticated customer.
post/customer/messaging/conversations/{conversation}/messages
Path parameters
conversationstring required
The conversation ID
Request body
Example request
{
"content": "Hello! I have a question about your menu.",
"message_type": "text"
}Response
MessageResource