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

Changes

No recorded changes to this endpoint across all 1 revision of this API.