v1

latestOpenAPI 3.1.02026-07-2458221215.8 KB
Messages

Send a message

Send a message on the specified channel (from object) to a new or existing contact (to object).

post/messages

Request body

in_reply_tostring nullable

The ID of the message this message replies to

Response

OK

urlstring

The URL of the message resource

idstring

The ID of the outbound message

status'processed' | 'sent' | 'received' | 'sending_failed' | 'read'
conversation_idstring

The ID of the conversation the message belongs to

in_reply_tostring nullable

The ID of the message this message replies to

created_atstring date-time

The time when the message was created

updated_atstring date-time

The time when the message was last updated

direction'outbound'

Whether the message is inbound or outbound

Example response

{
  "created_at": "2022-03-10T16:15:50Z",
  "updated_at": "2022-03-10T16:15:50Z"
}