CompanyLeadInfoChannelRead
A destination (typically a Telegram chat/thread) where the company receives lead-info notifications from the platform.
Unique numeric identifier of the record.
ID of the owning company (the top-level tenant account).
config objectrequired
Notification destination configuration (target chat id, channel type, optional thread id).
The destination chat/channel id at the provider.
The messaging platform of the destination (defaults to telegram).
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]
telegrammessage_thread_id object
Optional thread id within the destination chat.
- string
- null
Whether notifications to this destination are enabled.
Creation time (UTC, ISO 8601).
{
"id": 0,
"company_id": 0,
"config": {
"channel_id": "string",
"channel_type": "telegram",
"message_thread_id": "string"
},
"is_active": true,
"created_at": "2024-07-29T15:51:28.071Z"
}