RefusalReasonCreateRequest
Payload to create a manual refusal reason for an agent.
ID of the agent (a configured AI assistant / bot persona) this record belongs to.
Human-readable refusal reason. The backend derives the stable key from this value.
Possible values: non-empty and <= 80 characters
Guidance for when this refusal reason should be used.
Short example user refusals that fit this reason.
Whether the reason is immediately available to the classifier.
truemovement_type object
- SystemMovementType
- null
Kind of a technical, non-conversational lead stage movement. Used as a neutral signal through the movement pipeline; transformed into the agent's designated refusal reason (RefusalReason.movement_type) downstream. None = conversational.
Possible values: [ignore, total_ignore, outreach_failure, delivery_failure, invalid_contact, blocked_contact, blacklisted_contact]
{
"agent_id": 0,
"display_name": "string",
"description": "",
"examples": [
"string"
],
"is_active": true,
"movement_type": "ignore"
}