POST /api/v1/forward/channels
Creates a channel instance for an external messaging platform. The channel receives inbound IM messages and sends replies through the configured provider.
Headers
Body parameters
Example request
Example response
HTTP 201 CreatedResponse fields
Error codes
Notes
- New channels default to
enabled=true. - A channel can process inbound messages only when
enabled=trueandbinding_status="bound". - To pause inbound processing temporarily, prefer Update Channel with
enabled=false.