Create
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
Request payload for creating or updating a channel.
Name of the channel.
"Send Template Message to WhatsApp User"
Detailed description of the channel.
"Description of this channel."
External ID used in the channel payload for matching and forwarding.
"249688884896294"
Hook type for the channel.
rpc
, whatsapp
"rpc"
Callback type for the channel.
rpc
, whatsapp
"whatsapp"
URL to handle incoming messages/events. Can be any valid URL or in the format native:agents/<agentType>
.
"native:agents/taskManager"
Configuration settings for the channel.
Response
Response containing channel details.
Name of the channel.
"Send Template Message to WhatsApp User"
Detailed description of the channel.
"Send Template Message to WhatsApp User"
External ID used in the channel payload for matching and forwarding.
"249688884896294"
Hook type for the channel.
rpc
, whatsapp
"rpc"
Callback type for the channel.
rpc
, whatsapp
"whatsapp"
URL to handle incoming messages/events. Can be any valid URL or in the format native:agents/<agentType>
.
"native:agents/taskManager"
Configuration settings for the channel.