---
title: "Integration created"
method: POST
path: "integration-created"
---

# Integration created

`POST integration-created` (webhook)

## Headers

- `X-Kombo-Signature` string, required

## Payload

- IntegrationCreatedWebhookPayload
  - `id` string, required — Unique identifier for this webhook event
  - `type` 'integration-created', required — Type of the webhook event
  - `data` object, required
    - `id` string, required — The unique identifier of the newly created integration.
    - `tool` string, required — The name of the integrated tool.
    - `category` 'HRIS' | 'ATS' | 'ASSESSMENT' | 'LMS', required — The category of the integration.
    - `end_user` object, required — Information about the end user who created the integration.
      - `organization_name` string, required — The name of the organization that owns the integration.
      - `creator_email` string, email, nullable, required — The email address of the user who created the integration.
      - `origin_id` string, nullable, required — The unique identifier of the organization in the integrated system.

## 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)
