Replace a journey-scoped notification template
Replaces the draft content of one journey's notification template. Publish it before send nodes referencing it render the change.
Path parameters
Journey id
Notification template id
Request body
Example request
{
"notification": {
"content": {
"elements": [
{
"channel": "email"
}
]
}
}
}Response
Updated notification template
Example response
{
"content": {
"elements": [
{
"channel": "email"
}
]
}
}Changes
Changed in 3 of the 55 revisions of this API.45
- ▲
removed
subschema #1subschema #3subschema #7from thenotification/content/elements/items/request propertyoneOflistrequest-property-one-of-removed
- ▲
added
subschema #1subschema #3subschema #7to thecontent/elements/items/response propertyoneOflist for the response status200response-property-one-of-added
- ○
added
subschema #1subschema #3subschema #7to thenotification/content/elements/items/request propertyoneOflistrequest-property-one-of-added
- ○
removed
subschema #1subschema #3subschema #7from thecontent/elements/items/response propertyoneOflist for the response status200response-property-one-of-removed
- ▲
- ▲
removed
subschema #4subschema #5from thenotification/content/elements/items/request propertyoneOflistrequest-property-one-of-removed
- ▲
added
subschema #4subschema #5to thecontent/elements/items/response propertyoneOflist for the response status200response-property-one-of-added
- ○
added
subschema #4subschema #5to thenotification/content/elements/items/request propertyoneOflistrequest-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
- ○