Skip to main content
POST
Create Message

Headers

TENANT
string
required

The tenant you are making this request on behalf of

API-KEY
string
required

Your api key

Body

multipart/form-data
sender_id
string
required
chat_id
string
required
content
string | null
message_uid
string | null
quote_id
string | null
files
file[] | null
event_id
string | null
message_type
enum<string> | null
Available options:
REMINDER,
OVERRIDE,
FOLLOW_UP,
EXPIRED,
CONFIRMATION,
INTRODUCTORY,
CANCELLED,
UPDATE

Response

Successful Response

id
string
required
chatId
string
required
status
enum<string>
required
Available options:
CREATED,
QUEUED,
SCHEDULED,
SENDING,
SENT,
UNDELIVERED,
DELIVERED,
READ,
FAILED,
EXPIRED,
OPTED_OUT
sender
UserTiny · object
required
createdDate
string<date-time>
required
messageUid
string | null
content
string | null
errorMessage
string | null
sendoMessageId
string | null
functionCall
Functioncall · object | null
files
string[] | null
suggestedMessages
SuggestedMessageSummary · object[] | null
toolCalls
ToolCallSummary · object[] | null
eventId
string | null
type
enum<string> | null
Available options:
REMINDER,
OVERRIDE,
FOLLOW_UP,
EXPIRED,
CONFIRMATION,
INTRODUCTORY,
CANCELLED,
UPDATE