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" }