Sending HTTP notifications
This page describes how to send reports via the HTTP protocol
Last updated
This page describes how to send reports via the HTTP protocol
Last updated
The most versatile reporting option is the ability to send messages via the HTTP(s) protocol. By default messages are sent as a form url encoded body in a request with the POST verb.
To use the option, you only need to provide the url to send to:
Besides the URL it is also possible to configure:
The message body and type (JSON is supported)
The HTTP verb used
Conditions on when to send emails
Conditions on what log elements to include
For details on how to customize the notification message, see the section on customizing message content.
You can now specify multiple urls, using the options:
These two options greatly simplify sending notifications to multiple destinations. Additionally, the options make it possible to send both the form-encoded result in text format as well as in JSON format.