Skip to main content
WEBHOOK
inline-assessment:order-received
{
  "id": "<string>",
  "type": "inline-assessment:order-received",
  "data": {
    "id": "<string>",
    "package_id": "<string>",
    "status": "OPEN",
    "integration_id": "<string>",
    "candidate": {
      "email": "jsmith@example.com",
      "first_name": "<string>",
      "last_name": "<string>",
      "phone": "<string>",
      "remote_id": "<string>"
    },
    "application": {
      "remote_id": "<string>"
    },
    "job": {
      "remote_id": "<string>",
      "name": "<string>",
      "location": {
        "city": "<string>",
        "country": "<string>",
        "raw": "<string>",
        "state": "<string>",
        "street_1": "<string>",
        "street_2": "<string>",
        "zip_code": "<string>"
      },
      "hiring_team": [
        {
          "remote_id": "<string>",
          "email": "<string>",
          "first_name": "<string>",
          "last_name": "<string>",
          "hiring_team_roles": [
            "RECRUITER"
          ]
        }
      ]
    }
  }
}

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

Response

200

Webhook received successfully