Improved

📘 Documentation update: Webhook events added to reference guides

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

For more details, see Getting started with webhooks.