v53

OpenAPI 3.0.1raw.githubusercontent.com2026-07-31147343479.6 KB
Broadcasts

Update Broadcast Content

Author the broadcast's content by replacing the draft elemental content of its private notification template. The draft is published automatically when the broadcast is sent or scheduled.

put/broadcasts/{broadcastId}/content

Path parameters

broadcastIdstring required

Request body

state'DRAFT' | 'PUBLISHED'

Template state. Defaults to DRAFT.

Example request

{
  "content": {
    "elements": [
      {
        "channel": "email"
      }
    ]
  }
}

Response

idstring required

Template ID.

versionstring required

Content version identifier.

state'DRAFT' | 'PUBLISHED' required

Template state. Defaults to DRAFT.