Skip to main content
POST
Create Chat Thread Message

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

thread_id
string
required

Body

application/json

The schema for creating an assistant's chat message.

role
string
required
content
string
required

Response

Successful Response

role
string
required
content
string
required
date_added
string<date-time>
required
date_updated
string<date-time>
required
frontend_actions
enum<string>[]

The Front-end actions.

Available options:
enable_submit_button,
disable_submit_button,
update_campaign_draft,
set_campaign_draft_step_1,
set_campaign_draft_step_2,
set_campaign_draft_step_3,
set_campaign_draft_step_4