> ## Documentation Index
> Fetch the complete documentation index at: https://apidoc.cufinder.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Job Changes Webhook

> The Job Changes Webhook pushes career moves to your endpoint as they are detected: new companies, promotions, lateral title changes, and first jobs. Choose the change type you want to receive.

Get an HTTP `POST` to your endpoint whenever a job change of your chosen type is detected.

## Create it in the dashboard

Open your [dashboard](https://dashboard.cufinder.io/), click **New webhook**, and select **Job Changes Webhook**.

<Frame>
  <img src="https://mintcdn.com/cufinder/wDaKNYC7ADo5o2OZ/images/webhooks/job-changes-webhook.png?fit=max&auto=format&n=wDaKNYC7ADo5o2OZ&q=85&s=0137f37280d33933870fefb2e58dd3be" alt="Job Changes Webhook configuration dialog" width="638" height="900" data-path="images/webhooks/job-changes-webhook.png" />
</Frame>

## Configuration

| Field            | Required | Description                                                                |
| ---------------- | -------- | -------------------------------------------------------------------------- |
| Webhook name     | Yes      | A label for your own reference.                                            |
| Webhook endpoint | Yes      | The HTTPS URL that receives the events.                                    |
| Change type      | Yes      | The kind of job change to receive. See the table below.                    |
| Start active     | No       | On by default. Turn it off to save the webhook without sending events yet. |

### Change types

| Type                  | Value                   | Meaning                                            |
| --------------------- | ----------------------- | -------------------------------------------------- |
| Company change        | `company_change`        | Person moved from company A to company B.          |
| Promotion             | `promotion`             | Same company, seniority or title jumped up.        |
| Lateral title change  | `lateral_title_change`  | Same company, title changed but no seniority jump. |
| No company to company | `no_company_to_company` | Person had no company and now has one.             |

## Pull the same data on demand

Every event this webhook pushes can also be queried through the [Job Changes API](/buying-signals/signals-apis/job-changes), which is useful for backfills and testing your filters before you create the webhook.
