Factorial Webhooks API

Subscribe to lifecycle events fired by Factorial (employee created, employee terminated, attendance clock-in/out, ATS application created/updated, time-off leave created/approved, document created, etc.). Factorial POSTs the event payload to your target URL and retries on failure; consumer endpoints must be idempotent.

Factorial Webhooks API is one of 22 APIs that Factorial publishes on the APIs.io network.

This API exposes 1 JSON Schema definition.

Tagged areas include HR, Webhooks, and Events. The published artifact set on APIs.io includes API documentation and 1 JSON Schema.

API entry from apis.yml

apis.yml Raw ↑
aid: factorial:factorial-webhooks-api
name: Factorial Webhooks API
tags:
- HR
- Webhooks
- Events
humanURL: https://apidoc.factorialhr.com/docs/manage-webhooks
properties:
- url: https://apidoc.factorialhr.com/docs/manage-webhooks
  type: Documentation
- url: https://apidoc.factorialhr.com/docs/webhooks-policies
  type: Documentation
- url: https://apidoc.factorialhr.com/docs/webhooks-what
  type: Documentation
- url: https://apidoc.factorialhr.com/docs/webhook-attendance-clock-in
  type: Documentation
- url: json-schema/factorial-webhook-subscription-schema.json
  type: JSONSchema
description: Subscribe to lifecycle events fired by Factorial (employee created, employee terminated,
  attendance clock-in/out, ATS application created/updated, time-off leave created/approved, document
  created, etc.). Factorial POSTs the event payload to your target URL and retries on failure; consumer
  endpoints must be idempotent.