Subscribers to an object monitor may choose to receive notifications when there is new activity for a monitor.
Notifications are enabled by default for all subscribers but may be disabled for individual subscribers. To disable notifications, click the bell icon in the Subscribers tab when configuring or editing a monitor in the Object Monitors application.
Individual users may also configure how they wish to receive notifications from Object Monitors. You can configure notifications in the Notification tab of the monitor configuration modal, and preferences apply globally for any monitors to which that user is subscribed.
Category | Activity types |
---|---|
Triggered | Monitor triggered |
Recovered | Monitor recovered |
Errors | Evaluation failed |
Other info | Condition edited, Subscribed, Unsubscribed, Muted, Unmuted, Disabled, or Enabled |
The notifications emitted for monitor triggered and monitor recovered activity may be customized. You can provide a custom notification configuration in the Notifications tab when configuring or editing a monitor in the Object Monitors application.
When using templated rendering, the custom content (including subject, body, link label, and link destination) is shown directly in the provided form. HTML can also be used in the advanced email configuration if desired. A preview of the in-platform and email notifications can be seen on the right side of the form.
When using Function-backed rendering, the custom content is returned from a Function using the provided notification return type. For monitors with event conditions, the Function may accept an ObjectSet<>
of the object type being monitored, making it possible to extract and render data about the objects that were detected by the monitor directly into the notification content.