Skip to main content

ChannelPartialUpdate

nameNamerequired
numberNumberrequired
channel_typeChannel Typerequired

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]

vendorVendorrequired

Possible values: [wazzup24, self_wz, chatpush, greenapi, wappi, chatapp, yandex_messenger, salebot, bothelp, radist, fasttrack, usedesk, amocrm_salesbot, bitrix24_openlines, twilio, mail.ru, gmail, pinbox, unipile, voice]

config object

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.

anyOf
string
accept_comment_hooksAccept Comment Hooks
Default value: true
fetch_only_unreadFetch Only Unread
Default value: true
last_seen_msg_id object
anyOf
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
is_session_activeIs Session Active
Default value: true
is_activeIs Active
Default value: true
is_archivedIs Archived
Default value: false
deactivated_until object
anyOf
date-time
outreach_daily_limitOutreach Daily Limit
Default value: 7
skip_outreach_until object
anyOf
date-time
sub_outreach_daily_limitSub Outreach Daily Limit
Default value: 1000
skip_sub_outreach_until object
anyOf
date-time
add_outreach_interval_secondsAdd Outreach Interval Seconds
Default value: 300
add_sub_outreach_interval_secondsAdd Sub Outreach Interval Seconds
Default value: 20
is_testIs Test
Default value: false
ChannelPartialUpdate
{
"name": "string",
"number": "string",
"channel_type": "telegram",
"vendor": "wazzup24",
"config": {
"alias": "string",
"accept_comment_hooks": true,
"fetch_only_unread": true,
"last_seen_msg_id": "string",
"radist_webhook_connection_ids": {}
},
"is_session_active": true,
"is_active": true,
"is_archived": false,
"deactivated_until": "2024-07-29T15:51:28.071Z",
"outreach_daily_limit": 7,
"skip_outreach_until": "2024-07-29T15:51:28.071Z",
"sub_outreach_daily_limit": 1000,
"skip_sub_outreach_until": "2024-07-29T15:51:28.071Z",
"add_outreach_interval_seconds": 300,
"add_sub_outreach_interval_seconds": 20,
"is_test": false
}