← Back to API Reference

POST /broadcasts/{id}/send

Send Broadcast

Queue a broadcast campaign for background fanout.

Request (cURL)

curl -X POST "http://localhost:8080/v1/broadcasts/id_123/send" \
  -H "Authorization: Bearer <API_KEY>" \
  -H "Content-Type: application/json" \
  -d '{}'

Response Example

{
  "object": "broadcast",
  "id": "id_123",
  "status": "sent"
}

Request Body Example

{}