The Broadcast object
Broadcast campaigns and their delivery status.
Attributes
idUUIDRequiredUnique ID of the broadcast.
organization_idUUIDRequiredOrganization that sent the broadcast.
statusdraft, queued, sent, partial, failedRequiredDelivery status. partial means some recipients failed.
created_attimestampRequiredWhen the broadcast was created.
Endpoints
| Method | Path | Endpoint |
|---|---|---|
| GET | /broadcasts | List broadcasts |
| GET | /broadcasts/{broadcastId} | Retrieve a broadcast |
| GET | /broadcasts/{broadcastId}/messages | List broadcast messages |
Last updated on