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.

Response

Successful response

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