ChannelCredentials
wazzup24 object
- ChannelWazzup24Credentials
- null
ID of the messaging channel this record relates to.
chatpush object
- ChannelChatpushCredentials
- null
ID of the messaging channel this record relates to.
self_wz object
- ChannelSelfWZCredentials
- null
all_creds object
- SelfWZAllCreds
- null
creds objectrequired
keys objectrequired
greenapi object
- ChannelGreenAPICredentials
- null
ID of the messaging channel this record relates to.
wappi object
- ChannelWappiAPICredentials
- null
The Wappi profile identifier used for outbound API calls and inbound webhook matching.
api_key object
Optional per-channel Wappi API token override. When omitted, the global Wappi token from server config is used.
- string
- null
Set to true for Wappi MAX bot profiles so the connector routes MAX requests to the bot API surface instead of the personal-MAX one.
falseyandex_messenger object
- ChannelYandexMessengerCredentials
- null
channel_id object
ID of the messaging channel this record relates to.
- string
- null
salebot object
- ChannelSalebotCredentials
- null
ID of the messaging channel this record relates to.
bothelp object
- ChannelBotHelpCredentials
- null
channel_id object
ID of the messaging channel this record relates to.
- string
- null
access_token object
- string
- null
access_token_expires_at object
- date-time
- null
radist object
Credentials for a Radist.online channel (vendor "radist"). Required when creating such a channel.
- ChannelRadistCredentials
- null
The Radist.online API token (sent as the X-Api-Key header).
The Radist.online company id — an integer, present in every Radist API URL.
chatapp object
- ChannelChatAppCredentials
- null
channel_id object
ID of the messaging channel this record relates to.
- string
- null
access_token object
- string
- null
access_token_expires_at object
- date-time
- null
refresh_token object
- string
- null
refresh_token_expires_at object
- date-time
- null
fasttrack object
- ChannelFastTrackAPICredentials
- null
ID of the messaging channel this record relates to.
usedesk object
- ChannelUseDeskAPICredentials
- null
ID of the messaging channel this record relates to.
email object
- ChannelEmailCredentials
- null
twilio object
- ChannelTwilioAPICredentials
- null
ID of the messaging channel this record relates to.
phone_number_sid object
- string
- null
pinbox object
- ChannelPinboxCredentials
- null
ID of the messaging channel this record relates to.
unipile object
- ChannelUnipileCredentials
- null
ID of the messaging channel this record relates to.
amocrm_salesbot object
- ChannelAmoSalesBotAPICredentials
- null
ID of the messaging channel this record relates to.
bitrix24_openlines object
Routing credentials for a backend-managed Bitrix24 Open Lines channel. Clients normally do not create this channel manually.
- ChannelBitrix24OpenLinesAPICredentials
- null
ID of the Bitrix24 CRM integration that owns this synthetic channel.
{
"wazzup24": {
"api_key": "string",
"channel_id": "string"
},
"chatpush": {
"api_key": "string",
"channel_id": "string"
},
"self_wz": {
"all_creds": {
"creds": {},
"keys": {}
},
"qr": "string"
},
"greenapi": {
"api_key": "string",
"channel_id": "string"
},
"wappi": {
"channel_id": "string",
"api_key": "string",
"is_max_bot": false
},
"yandex_messenger": {
"api_key": "string",
"channel_id": "string"
},
"salebot": {
"channel_id": "string",
"api_key": "string",
"group_ids": [
"string"
]
},
"bothelp": {
"channel_id": "string",
"client_id": "string",
"client_secret": "string",
"access_token": "string",
"access_token_expires_at": "2024-07-29T15:51:28.071Z"
},
"radist": {
"api_key": "string",
"company_id": 0
},
"chatapp": {
"channel_id": "string",
"license_id": 0,
"messenger_type": "string",
"app_id": "string",
"email": "string",
"password": "string",
"access_token": "string",
"access_token_expires_at": "2024-07-29T15:51:28.071Z",
"refresh_token": "string",
"refresh_token_expires_at": "2024-07-29T15:51:28.071Z"
},
"fasttrack": {
"channel_id": "string"
},
"usedesk": {
"channel_id": "string"
},
"email": {
"password": "string",
"username": "string"
},
"twilio": {
"api_key": "string",
"channel_id": "string",
"phone_number_sid": "string",
"account_sid": "string"
},
"pinbox": {
"api_token": "string",
"channel_id": "string"
},
"unipile": {
"channel_id": "string",
"api_key": "string",
"dsn": "string"
},
"amocrm_salesbot": {
"channel_id": "string"
},
"bitrix24_openlines": {
"channel_id": "string"
}
}