Skip to main content
WEBHOOK
sync-finished
{
  "id": "<string>",
  "type": "sync-finished",
  "data": {
    "sync_id": "<string>",
    "sync_state": "<string>",
    "sync_started_at": "2023-11-07T05:31:56Z",
    "sync_ended_at": "2023-11-07T05:31:56Z",
    "sync_duration_seconds": 1,
    "integration_id": "<string>",
    "integration_tool": "<string>",
    "integration_category": "HRIS",
    "end_user": {
      "organization_name": "<string>",
      "creator_email": "jsmith@example.com",
      "origin_id": "<string>"
    },
    "log_url": "<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:
sync-finished
data
object
required

Response

200

Webhook received successfully