Skip to main content
POST
Create channel

Overview

Creates a new channel. After creation, the channel needs to be connected (via dashboard or SDK) to start sending and receiving messages. The returned id is the channelId used in all API calls.

Available types

Authorizations

Authorization
string
header
required

Secret Key generated in the Hub Message Security panel

Body

application/json
name
string
required

Channel name

type
enum<string>
required

Channel type (platform)

Available options:
META_WHATSAPP

Response

Channel created successfully

id
string

Created channel ID (channelId)