Journeys

Fetch a journey-scoped notification template by id

Returns a journey's own notification template with its name, brand, subscription topic, and content. Defaults to the published version.

get/journeys/{templateId}/templates/{notificationId}

Path parameters

templateIdstring required

Journey id

notificationIdstring required

Notification template id

Response

Notification template

namestring required
tagsstring[] required
idstring required
state'DRAFT' | 'PUBLISHED' required
createdinteger required
creatorstring required
updatedinteger
updaterstring

Example response

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

Changes

Changed in 3 of the 55 revisions of this API.23

  • cb858603415811See the full diff
    • added subschema #1 subschema #3 subschema #7 to the content/elements/items/ response property oneOf list for the response status 200

      response-property-one-of-added

    • removed subschema #1 subschema #3 subschema #7 from the content/elements/items/ response property oneOf list for the response status 200

      response-property-one-of-removed

  • d2377425a72911See the full diff
    • added subschema #4 subschema #5 to the content/elements/items/ response property oneOf list for the response status 200

      response-property-one-of-added

    • removed subschema #4 subschema #5 from the content/elements/items/ response property oneOf list for the response status 200

      response-property-one-of-removed

    • endpoint added

      endpoint-added