Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

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

Headers

x-account-id
string<uuid>
required

The account that owns the communication thread

Body

application/json
channel
enum<string>
required
Available options:
email,
whatsapp,
chat,
review,
system,
other
ticket_id
string<uuid> | null
review_id
string<uuid> | null
customer_id
string | null
inbox_id
string<uuid> | null
channel_account_id
string | null
external_thread_id
string | null
status
enum<string>
default:open
Available options:
open,
closed
assignee_user_id
string<uuid> | null
metadata
object

Response

Communication thread created

data
object