List Scenario Conversations
Retrieves a list of conversations associated with a specific CRM scenario.
Can also be used to get conversation counts by using the isCount
parameter.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the CRM scenario.
Query Parameters
The ID of a specific step to filter conversations.
The page number for pagination.
The number of items per page for pagination.
If true, returns conversation counts instead of the conversation list.
If true, includes conversations that are not marked as available.
Response
The unique identifier for the CRM scenario conversation link.
Indicates if the conversation is currently available/active in this scenario step.
Describes the conversation object as returned within the CrmScenarioConversation context.
Was this page helpful?