Improved
đ Documentation update: Webhook events added to reference guides
2 days ago
Webhook events are now documented directly in each moduleâs API Reference for a more structured, discoverable experience.
Whatâs changed
- Webhook events now appear as documented POST requests within each relevant module in the API Reference.
- Each event includes a structured payload schema with field-level details and applicable headers.
- We added more examples of employee data table event payloads for different table update scenarios, showing what each event payload looks like.
- Full JSON examples for all events are available via Examples â Payload Example.
Why this matters
- Easier discovery by locating webhook events alongside the rest of the module API.
- Clearer implementation with structured schemas instead of example-only documentation.
- More AI-friendly reference format, improving compatibility with coding assistants and automated tooling.
How does this affect you
No action is required. This is a documentation-only improvement.
Relevant reference pages
- Employee data webhook events
- Time off webhook events
- Tasks webhook events
- Docs webhook events
- Workforce Planning webhook events
For more details, see Getting started with webhooks.
