v53

OpenAPI 3.0.1raw.githubusercontent.com2026-07-31147343479.6 KB
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

state'DRAFT' | 'PUBLISHED'

Template state. Defaults to DRAFT.

Example request

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

Response

Updated scoped notification content

idstring required

Template ID.

versionstring required

Content version identifier.

state'DRAFT' | 'PUBLISHED' required

Template state. Defaults to DRAFT.