broadcasts
Create a broadcast draft
AuthorizationBearer <token>
API key authentication - use your Zernio API key as a Bearer token
In: header
profileIdstring
accountIdstring
platformstring
Value in
"instagram" | "facebook" | "telegram" | "twitter" | "bluesky" | "reddit" | "whatsapp"namestring
description?string
message?
template?
WhatsApp template (required when platform is whatsapp)
segmentFilters?
Response Body
application/json
curl -X POST "https://zernio.com/api/v1/broadcasts" \ -H "Content-Type: application/json" \ -d '{ "profileId": "string", "accountId": "string", "platform": "instagram", "name": "string" }'Empty
{
"error": "Unauthorized"
}