Skip to main content
POST
Create a Broadcast Template

Authorizations

Authorization
string
header
required

Bearer token authentication using your API key

Path Parameters

org_id
string
required

Org ID

broadcast_id
string
required

Broadcast ID

Body

Schema for creating a broadcast template

integration_id
enum<string>
required

ID of the connection integration

Available options:
internal,
org,
custom,
whatsapp_bot,
messenger_bot,
instagram_dm,
tiktok_dm,
telegram_bot,
gmail,
slack_bot,
twilio,
telnyx,
email
config
object
required

Configuration object for the broadcast template

connection_id
string | null

Response

200 - application/json

Schema for a broadcast template

id
string
required
broadcast_id
string
required
connection_id
string | null
required
integration_id
enum<string>
required

ID of the connection integration

Available options:
internal,
org,
custom,
whatsapp_bot,
messenger_bot,
instagram_dm,
tiktok_dm,
telegram_bot,
gmail,
slack_bot,
twilio,
telnyx,
email
recipients_count
number
required
config
object
required

Configuration object for the broadcast template

error
string | null
required
created_at
string<date-time>
required
updated_at
string<date-time>
required