Skip to main content
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 Created

Response fields

Error codes

Notes

  • New channels default to enabled=true.
  • A channel can process inbound messages only when enabled=true and binding_status="bound".
  • To pause inbound processing temporarily, prefer Update Channel with enabled=false.

Create channel QR session

List channels