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

# Webhooks

> Sync with any platform in just a few clicks.

<Info>
  **Webhook integrations are only available on paid plans.**

  Upgrade to Starter or Pro to automate your data workflows and sync people from lists to external systems.
</Info>

With Webhooks, you can:

* Automatically add leads who match your Ideal Customer Profile (ICP) to your sequence
* Sync contacts to your CRM when they show buying intent
* Push enriched lead data to Clay or other enrichment tools
* Connect Clearcue to any platform that accepts webhook data

## How Webhook integrations work?

* Webhooks can only sync data from saved lists
* Create a list with your desired filters, then create a webhook for it
* Each person in the list will be sent to your webhook URL via POST request
* New people added to the list are automatically synced
* View run history to track successful and failed syncs

## Create a Webhook

You can set up webhooks in two ways:

### From Settings

Go to **Settings** → **Integrations** → **Webhooks** to manage all your webhooks in one place.

<Steps>
  <Step title="Click Create Webhook">
    Click the **Create Webhook** button to open the configuration dialog.

    <img src="https://mintcdn.com/clearcue/Oh7TeNedt_CNHP6N/images/webhook-integration-settings-modal.png?fit=max&auto=format&n=Oh7TeNedt_CNHP6N&q=85&s=cfa050f839729f1afadb13d2a67c81ff" alt="Create Webhook" style={{ width: '80%' }} width="998" height="638" data-path="images/webhook-integration-settings-modal.png" />
  </Step>

  <Step title="Select a List">
    Choose which List you want to sync. People matching this list's filters will be sent to your webhook.
  </Step>

  <Step title="Enter your Webhook URL">
    Paste the URL where you want to receive the data. This must be a valid HTTPS endpoint.
  </Step>

  <Step title="Create">
    Click **Create** to save. Clearcue will automatically start syncing people from your list.
  </Step>
</Steps>

### From a List

You can also configure webhooks directly from any List:

<Steps>
  <Step title="Open the List you want to sync">
    Navigate to the List you want to send to an external system.
  </Step>

  <Step title="Go to List Settings">
    Go to **List Settings** → **Integrations**.
  </Step>

  <Step title="Configure your webhook">
    Enter your webhook URL and save. People from this list will be synced automatically.

    <img src="https://mintcdn.com/clearcue/Oh7TeNedt_CNHP6N/images/webhook-integration-modal.png?fit=max&auto=format&n=Oh7TeNedt_CNHP6N&q=85&s=1f7c950ec50a69defd6b9593cfd23929" alt="Configure Webhook" style={{ width: '80%' }} width="992" height="636" data-path="images/webhook-integration-modal.png" />
  </Step>
</Steps>

## Manage Webhooks

From the webhooks table, you can see the status of each webhook including:

* **Status** - Whether the webhook is enabled or disabled
* **People Synced** - How many people have been sent vs total in the list
* **Last Run** - When the last sync occurred

Use the **Actions** menu to:

<img src="https://mintcdn.com/clearcue/Oh7TeNedt_CNHP6N/images/actions-webhook-integration-modal.png?fit=max&auto=format&n=Oh7TeNedt_CNHP6N&q=85&s=8baab23ecabc6d231dc77a86a2000b86" alt="Webhook Actions Menu" style={{ width: '30%' }} width="286" height="408" data-path="images/actions-webhook-integration-modal.png" />

* **View History** - See detailed run history with success/failure counts

<img src="https://mintcdn.com/clearcue/Oh7TeNedt_CNHP6N/images/runhistory-webhook-integration-modal.png?fit=max&auto=format&n=Oh7TeNedt_CNHP6N&q=85&s=c72fcbb96b49f68434f81e084ed0cb5b" alt="Webhook Run History" style={{ width: '85%' }} width="1400" height="592" data-path="images/runhistory-webhook-integration-modal.png" />

* **Enable/Disable** - Temporarily pause syncing without deleting the webhook
* **Delete** - Permanently remove the webhook
