Resume a scheduled alert
https://api.alert.alertinghub.co.uk/api/json/resumescheduledalert
The resume scheduled alert API resumes a previously scheduled alert; this will allow the scheduled alert to go out immediately or at the original time scheduled, if feasible.
JSON sample
{ "version": "latest", "apiKey": "abcdefghijklmnopqrstuvwxyz", "scheduledAlertId": "5bc25c23-c1ab-44f4-8fd7-7be1684cb68f" } { "success": true, "returnCode": 200, "scheduledAlertId": "5bc25c23-c1ab-44f4-8fd7-7be1684cb68f" }
Resuming scheduled alerts
Parameter | Requirement | Default | Description | |
---|---|---|---|---|
version | Mandatory | None | See API guide | |
apiKey | Mandatory | None | See API guide | |
scheduledAlertId | Mandatory | None | Unique schedule reference as previously returned by /sendalert, /Send stored alert APIsendstoredalert or /Schedule a stored alertschedulestoredalert | |
response: | ||||
success | One of “true”, “false”. If false then failureReason should also be returned | |||
scheduledAlertId | As requested |