POST
WhatsApp Campaign
Send WhatsApp campaign messages to multiple recipients using pre-approved templates. This endpoint allows for scheduling messages at a specific time.

Request Body

The request body includes the sender’s phone number, template details, recipient information, tags, and the scheduled time.

Example Payload

Authorizations

Authorization
string
header
required

Use your API key with the 'Bearer ' prefix

Body

application/json
from_number
string
required
type
enum<string>
default:template
required
Available options:
template
content
object
required
recipient
object[]
required
tags
string[]

Array of strings to tag the message with.

scheduled_at
string<date-time>

Response

WhatsApp campaign message(s) sent successfully.