- 26 May 2022
- 1 Minute to read
- Print
- DarkLight
Webhooks Overview
- Updated on 26 May 2022
- 1 Minute to read
- Print
- DarkLight
Webhooks can be used to receive near real time notifications about events happening in your LSVT account. In order to use webhooks notifications, you will need to develop a programming solution in your server environment. This will allow you to receive the notifications and depending on the events, process the data as you wish. Once you have developed a way to receive the information, you will need to provide us with the URL Endpoint and the events for which you wish to register.
Our Webhooks are sent as JSON serialized data (application/json; charset=UTF-8) posts.
Should a Webhook fail to reach your server, our system will attempt to resend the Webhook in 1 hour intervals, up to a maximum of 4 times. You have the option to be notified via email after final failed attempt, by providing the email address(es) to your configuration manager.