Types
BroadcastStatus
Where a broadcast is in its lifecycle. Derived from the broadcast’s latest real send, so it is never stored on the broadcast itself. Test sends do not affect it.
enum
BroadcastStatusValues
DRAFT
The broadcast has never been scheduled. It is fully editable.
SCHEDULED
A send is queued for a future time, or for as soon as possible. Still editable until it starts.
RESOLVING
The send has started and is working out which recipients it applies to.
SENDING
The send is delivering to its recipients.
SENT
Every recipient in the send received the message.
PARTIALLY_SENT
The send finished, but the message reached some recipients and not others.
FAILED
The send finished without reaching any recipient.
CANCELLED
The send was cancelled before it completed.
Was this page helpful?

