Record Alerts APIs
The Record Alerts API allows you to retrieve a list of active record alerts created on the
Salesforce object records. As alerts generate, you can perform an action to snooze the
alerts for a specified time or dismiss them.
Available resources are:
Resource | Description |
---|---|
/recordalerts | Retrieve a list of active record alerts. |
/recordalerts/id/${alertId}/actions | Dismiss or snooze an internal record alert. |
/recordalerts/externalId/${sourceSystemId}/actions | Dismiss or snooze an external record alert. |
/recordalerts/batch | Retrieve bulk record alerts. |
/recordalerts/ids/actions | Snooze bulk internal record alerts for a specified time period or dismiss them. |
/recordalerts/externalIds/actions | Snooze bulk external record alerts for a specified time period or dismiss them. |