JavaScript
Alerts API
Share an alert
POST
JavaScript
Documentation Index
Fetch the complete documentation index at: https://www.domo.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The alertId
Body
application/json
- userMessage (String) Required: The message you want to send to the person
- alertSubscriptions (Object[]) Required: The entities you want to share the alert with. See above for entity params.
- sendEmail (Boolean) : Whether or not to send an email to the person once the alert is shared
- metaData (Object) :
Response
200 - application/json
Returns the parameter of success or error based on the alert id being valid.
The response is of type object.