> ## 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.

# Company Signals Webhook

> The Company Signals Webhook pushes buying-intent and behavior signals on companies to your endpoint as they fire. Choose one of the 82 company signals, a look-back window, and a strength bucket.

Get an HTTP `POST` to your endpoint whenever a company signal fires that matches your configuration: hiring surges, funding rounds, layoffs, rebrands, and the rest of the company-level signals.

## Create it in the dashboard

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

<Frame>
  <img src="https://mintcdn.com/cufinder/wDaKNYC7ADo5o2OZ/images/webhooks/company-signals-webhook.png?fit=max&auto=format&n=wDaKNYC7ADo5o2OZ&q=85&s=19b86be0e70fb1dab8451e79ec976776" alt="Company Signals Webhook configuration dialog" width="641" height="903" data-path="images/webhooks/company-signals-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.                                                                                                                                                           |
| Signal Name      | Yes      | One of the 82 company-related signals, such as `employee_growth` or `funding_round_announced`. See the full list on the [Company Signals API](/buying-signals/signals-apis/company-signals) page. |
| Time frame       | Yes      | The look-back window: `7d`, `30d`, `90d`, or `180d`.                                                                                                                                              |
| Bucket           | Yes      | The signal strength: `Low`, `Moderate`, `High`, or `Hyper`.                                                                                                                                       |
| Start active     | No       | On by default. Turn it off to save the webhook without sending events yet.                                                                                                                        |

## Pull the same data on demand

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