Setting up Webhooks
Create webhook on Ticatag connect
Once your endpoint created, you need to tell Ticatag platform where to send events to. Webhooks are configured in the Webhooks settings section.
Click on create to get the webhook creation form then select the events you are interested in. Please, be aware that depending on your devices all events are not applicable. You can leave the device field blank if you want to apply webhooks on all devices.
Manage webhooks
If you need to update, delete or disable your webhooks, you can do so in the Webhooks settings.
Response to webhooks events
Your endpoint must return a 2xx HTTP status code in less than 5 seconds. Your endpoint will be automatically disabled if it fails 200 consecutives times.
All response codes outside this range, including 3xx codes, indicate that you did not receive the event. If you plan to do heavy processing behind webhooks, please consider to do it offline to avoid timeouts.
Please also ensure that you are forward compatible.