---
title: "Connection flow failed"
method: POST
path: "connection-flow-failed"
---

# Connection flow failed

`POST connection-flow-failed` (webhook)

## Headers

- `X-Kombo-Signature` string, required

## Payload

- ConnectionFlowFailedWebhookPayload
  - `id` string, required — Unique identifier for this webhook event
  - `type` 'connection-flow-failed', required — Type of the webhook event
  - `data` object, required
    - `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).
    - `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.
    - `log_url` string, uri, required — URL to view detailed logs for the operation.

## 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/149bf44faf1a/schema)
