Set up a Notification for a Customer
Sets up a new notification for a customer using the customer's ID as a reference. Returns a notification ID that should be saved if the notification needs to be amended in the future
Path parameters
Request body
Type of the notification.
Channel used for sending the notification
The list of emails or url(webhook) used for sending the notification. For 'EMAIL' channel this can be a list of comma separated email addresses. For 'WEBHOOK' channel this should be a single URL.
Response
Created
Unique Identifier for the notification.
Unique Identifier for the customer of this notification.
Type of notification
Channel used to send the notification.
Status of notification.
A list of emails or url(webhook) used to send the notification. For 'EMAIL' channel this can be a list of comma separated email addresses. For 'WEBHOOK' channel this will be a single URL.