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.
Path parameters
Journey id
Notification template id
Response
Notification template
Example response
{
"content": {
"elements": [
{
"channel": "email"
}
]
}
}Changes
Changed in 3 of the 55 revisions of this API.23
- ▲
added
subschema #1subschema #3subschema #7to thecontent/elements/items/response propertyoneOflist for the response status200response-property-one-of-added
- ○
removed
subschema #1subschema #3subschema #7from thecontent/elements/items/response propertyoneOflist for the response status200response-property-one-of-removed
- ▲
- ▲
added
subschema #4subschema #5to thecontent/elements/items/response propertyoneOflist for the response status200response-property-one-of-added
- ○
removed
subschema #4subschema #5from thecontent/elements/items/response propertyoneOflist for the response status200response-property-one-of-removed
- ▲
- ○
endpoint added
endpoint-added
- ○