List CRM Steps
Retrieves a list of CRM steps for a given scenario, optionally filtered by agentId.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
The ID of the CRM scenario to fetch steps for.
Filter steps by a specific Agent ID.
Response
The unique identifier for the CRM step.
The order/index of the step within its scenario.
The main prompt or instruction for this step.
A trigger condition or keyword for this step.
An initial message to be sent when this step is activated.
ID of the step to automatically transition to after this one.
Time in seconds to wait before automatically transitioning to autoNextStepId.
Default status to set for conversations reaching this step.
RESOLVED
, UNRESOLVED
, HUMAN_REQUESTED
Default priority to set for conversations reaching this step.
LOW
, MEDIUM
, HIGH
Default user ID to assign conversations reaching this step.
If true, assigns a random user from the organization if defaultAssigneeId is not set.
Indicates if this step is mandatory.
Timestamp of when the step was created.
Timestamp of when the step was last updated.
Was this page helpful?