Channels
List and Search
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Response
200 - application/json
Successful response
Name of the channel.
Example:
"Send Template Message to WhatsApp User"
Detailed description of the channel.
Example:
"Send Template Message to WhatsApp User"
External ID used in the channel payload for matching and forwarding.
Example:
"249688884896294"
Hook type for the channel.
Available options:
rpc
, whatsapp
Example:
"rpc"
Callback type for the channel.
Available options:
rpc
, whatsapp
Example:
"whatsapp"
URL to handle incoming messages/events. Can be any valid URL or in the format native:agents/<agentType>
.
Example:
"native:agents/taskManager"
Configuration settings for the channel.