Subscriber
The Subscriber object manages the configuration of notifications for accounts.
It serves as the link between an account and a notification category, storing details about whether that category is enabled for the account and identifying the recipients who should receive notifications for it. This object contains the following properties:
id
string
The primary identifier for the notification subscriber.
Example: NTS-1111-2222-1234
href
string
A relative reference to the object.
Example: /notifications/subscribers/NTS-1111-2222-1234
name
string
The name of the category.
Example: Orders
status
enum
Indicates if the category connected to the configuration is enabled or disabled for the account.
Possible values: Enabled
or Disabled
.
When disabled, no notifications are sent for the category.
note
string
Notes related to the category.
Example: Disabled because we are not interested in this category.
recipients
recipients
The recipient of the notification email.
To receive a notification, the user must be in the recipients.users
or part of a group that is in recipients.userGroups
.
Example:
account
A reference to the account object.
category
The name of the category.
Example: Orders.
audit
A reference to the Audit object.
Possible values: Created
or Updated
.
Example:
Example
Last updated
Was this helpful?