Send stored alert

https://api.alert.alertinghub.co.uk/api/json/sendstoredalert

The Alerting Hub API allows you to save specific alerts to the system, which can either be sent immediately or at a later time using the schedule as described below. If you use a schedule you can also specify a repeat pattern for the alert.

Json sample

{
    "version": "latest",
    "apiKey": "abcdefghijklmnopqrstuvwxyz",
    "storeId": "98898333-db82-44cd-aeef-38844bbd0c6e" 
}
{

Sending stored alerts

ParameterRequirementDefaultDescription
versionMandatoryNoneSee API guide
apiKeyMandatoryNoneSee API guide
storeIdMandatoryNoneThe unique id of a stored alert
options
scheduleOptionalNoneSee API guide

Response

ParameterDescription
If no schedule requested
successOne of “true”, “false”. If false then failureReason should also be returned
clientRefFrom the request
alertRefInternally generated alertId relating to all alerts[] in /sendalert
emailSubjectRefIf at least one alert[] was of type "email" this gives the subject reference on all emails within this alert
alerts
alertTypeFrom request
tagFrom request
successOne of “true”, “false”. If false then failureReason should also be returned
requestedCountNumber of recipients originally asked for
sentCountActual number of recipients processed
remainingCapacityCapacity remaining for the given type
If schedule requested
successOne of “true”, “false”. If false then failureReason should also be returned
scheduleIdUnique schedule reference