Skip to main content
POST
Send a message

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

thread_id
string
required

Body

application/json
content
string
required

Message body (HTML).

Minimum string length: 1
cc
object[]

Applied only to email-channel threads.

bcc
object[]

Applied only to email-channel threads.

attachments
object[]

Applied only to email-channel threads.

channel_id
string

Slack channel id. Required for Slack threads unless one is stored on the thread.

author
enum<string>

user (default) sends the message as your workspace user. contact records the message as inbound from the thread's contact: nothing is delivered and no AI agent, notification, or thread state change is triggered. Supported on email and live chat threads.

Available options:
user,
contact

Response

Successful response

id
string
required
thread_id
string
required
channel
enum<string>
required
Available options:
email,
slack,
live_chat,
teams