ChannelWappiAPICredentials
Credentials and per-profile options for a Wappi-backed channel.
channel_idChannel Idrequired
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
string
is_max_botIs Max Bot
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.
Default value:
falseChannelWappiAPICredentials
{
"channel_id": "string",
"api_key": "string",
"is_max_bot": false
}