Skip to main content

AgentChannelConfigPartialUpdate

inbound_enabled object
anyOf
boolean
crm_fields_conditions object
anyOf
operatorCRMFieldsConditionsOperator

Possible values: [AND, OR]

Default value: AND
conditions object[]
  • Array [
  • fieldFieldrequired
    operatorCRMFieldConditionOperatorrequired

    Possible values: [EQUALS, NOT_EQUALS, IN, NOT_IN, STARTS_WITH, ENDS_WITH, CONTAINS, EXISTS, NOT_EXISTS, IS_EMPTY, IS_NOT_EMPTY]

    valueValue
  • ]
  • wazzup24_universal_waba_template_enabled object
    anyOf
    boolean
    wazzup24_universal_waba_template_id object
    anyOf
    string
    allowed_platforms object
    anyOf
  • Array [
  • string

    Possible values: [telegram, whatsapp, waba, max, viber, instagram, fasttrack, usedesk, salebot, avito, vk, yandex_messenger, email, sms, pinbox, linkedin, amocrm_salesbot, bitrix24_openlines, sip, webrtc, bothelp]

  • ]
  • allow_phone_contacts object
    anyOf
    boolean
    AgentChannelConfigPartialUpdate
    {
    "inbound_enabled": true,
    "crm_fields_conditions": {
    "operator": "AND",
    "conditions": [
    {
    "field": "string",
    "operator": "EQUALS"
    }
    ]
    },
    "wazzup24_universal_waba_template_enabled": true,
    "wazzup24_universal_waba_template_id": "string",
    "allowed_platforms": [
    "telegram"
    ],
    "allow_phone_contacts": true
    }