cURL
curl --request POST \ --url https://{instance}.domo.com/api/content/v1/reportschedules/views/{viewId}/sendNowWithParams \ --header 'Content-Type: application/json' \ --header 'X-DOMO-Developer-Token: <api-key>' \ --data ' { "recipients": [ { "type": "EMAIL", "value": "user@example.com" } ], "alertActionId": 789012, "emailParams": { "param1": "value1" } } '
Documentation IndexFetch the complete documentation index at: https://domoinc-arun-raj-connetors-domo-480645-add-reports-sort-asc.mintlify.app/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://domoinc-arun-raj-connetors-domo-480645-add-reports-sort-asc.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
ID of the view
Include attachments
ResourceSendNowInfo object
Show child attributes
Accepted