---
title: "Data changed"
method: POST
path: "data-changed"
---

# Data changed

`POST data-changed` (webhook)

## Headers

- `X-Kombo-Signature` string, required

## Payload

- DataChangedWebhookPayload
  - `id` string, required — Unique identifier for this webhook event
  - `type` 'data-changed', required — Type of the webhook event
  - `data` object, required
    - `integration_id` string, required — The unique identifier of the integration.
    - `integration_tool` string, required — The name of the integrated tool (e.g., "personio", "greenhouse").
    - `integration_category` 'HRIS' | 'ATS' | 'ASSESSMENT' | 'LMS', required — The category of the integration (HRIS, ATS, ASSESSMENT, or LMS).
    - `changed_models` object[], required — List of data models and connections for which one or more records were created, updated, or deleted.
      - `name` 'hris_legal_entities' | 'hris_locations' | 'hris_employees' | 'hris_absence_types' | 'hris_absences' | 'hris_employments' | 'hris_teams' | 'hris_time_off_balances' | 'hris_timesheets' | 'hris_employee_document_categories' | 'hris_performance_review_cycles' | 'hris_performance_reviews' | 'hris_staffing_entities' | 'hris_skill_proficiency_scales' | 'hris_skills' | 'hris_skill_rating_providers' | 'hris_employee_skill_proficiency_ratings' | 'ats_users' | 'ats_jobs' | 'ats_job_postings' | 'ats_candidates' | 'ats_application_stages' | 'ats_applications' | 'ats_screening_questions' | 'ats_tags' | 'ats_interviews' | 'ats_offers' | 'ats_rejection_reasons' | 'ats_roles' | 'ats_notes' | 'lms_users' | 'lms_course_providers' | 'lms_skills' | 'lms_courses' | 'lms_course_revisions' | 'lms_course_progressions' | 'hris_join_employees_teams' | 'hris_join_staffing_entities_locations' | 'hris_join_staffing_entities_legal_entities' | 'hris_join_staffing_entities_groups' | 'hris_join_staffing_entities_skills' | 'ats_join_candidates_tags' | 'ats_join_jobs_application_stages' | 'ats_join_jobs_screening_questions' | 'ats_join_user_job_role_assignments' | 'ats_join_jobs_users' | 'ats_join_users_roles' | 'ats_join_interviews_users' | 'lms_join_revisions_skills', required — The name of the Kombo model or connection that changed.

## Acknowledgement `200`

Webhook received successfully

---

[API](https://skmtc.net/kombo/apis/kombo-api.md) · [All operations](https://skmtc.net/kombo/apis/kombo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kombo/kombo-api/revisions/1e45035b96d3/schema)
