Send broadcast to individual
Sends a broadcast to a single recipient for testing purposes. Optionally specify which template variation to send.
post/api/broadcasts.sendToIndividual
Request body
Example request
{
"workspace_id": "ws_1234567890",
"broadcast_id": "broadcast_12345",
"recipient_email": "test@example.com",
"template_id": "template_variant_a"
}Response
Broadcast sent to individual successfully
Example response
{
"success": true
}