Skip to main content
POST
Create message

Authorizations

Authorization
string
header
required

Workspace API token. Include abilities external-api:read and/or external-api:write.

Body

application/json
conversation_id
string<uuid>
required
sender_type
enum<string>
required
Available options:
customer,
user
content
string
required
sender_id
string<uuid> | null

Response

Message created

id
string<uuid>
conversation_id
string<uuid>
sender_type
enum<string>
Available options:
customer,
user,
agent,
system
sender_id
string<uuid> | null
customer_id
string<uuid> | null
content
string
sent_at
string<date-time> | null
is_internal
boolean | null
from
string[] | null
to
string[] | null
cc
string[] | null
bcc
string[] | null
email_status
string | null
email_error_message
string | null
created_at
string<date-time> | null