Перейти к основному содержимому

RefusalReasonImportRequest

agent_idAgent Idrequired

Идентификатор агента (настроенного ИИ-ассистента/бота), которому принадлежит запись.

crm_integration_idCrm Integration Idrequired
reasons object[]required

Possible values: >= 1

  • Array [
  • crm_idCrm Idrequired

    Идентификатор соответствующей записи в подключённой внешней CRM, если есть.

    nameNamerequired

    Possible values: non-empty and <= 80 characters

    movement_type object
    anyOf
    SystemMovementType

    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]

  • ]
  • RefusalReasonImportRequest
    {
    "agent_id": 0,
    "crm_integration_id": 0,
    "reasons": [
    {
    "crm_id": "string",
    "name": "string",
    "movement_type": "ignore"
    }
    ]
    }