Configure webhooks in absentify to receive notifications when specific events occur.
Webhooks in absentify allow you to call a script on your server whenever specific events occur in the absentify system. Acting as event listeners or push notifications, webhooks let you build integrations that respond to certain events, such as creating or updating requests, or managing users. When a subscribed event is triggered, absentify sends an HTTP POST request with relevant data to the specified webhook URL. This enables you to update external systems, send alerts, or automate actions based on changes in absentify.
If your webhook endpoint is behind a firewall, you need to whitelist the following IP address to allow absentify to send webhook notifications:Outbound IP address:172.161.30.8All webhook HTTP POST requests from absentify originate from this IP address.
v1 is deprecated. If you are still using v1, please migrate to v2. The v2 format is identical to the Public API v1 responses and provides more comprehensive data.
The event_type field indicates the specific event that triggered the webhook, and body contains the event data identical to the Public API v1 response.