> ## 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 Activity Webhook

> The Company Activity Webhook pushes news, funding, and social activity events for companies to your endpoint as they are detected. Filter by country and industry to receive only the markets you care about.

Get an HTTP `POST` to your endpoint whenever new company activity is detected: posts, announcements, and funding news. Both filters are optional, so you can go as broad as every tracked company or as narrow as one industry in one country.

## Create it in the dashboard

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

<Frame>
  <img src="https://mintcdn.com/cufinder/wDaKNYC7ADo5o2OZ/images/webhooks/company-activity-webhook.png?fit=max&auto=format&n=wDaKNYC7ADo5o2OZ&q=85&s=cb98cb66dd49de1bd895d0dbdaba7c12" alt="Company Activity Webhook configuration dialog" width="638" height="821" data-path="images/webhooks/company-activity-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.                                                                             |
| Country          | No       | Limit events to companies in one country. See the [list of accepted countries](/apis/accepted-values#countries).    |
| Industry         | No       | Limit events to companies in one industry. See the [list of accepted industries](/apis/accepted-values#industries). |
| 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 Activity API](/buying-signals/signals-apis/company-activity), which is useful for backfills and testing your filters before you create the webhook.
