Skip to main content
WEBHOOK
data-changed
{
  "id": "<string>",
  "type": "data-changed",
  "data": {
    "integration_id": "<string>",
    "integration_tool": "<string>",
    "integration_category": "HRIS",
    "changed_models": [
      {
        "name": "hris_legal_entities"
      }
    ]
  }
}

Headers

X-Kombo-Signature
string
required

HMAC signature for webhook verification. See the webhook documentation for details on how to verify this signature.

Body

application/json
id
string
required

Unique identifier for this webhook event

type
enum<string>
required

Type of the webhook event

Available options:
data-changed
data
object
required

Response

200

Webhook received successfully