Update CRM Step
Updates an existing CRM step. The step ID must be provided in the request body, along with at least one other field to update.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
The ID of the CRM step to update.
New name for the step.
New trigger condition or keyword for the step.
New main prompt or instruction for the step.
New initial message for the step.
New ID of the step to automatically transition to. Use null to remove.
New time in seconds for auto-transition. Use null to remove.
New default status for conversations at this step.
RESOLVED
, UNRESOLVED
, HUMAN_REQUESTED
New default priority for conversations at this step.
LOW
, MEDIUM
, HIGH
New logic for assigning conversations at this step.
none
, clear
, single_user
, random_selected
, fair_distribution_selected
New list of membership IDs for assignee logic.
New mandatory status for the step.
New Agent ID to associate with this step. Use null to remove.
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
Logic for assigning conversations at this step.
none
, clear
, single_user
, random_selected
, fair_distribution_selected
List of membership IDs for assignee logic.
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?