Skip to main content
POST
Activate a sender channel

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

senderId
string
required
channel
enum<string>
required

The channel to switch. A channel whose connection has an on/off switch. sms, sms_oneway and voice are billed per message and per phone number, are always on, and have nothing to activate.

Available options:
whatsapp,
telegram,
instagram,
messenger,
email

Response

The channel is active.

sender
object
required

The sender after the change. channels includes the channel once it is active.

channel
enum<string>
required

A channel whose connection has an on/off switch. sms, sms_oneway and voice are billed per message and per phone number, are always on, and have nothing to activate.

Available options:
whatsapp,
telegram,
instagram,
messenger,
email
activated
boolean
required

True when this call switched the channel on. False when it was already active; nothing was charged.

chargedCents
integer
required

Cents taken from the balance by this call. Zero when the channel was already active, its month is already paid, or the plan includes it.

monthlyCents
integer
required

Cents this connection adds to each month while it stays active. Zero when the plan includes it.