CRM Scenarios
List Scenario Conversations
Retrieves a list of conversations associated with a specific CRM scenario.
GET
/
crm
/
scenario
/
{scenarioId}
/
conversation
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
scenarioId
string
requiredThe ID of the CRM scenario.
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
Was this page helpful?