A quick introduction to the Notification settings: where they are, what information they provide and what you can do with them.

There are five sections of the Notification Settings.

  • General
  • Notes
  • Events
  • Conditions
  • Publish History

Opening the Notification Settings

To view the Notification settings, open the notification in the designer list, then click the settings icon next to the Notification name.

Access Notification General Settings

General Settings

General Settings

Notification ID

  • The Notification ID is a unique string assigned to the notification by Courier.
  • When you make a successful Send API request, Courier returns the Notification ID mapped to the event used to trigger it.
  • You can also use the Notification ID as the event object in your Send

Auth Token

  • A Tenant-level token required to send Notifications.
  • You can also find your Tenant’s AuthToken in the General Settings.

Brand Config

  • Brands are “enabled” by default so each new email notification will use your Default Brand template unless you disable it.
  • Brands must be “enabled” to use Custom Brands on email notifications.

Subscription Topic

  • Use Subscription Topic to group notification templates and let end users set preferences to more than one notification at a time.

Message Tags

NOTE

This is under a feature flag currently, please reach out to Courier support or your account team to turn on.

  • While designing a template, you may want to select which view you would like this appear in an inbox or how to internally tag your messages.
  • You can enter a comma separated list of tags and those will automatically be put into the metadata.tags docs field when sending to the user.
  • This allows them to be filtered in a view on the inbox using one of those tags or filtered with our Messages API.

Notification Settings Message Tags

Notification Config

  • Even if you’ve assigned a notification to a Category, you can define whether or not you want the notification to inherit settings from the category or define them at the Notification level with this setting.

Configuration Settings

Created

  • Timestamp of when the notification was created.

Duplicate

  • The Duplicate button allows you to duplicate all content, channels and configurations created in this notification into a new notification.
  • The duplicate will not share the same Notification ID.

Delete

  • The Delete button permanently deletes the notification and all its content.

Notes

Notification Notes

Notes let you create and edit an internal note about the Notification. Once a note has been added, you’ll see a new note icon in the main notifications list – clicking this opens a read-only view of the note directly within the list view.

Notification Designer Overview

Events

You can map an existing Event trigger to the notification in the Events section of the Notification settings.

Event Mapping Settings

Read more: Creating Events

Conditions

Using the Conditions tool in the Notification settings allows you to use properties from the data or profile objects provided by the Send API call or User Profile to prevent the notification from sending when specific conditions are met.

Publish History

  • Publish History allows you to see who published versions of the Notification and when they published it.
  • Rollback allows you to revert to any previously published version.

NOTE

You will lose any unpublished work if you click Rollback.

Notification Versioning