Skip to main content
POST
Send broadcast to individual

Authorizations

Authorization
string
header
required

API token for authentication

Body

application/json
workspace_id
string
required

The ID of the workspace

Example:

"ws_1234567890"

broadcast_id
string
required

ID of the broadcast

Example:

"broadcast_12345"

recipient_email
string<email>
required

Email address to send test to

Example:

"test@example.com"

template_id
string

Optional specific template variation to send

Example:

"template_variant_a"

Response

Broadcast sent to individual successfully

success
boolean
Example:

true