AgentChannelRead
Binds an agent to a channel, with per-binding config controlling how the agent uses that channel (for example whether inbound messages on it create leads). Identified by the (agent_id, channel_id) pair rather than a surrogate id.
ID of the agent (a configured AI assistant / bot persona) this record belongs to.
ID of the messaging channel this record relates to.
config objectrequired
Per-binding configuration governing how the agent uses the channel (e.g. inbound handling).
falsecrm_fields_conditions object
- CRMFieldsConditionsConfig
- null
Possible values: [AND, OR]
ANDconditions object[]
Possible values: [EQUALS, NOT_EQUALS, IN, NOT_IN, STARTS_WITH, ENDS_WITH, CONTAINS, EXISTS, NOT_EXISTS, IS_EMPTY, IS_NOT_EMPTY]
falsewazzup24_universal_waba_template_id object
- string
- null
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]
false{
"agent_id": 0,
"channel_id": 0,
"config": {
"inbound_enabled": false,
"crm_fields_conditions": {
"operator": "AND",
"conditions": [
{
"field": "string",
"operator": "EQUALS"
}
]
},
"wazzup24_universal_waba_template_enabled": false,
"wazzup24_universal_waba_template_id": "string",
"allowed_platforms": [
"telegram"
],
"allow_phone_contacts": false
}
}