Skip to main content
WEBHOOK
assessment:order-received
{
  "id": "Cbfk5sHtDxrSrJBRjsDtbaN9",
  "type": "assessment:order-received",
  "data": {
    "id": "B5KQKhAgTv6ZwzrfAbqbhipd",
    "integration_id": "workday:CBNMt7dSNCzBdnRTx87dev4E",
    "package_id": "typescript_test",
    "status": "OPEN",
    "candidate": {
      "remote_id": "12345",
      "email": "john.doe@gmail.com",
      "first_name": "John",
      "last_name": "Doe",
      "phone": "+1 123 456 7890"
    },
    "application": {
      "remote_id": "54321"
    },
    "job": {
      "remote_id": "67890",
      "name": "Bottle Opener",
      "job_code": "BO-2024-01",
      "description": "<p>We are looking for a skilled and energetic individual to join our team as the chief bottle open officer. This unique role requires precision, attention to detail, and the ability to handle a high volume of beverage bottles in a fast-paced environment. The ideal candidate will ensure bottles are opened swiftly and safely while maintaining hygiene standards.</p>",
      "location": {
        "street_1": "Lohmühlenstraße 65",
        "city": "Berlin",
        "state": "Berlin",
        "zip_code": "12435",
        "country": "DE",
        "raw": "Berlin, Germany"
      },
      "hiring_team": [
        {
          "first_name": "Jane",
          "last_name": "Doe",
          "remote_id": "78901",
          "email": "jane.doe@gmail.com",
          "hiring_team_roles": [
            "RECRUITER"
          ]
        }
      ]
    }
  }
}

Authorizations

Authorization
string
header
required

Create an API key on the Secrets page in the Kombo dashboard.

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:
assessment:order-received
data
object
required

Response

200

Webhook received successfully