Skip to main content
WEBHOOK
integration-state-changed
{
  "id": "<string>",
  "type": "integration-state-changed",
  "data": {
    "integration_tool": "<string>",
    "integration_id": "<string>",
    "integration_category": "HRIS",
    "end_user": {
      "organization_name": "<string>",
      "creator_email": "jsmith@example.com",
      "origin_id": "<string>"
    },
    "qa_status": "PENDING",
    "state": "ACTIVE",
    "updated_at": "2023-11-07T05:31:56Z"
  }
}

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:
integration-state-changed
data
object
required

Response

200

Webhook received successfully