ChannelConfig
Channel-level configuration shared across channel API operations.
alias object
Optional CRM-facing value exactly matched when resolving imported chat-id contacts to this channel.
- string
- null
string
accept_comment_hooksAccept Comment Hooks
Default value:
truefetch_only_unreadFetch Only Unread
Default value:
truelast_seen_msg_id object
anyOf
- string
- null
string
radist_webhook_connection_ids object
Backend-managed registry of Radist.online connections that already have this channel's inbound webhook (connection id → Radist webhook id). Populated automatically when a chat is resolved; do not edit it, and preserve the received value when updating the config.
property name*string
ChannelConfig
{
"alias": "string",
"accept_comment_hooks": true,
"fetch_only_unread": true,
"last_seen_msg_id": "string",
"radist_webhook_connection_ids": {}
}