v1
latestOpenAPI 3.1.02026-08-0612447737.4 KBSend Message
Send Message
Send a message
post/send_message
Request body
fromstring uuid required
Channel ID from which the message will be sent
idstring uuid nullable
Message ID
conversation_idstring uuid nullable
Conversation ID
conversation_status'open' | 'closed' | 'archived' nullable
Conversation Status
subjectstring nullable
Subject of the message
htmlstring nullable
HTML content of the message
textstring nullable
Text content of the message
contentobject nullable
Content of the message. Only use this if you know what you are doing. Prefer using html or text otherwise
send_afterstring date-time nullable
Send the message after this time
placeholder_valuesstring[] nullable
Placeholder values for the message
reply_to_message_idstring uuid nullable
Message ID to which this message is a reply
attachmentsstring[] nullable
Attachment URLs to the message. Can either https:// or media_library://
template_idstring uuid nullable
Template ID
review_channel_idstring uuid nullable
Review Channel ID
marketing_channel_idstring uuid nullable
Marketing Channel ID
footerstring nullable
Footer text for the message
Response
The message was sent successfully