Skip to main content
WEBHOOK
integration-created
{
  "id": "<string>",
  "type": "integration-created",
  "data": {
    "id": "<string>",
    "tool": "<string>",
    "category": "HRIS",
    "end_user": {
      "organization_name": "<string>",
      "creator_email": "jsmith@example.com",
      "origin_id": "<string>"
    }
  }
}

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-created
data
object
required

Response

200

Webhook received successfully