Skip to main content
POST
Send immediate campaign

Authorizations

Authorization
string
header
required

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

Body

application/json
type
enum<string>
required
Available options:
email,
sms
template_id
integer
required

Email or SMS communication template ID owned by the authenticated superadmin and matching type.

Example:

10

group_id
integer
required

Communication group ID owned by the authenticated superadmin.

Example:

25

Response

Immediate campaign queued.

message
string
required
Example:

"Campaign updated."

data
object
required
Last modified on July 20, 2026