Orgs Broadcasts
Update a Broadcast
Update a specific broadcast by its ID. Only draft broadcasts can be updated.
PATCH
Update a Broadcast
Documentation Index
Fetch the complete documentation index at: https://docs.useinvent.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer token authentication using your API key
Body
Schema for updating a broadcast
The name of the broadcast
Required string length:
1 - 255Whether the broadcast appears as a conversation in Inbox
When to send the broadcast. Use null to send immediately.
The segments to include in the broadcast
Maximum array length:
10Whether to send the broadcast to all contacts or only to the segments
Response
200 - application/json
Schema for a broadcast
The mode of the broadcast: MARKETING (bulk to many people) or TRANSACTIONAL (single-recipient trigger across channels)
Available options:
MARKETING, TRANSACTIONAL The status of the broadcast
Available options:
DRAFT, SCHEDULED, SENDING, SENT, CANCELLED, FAILED, ACTIVE, PAUSED Update a Broadcast