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

# Zapier

> Setting up Zapier with Corgea webhooks

Connect Corgea to Zapier by registering a Catch Hook URL under **Settings → Automation → [Integrations](https://www.corgea.app/settings/integrations/)** → **Webhooks**.

<Warning>
  The standalone **Zapier** row under Automation Integrations is deprecated. Create new Zapier workflows with **Webhooks**. Existing Zapier integrations keep working — use **View All** (when shown) to test or delete them.
</Warning>

<Frame>
  <img src="https://mintcdn.com/corgea/bUShOerLaxHbdmO7/images/webhooks/webhooks_integrations.png?fit=max&auto=format&n=bUShOerLaxHbdmO7&q=85&s=e84b9d7d75569f68d644ada376ea16bf" alt="Automation Integrations with Zapier marked Deprecated" style={{ borderRadius: '0.5rem' }} width="1641" height="240" data-path="images/webhooks/webhooks_integrations.png" />
</Frame>

## Prerequisites

* A Zapier account
* Admin access in Corgea

## Setting up the Integration

<Steps>
  <Step title="Create a Catch Hook in Zapier">
    1. Sign in at [Zapier](https://zapier.com/)
    2. Create a Zap with **Webhooks by Zapier** as the trigger
    3. Choose **Catch Hook** and copy the URL Zapier provides
  </Step>

  <Step title="Register the webhook in Corgea">
    1. Open **Settings → Automation → [Integrations](https://www.corgea.app/settings/integrations/)**
    2. Under **Automation Integrations**, open **Webhooks** (not the deprecated Zapier row)
    3. Create a webhook with:
       * **Type**: `Zapier`
       * **Webhook URL**: your Catch Hook URL
       * The events you want to automate
    4. Save the one-time secret key, then click **Test**
  </Step>

  <Step title="Finish the Zap">
    1. In Zapier, map fields from the Corgea payload — for scan events, `data.message` is a ready-to-use summary
    2. Configure your action app
    3. Test the Zap and turn it on
  </Step>
</Steps>

## Example Use Cases

1. **Slack notifications**: Send channel alerts when scans complete. You can also do this directly with [Slack](slack) + [Webhooks](/webhooks).
2. **Issue tracking**: Create or update tickets in Trello, Jira, Asana, and similar tools. Jira and Linear also have native integrations ([Jira](jira), [Linear](linear)).
3. **Email alerts**: Notify teammates when critical findings appear.
4. **Custom workflows**: Kick off CI/CD steps or update docs from scan results.

## Additional Resources

* [Corgea Webhooks](/webhooks)
