POST
/
crm
/
step
/
conversation

Authorizations

Authorization
string
headerrequired

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

Body

application/json
conversationId
string
required

ID of the conversation to add to the step.

scenarioId
string

ID of the CRM scenario. Required if stepId is not provided or if stepIndex is used.

stepId
string | null

ID of the specific CRM step. If provided, scenarioId and stepIndex are ignored for step identification.

stepIndex
integer | null

Index of the step within the scenario (used with scenarioId if stepId is not provided).

Response

200 - application/json
id
string

The unique identifier for the CRM scenario conversation link.

scenarioId
string
conversationId
string
stepId
string
organizationId
string
createdAt
string
updatedAt
string
available
boolean

Indicates if the conversation is currently available/active in this scenario step.

conversation
object
step
object