Webhook integration
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. 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.
Configuring webhooks
To set up webhooks, go to the Settings
page in absentify.
-
Log in and navigate to integrations
Log in as an administrator, then click onSettings
in the header, and selectIntegrations
. -
Set the webhook URL
Click onConfigure URL
and enter the URL where you want to receive event data. -
Choose event type
From the dropdown menu, select the event type you want to subscribe to:- All Events
- Request Created
- Request Status Changed
-
Save the configuration
ClickAdd
to complete the integration and start receiving notifications for the selected event types.
Webhook payload structure
When absentify triggers a webhook, it sends a JSON payload in the following format:
This JSON structure provides details about the request, including the creator, status, dates, and related allowances. Use this data to synchronize with other systems or trigger automated workflows based on request information in absentify.
Was this page helpful?