Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

Analytics Notifications

Use the Analytics Notifications API to work set up custom analytics notifications. The Analytics Notifications API is available in API version 38.0 and later.

Resources for the Analytics Notifications API are available at /services/data/<latest API version>/analytics/notifications. You can query each resource with an HTTP method.

Resource Supported HTTP Method Description
Analytics Notification List

/services/data/<latest API version>/analytics/notifications

GET

POST

Returns a list of recent notifications.

Create an analytics notification.

Analytics Notification

/services/data/<latest API version>/analytics/notifications/<Id>

GET

PUT

DELETE

Returns information about a specific notification.

Save changes to the notification as specified in the request body.

Delete the notification. Deleted notifications can't be recovered.

Analytics Notification Limits

/services/data/<latest API version>/analytics/notifications/limits

GET Check to see how many more analytics notifications you can create.