Skip to main content
Domo Alerts allow users to subscribe to various events and receive timely notifications as changes occur. Find out more about Alerts by reading this article. The Alerts API can be used to manage alerts in your Domo instance.

Get alerts

Query alerts from your Domo instance.

Playground

Method: GET
Endpoint: /api/social/v4/alerts?all=true&limit=5

Code Example

Query Parameters

Response

Returns the alerts based on the included query params.

Get an alert

Gets an existing alert by id.

Playground

Method: GET
Endpoint: /api/social/v4/alerts/{alertId}

Code Example

Path Parameters

Query Parameters

Response

Returns the alert.

Delete an alert

Deletes an existing alert by id.

Playground

Method: DELETE
Endpoint: /api/social/v4/alerts/{alertId}

Code Example

Arguments

Response

Returns the parameter of success or error based on the alert id being valid.

Subscribe user to an alert

This endpoint subscribes a Domo user to an existing alert.

Playground

Method: POST
Endpoint: /api/social/v4/alerts/{alertId}/subscriptions

Code Example

Arguments

Response

Returns the parameter of success or error based on the alert id being valid.

Unsubscribe user from an alert

This endpoint unsubscribes a Domo user from an existing alert.

Playground

Method: POST
Endpoint: /api/social/v4/alerts/{alertId}/subscriptions?subscriberId={subscriberId}&type={type}

Code Example

Arguments

Query Parameters

Response

Returns the parameter of success or error based on the alert id being valid.

Share an alert

This endpoint shares an existing alert with a Domo user.

Playground

Method: POST
Endpoint: /api/social/v4/alerts/{alertId}/share

Code Example

Arguments

Request Body

Response

Returns the parameter of success or error based on the alert id being valid.