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
Example request
{
"content": {
"elements": [
{
"channel": "email"
}
]
}
}