Webhook
Aporia allows you to send alerts generated from Aporiaβs monitors to any system using webhooks.
Add a Webhook integration
Log into Aporiaβs console. On the navbar on the left, click on Integrations and choose Webhook.
Enter your Integration Name, Webhook URL and Custom Headers(optional). The url should include the schema (http/ https).
Click Save. On success the save button will become disable, and you'll be able to Test or Remove the integration.
Congratulations: Youβve now successfully add your webhook integration to Aporia!
After Integrating your webhook you'll be able to select sending alerts to your webhook in the Custome mode of the monitor builder.
Alert's format
The alert will be sent by POST action to the URL defined in the integration, as a JSON in the following format:
You'll be able to see an example alert by clicking on Test in the Webhook Integration page mentioned in the previous section.
Happy Monitoring!
Last updated