IntegrationApplicationChannel
idstring<uuid>required
Application channel ID, also accepted as a send from fallback.
channelTypestringrequired
Example:
WHATSAPPnamestringrequired
Best configured display name, falling back to from.
Example:
WhatsApp Supportfromstringrequired
Simplest configured sender alias accepted by the channel's send endpoint. Messenger Page usernames are returned without a leading @.
Example:
+5511999999999isSandboxbooleanrequired
Whether this is an application-owned Sandbox channel.
keywordstringnullablerequired
Sandbox sender keyword; null for regular channels.
configurationValues object
Safe synthetic identity returned only for Sandbox channels.
namestringrequired
Example:
WhatsApp Sandboxusernamestringrequired
Sandbox sender keyword.
IntegrationApplicationChannel
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"channelType": "WHATSAPP",
"name": "WhatsApp Support",
"from": "+5511999999999",
"isSandbox": true,
"keyword": "string",
"configurationValues": {
"name": "WhatsApp Sandbox",
"username": "string"
}
}