Journeys
Replace the content of a journey-scoped notification template
Replace the elemental content of a journey-scoped notification template. Overwrites all elements in the template draft with the provided content.
put/journeys/{templateId}/templates/{notificationId}/content
Path parameters
templateIdstring required
Journey id
notificationIdstring required
Notification template id
Request body
Example request
{
"content": {
"elements": [
{
"channel": "email"
}
]
}
}Response
Updated scoped notification content