PaginatedResponse[ChannelSafeRead]
items object[]required
Unique numeric identifier of the record.
Creation time (UTC, ISO 8601).
Human-readable channel name.
The channel's phone number or account identifier.
config objectrequired
Channel-level configuration (JSON).
alias object
Optional CRM-facing value exactly matched when resolving imported chat-id contacts to this channel.
- string
- null
truetruelast_seen_msg_id object
- string
- null
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.
spam_block objectrequired
Latest Telegram SpamBot check state for this channel, if the channel supports that check.
Current spam-block check status.
Possible values: [unknown, ongoing_check, not_limited, limited, parse_failed, send_failed]
unknownlimited_until object
When Telegram says the account limitation will be lifted, if parsed from SpamBot.
- date-time
- null
check_started_at object
When the latest check request was started.
- date-time
- null
last_response_at object
Timestamp of the latest SpamBot response seen for this channel.
- date-time
- null
last_response_text object
Raw latest SpamBot response text kept for operator diagnostics.
- string
- null
last_error object
Last send or parse error, if the check failed.
- string
- null
request_message_id object
External Wappi message id for the latest /start request, if available.
- string
- null
request_task_id object
External Wappi task id for the latest /start request, if available.
- string
- null
source object
What started the latest check — manual user action or scheduled automation.
- string
- null
Possible values: [manual, scheduled]
requested_by_user_id object
User id that manually started the latest check, if any.
- integer
- null
The messaging platform (e.g. whatsapp, telegram, waba, instagram, email, sms).
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]
The provider/gateway powering the channel (e.g. wazzup24, greenapi, wappi, chatpush, self_wz).
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]
Whether the external provider session is connected/authorized.
Whether the channel is enabled for use by the platform.
Whether the channel is archived.
crm_integration_id objectrequired
- integer
- null
deactivated_until objectrequired
If set, the channel is paused until this time (UTC).
- date-time
- null
Max cold-outreach messages allowed through this channel per day.
skip_outreach_until objectrequired
If set, cold outreach through this channel is paused until this time (UTC).
- date-time
- null
Minimum spacing between cold-outreach sends on this channel.
Max sub-outreach (into existing chats) messages per day — typically higher than cold outreach.
skip_sub_outreach_until objectrequired
If set, sub-outreach through this channel is paused until this time (UTC).
- date-time
- null
Minimum spacing between sub-outreach sends on this channel.
Whether this is a test channel.
falsewebhook_uuid object
Opaque identifier used to build the channel's inbound webhook URL.
- string
- null
webhook_url objectrequired
The inbound webhook URL the provider should call for this channel (derived from vendor + webhook_uuid).
- string
- null
{
"items": [
{
"id": 0,
"created_at": "2024-07-29T15:51:28.071Z",
"name": "string",
"number": "string",
"config": {
"alias": "string",
"accept_comment_hooks": true,
"fetch_only_unread": true,
"last_seen_msg_id": "string",
"radist_webhook_connection_ids": {}
},
"spam_block": {
"status": "unknown",
"limited_until": "2024-07-29T15:51:28.071Z",
"check_started_at": "2024-07-29T15:51:28.071Z",
"last_response_at": "2024-07-29T15:51:28.071Z",
"last_response_text": "string",
"last_error": "string",
"request_message_id": "string",
"request_task_id": "string",
"source": "manual",
"requested_by_user_id": 0
},
"channel_type": "telegram",
"vendor": "wazzup24",
"is_session_active": true,
"is_active": true,
"is_archived": true,
"crm_integration_id": 0,
"deactivated_until": "2024-07-29T15:51:28.071Z",
"outreach_daily_limit": 0,
"skip_outreach_until": "2024-07-29T15:51:28.071Z",
"add_outreach_interval_seconds": 0,
"sub_outreach_daily_limit": 0,
"skip_sub_outreach_until": "2024-07-29T15:51:28.071Z",
"add_sub_outreach_interval_seconds": 0,
"is_test": false,
"webhook_uuid": "string",
"webhook_url": "string"
}
],
"page": 0,
"limit": 0,
"total": 0,
"pages": 0
}