v1

latestOpenAPI 3.1.0raw.githubusercontent.com2026-04-11242492.2 KB
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

contentstring required

The message content

message_typestring

The type of message

metadataobject

Additional metadata for the message

Example request

{
  "content": "Hello! I have a question about your menu.",
  "message_type": "text"
}

Response

MessageResource