Factorial · Schema

Factorial Webhook Subscription

Represents a Factorial webhook subscription delivering POST notifications to a target URL when the configured event fires.

HRHuman ResourcesPayrollTime OffTime TrackingATSPerformanceFinanceExpensesSpainBarcelonaAll-in-One

Properties

Name Type Description
id integer
type string The Factorial event type the subscription listens to.
target_url string
active boolean
company_id integer
created_at string
View JSON Schema on GitHub

JSON Schema

factorial-webhook-subscription-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/factorial-hr/main/json-schema/factorial-webhook-subscription-schema.json",
  "title": "Factorial Webhook Subscription",
  "description": "Represents a Factorial webhook subscription delivering POST notifications to a target URL when the configured event fires.",
  "type": "object",
  "properties": {
    "id": { "type": "integer" },
    "type": {
      "type": "string",
      "description": "The Factorial event type the subscription listens to.",
      "enum": [
        "employee_invited",
        "employee_created",
        "employee_terminated",
        "employee_unterminated",
        "attendance_clockin",
        "attendance_clockout",
        "ats_application_created",
        "ats_application_updated",
        "ats_job_posting_created",
        "ats_job_posting_updated",
        "ats_job_posting_deleted",
        "timeoff_leave_created",
        "timeoff_leave_updated",
        "timeoff_leave_approved",
        "document_created"
      ]
    },
    "target_url": { "type": "string", "format": "uri" },
    "active": { "type": "boolean" },
    "company_id": { "type": "integer" },
    "created_at": { "type": "string", "format": "date-time" }
  },
  "required": ["type", "target_url"]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/factorial-webhook-subscription"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.