Callback for events and notifications
If your API key is setup for ‘callback’ operation you will have provided AlertingHub with a callback URL, or you may have specified a “notification” mode of “callback” and a “callbackURL” in the “options” section of a /sendalert API call. Under these conditions and if not overridden by any per-alert alternatives then Alerting Hub will attempt to send any responses or other events to your URL. At present, Alerting Hub does this one event at a time, we will be providing a more compact solution shortly, where responses / events are collated within a JSON array and sent in a reduced number of calls to your URL.
Events are the same format as those seen if you collect events (“poll” notification mode), see collecting results for more details.