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

# Webhooks

> Push campaign results automatically to external systems via HTTP POST

## Setup

1. In your campaign, click **Automation** in the toolbar
2. Toggle **Webhook Exports** ON
3. Configure webhook URLs for each data type:
   * **Companies webhook URL**: receives company data as JSON
   * **Signals webhook URL**: receives signal/job data as JSON
   * **People webhook URL**: receives contact data as JSON
4. Set **Score Thresholds** (optional):
   * Companies min score (e.g., 5), only sends companies scoring above this threshold
   * Signals min score (e.g., 5), only sends signals scoring above this threshold
5. Click the **send button** next to each URL to save

## How webhooks work

* When **Auto-Update** runs (daily at midnight or via Run Now), results are sent as HTTP POST requests to your configured URLs
* Data is formatted as JSON
* Only results above your score thresholds are sent
* Works with any system that accepts webhooks

## Compatible platforms

Sentrion's webhook exports work with any platform that accepts HTTP POST requests:

* **[Clay](https://www.clay.com/)**: automated GTM outreach workflows. See the [Clay integration guide](/integrations/clay).
* **Zapier**: connect to 5,000+ apps
* **n8n**: open-source automation workflows
* **Make (Integromat)**: visual automation builder
* **Custom endpoints**: POST JSON data to your own API or internal systems

## Tips

* Set **score thresholds** to avoid flooding your downstream system with low-quality matches. Start with a threshold of 5.
* Combine with **Auto-Update** for a fully hands-off pipeline: Sentrion finds signals daily and pushes high-scoring results to your tools automatically.
* You can configure webhooks for one, two, or all three data types (companies, signals, people) independently.
