Create a notification template scoped to a journey
Create a notification template scoped to this journey. Defaults to DRAFT state; pass state: "PUBLISHED" to publish on create.
Path parameters
Journey id
Headers
A unique key that makes this request idempotent. If Courier receives another request with the same Idempotency-Key, it returns the stored response from the first request without performing the operation again (including the original status code and any error). Use it to safely retry POST requests after network failures without risking duplicate sends. The key is scoped to this endpoint.
How long the idempotency key remains valid, as a Unix epoch timestamp in seconds or an ISO 8601 date string. Only applies when Idempotency-Key is provided. If omitted, the key is retained for 25 hours; the maximum is 1 year.
Request body
Example request
{
"notification": {
"content": {
"elements": [
{
"channel": "email"
}
]
}
}
}Response
Created notification template
Example response
{
"content": {
"elements": [
{
"channel": "email"
}
]
}
}Changes
Changed in 4 of the 55 revisions of this API.47
- ▲
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 status201response-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 status201response-property-one-of-removed
- ▲
- ○
added the new optional
headerrequest parameterIdempotency-Keynew-optional-request-parameter
- ○
added the new optional
headerrequest parameterx-idempotency-expirationnew-optional-request-parameter
- ○
- ▲
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 status201response-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 status201response-property-one-of-removed
- ▲
- ○
endpoint added
endpoint-added
- ○