Zernio
Zernio
API Reference

Broadcasts

List broadcast recipientsGETList broadcastsGETCreate broadcast draftPOSTGet broadcast detailsGETUpdate broadcastPATCHDelete broadcastDELETEAdd recipients to a broadcastPOSTCancel broadcastPOSTSchedule broadcast for laterPOSTSend broadcast nowPOST
Dashboard
llms.txtOpenAPI
OverviewPlatformsAPI ReferenceResources
Broadcasts

Send broadcast now

Immediately start sending a draft broadcast to its recipients.


POST
/v1/broadcasts/{broadcastId}/send

Authorization

bearerAuth
AuthorizationBearer <token>

API key authentication: send your Zernio API key in the Authorization header, prefixed with Bearer.

In: header

Path Parameters

broadcastId*string

Response Body

application/json

application/json

application/json

{  "success": true,  "status": "sending",  "sent": 0,  "failed": 0,  "recipientCount": 0}
Was this page helpful?

Schedule broadcast for later

Schedule a draft broadcast to be sent at a future date and time.

List contacts

List and search contacts for a profile. Supports filtering by tags, platform, subscription status, and text search on name, email and company.