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

ParameterRequirementDefaultDescription
versionMandatoryNoneSee API guide
apiKeyMandatoryNoneSee API guide
scheduledAlertIdMandatoryNoneUnique schedule reference as previously returned by /sendalert, /Send stored alert APIsendstoredalert or /Schedule a stored alertschedulestoredalert
response:
successOne of “true”, “false”. If false then failureReason should also be returned
scheduledAlertIdAs requested