Context
A Webhook is a notification system, also known as a “callback function”, that sends a request to a third-party application when an event occurs.
To use this functionality, you simply need to set up an access point (endpoint) in your system capable of interpreting the information sent by ProAbono.
If you want to learn more about Webhooks.
Procedure
1) Go to the “Webhooks” section
- Click on “Integration” in the main menu.
- Then click on “My webhooks“
2) Access the creation form
Once on the page displaying the list of your Webhooks:
- Click on “New webhook“.
3) Configure your webhook
A list of events will appear, and you can enable as many as you want.
When one of the selected events occurs, a notification (an HTTP call) will be sent to the specified URL.
4) Finalize the creation
Click on the “Create” button at the bottom of the page to save the entered data.
5) Validate your webhook
To secure the data exchanges, ProAbono requires a validation step for the Webhook to make it operational.
For more details, refer to the documentation on How to validate a Webhook?.