Skip to main content
POST
Continue an existing conversation

Authorizations

Authorization
string
header
required

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

Path Parameters

dealId
string
required

CRM deal ID (HubSpot/Salesforce object ID).

Required string length: 1 - 64
cid
string
required

Conversation ID returned by POST /deals/{dealId}/conversations (or the company equivalent).

Required string length: 1 - 128

Body

application/json
message
string
required

User message text.

Required string length: 1 - 10000

Response

Assistant response.

conversation_id
string
required

Use this on subsequent POST /conversations/{cid}/messages calls to continue the thread.

messages
object[]
required

Messages produced by this turn (typically one assistant message).