cURL
curl --request POST \ --url https://api.example.com/v1/broadcasts/{id}/send \ --header 'Content-Type: application/json' \ --data ' { "scheduled_for": "<string>" } '
Send a broadcast to its audience.
curl -X POST https://www.unosend.co/api/v1/broadcasts/bc_123/send \ -H "Authorization: Bearer un_xxxxxxxxxx"
{ "id": "bc_123", "status": "sending", "recipient_count": 1250 }