Other webhooks


Workflow triggered

Can only be setup within a workflow as an action.

{
  "data": {
    "id": 6369,
    "attributes": {
      "employee_number": null,
      "hired_on": "2017-08-21",
      "probation_ends_on": null,
      "first_name": "Scott",
      "middle_name": "",
      "last_name": "Pilgrim",
      "email": "[email protected]",
      "personal_email": null,
      "gender": null,
      "gender_id": null,
      "mobile_number": "",
      "work_phone_number": "",
      "date_of_birth": null,
      "termination_effective_date": null,
      "termination_eligible_for_rehire": null,
      "termination_reason": null,
      "termination_type": null,
      "termination_last_day_office_on": null,
      "termination_comment": null,
      "avatar_url": null
    },
    "reporting_to": null,
    "employment_type": null,
    "position": null,
    "job_level": null,
    "department": {
      "id": 105328,
      "name": "Corporate"
    },
    "division": null,
    "location": {
      "id": 3134,
      "name": "Spain"
    },
    "custom_fields": {
      "a25b06fb-bcfb-4aac-b695-6aff138fac36": {
        "name": "HR manager",
        "value": null,
        "group": "Personal"
      },
      "22237c93-07a3-418a-b506-e1f8a0eca8df": {
        "name": "Mentor",
        "value": null,
        "group": "Personal"
      },
      "5cf4bb11-592d-44da-8468-788a6a74bdd1": {
        "name": "Tax number",
        "value": null,
        "group": "Financial"
      },
      "a15017c1-b11f-40e8-ab20-b1e38d6b5eb5": {
        "name": "Preferences",
        "value": null,
        "group": "Personal"
      }
    },
    "meta": {
      "created_at": "2020-02-03T12:08:03.934+01:00",
      "updated_at": "2025-10-20T15:42:42.928+02:00"
    }
  }
}

Survey launched

Triggered instantly as soon as survey moves from "Scheduled" to "Running".

{
  "action": "survey_start",
  "data": {
    "id": 10441,
    "attributes": {
      "name": "Stress management",
      "state": "running",
      "locale": "en",
      "starts_at": "2024-02-01T00:00:00.000Z",
      "ends_at": "2024-02-29T00:00:00.000Z"
    },
    "meta": {
      "created_at": "2024-02-01T16:32:17.956Z",
      "updated_at": "2024-02-01T16:34:00.563Z"
    }
  }
}