{
  "payload": {
    "headers": {
      "Content-Type": "application/json",
      "Greenhouse-Event-ID": "3ce5180d-9119-4ddc-9ef6-21edb6e76f8a",
      "Signature": "sha256 EXAMPLE_BASE64_SIGNATURE"
    },
    "queryParameters": {},
    "rawBody": {
      "data": "",
      "contentType": "application/json"
    },
    "body": {
      "data": {
        "action": "candidate_hired",
        "payload": {
          "application": {
            "id": 69306314,
            "candidate_id": 57683957,
            "applied_at": "2017-09-29T12:56:05.244Z",
            "status": "hired",
            "jobs": [
              {
                "id": 107761,
                "name": "UX Designer - Boston"
              }
            ],
            "current_stage": {
              "id": 767358,
              "name": "Hired"
            }
          },
          "candidate": {
            "id": 57683957,
            "first_name": "John",
            "last_name": "Locke",
            "company": "The Tustin Box Company",
            "title": "Man of Mystery"
          }
        }
      },
      "contentType": "application/json"
    },
    "pathFragment": "",
    "webhookUrls": {
      "Webhook Flow": "https://hooks.example.com/trigger/EXAMPLE"
    },
    "webhookApiKeys": {
      "Webhook Flow": [
        "example-api-key"
      ]
    },
    "invokeUrl": "https://hooks.example.com/trigger/EXAMPLE",
    "executionId": "SW5zdGFuY2VFeGVjdXRpb246MTIzNDU=",
    "customer": {
      "id": "Q3VzdG9tZXI6MTIzNDU=",
      "externalId": "example-customer-external-id",
      "name": "Example Customer"
    },
    "instance": {
      "id": "SW5zdGFuY2U6MTIzNDU=",
      "name": "Example Instance"
    },
    "user": {
      "id": "VXNlcjoxMjM0NQ==",
      "externalId": "example-user-external-id",
      "name": "Example User",
      "email": "user@example.com"
    }
  },
  "response": {
    "statusCode": 200,
    "contentType": "application/json",
    "body": "{\"action\":\"candidate_hired\",\"payload\":{\"application\":{\"id\":69306314},\"candidate\":{\"id\":57683957}}}"
  }
}