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

# Integrations Overview

> Connect hyzl to your existing tools and workflows.

hyzl integrates with external systems so you can trigger calls automatically and route call results back to your customer relationship manager, spreadsheets, or custom applications.

## Available integrations

<CardGroup cols={2}>
  <Card title="HubSpot" icon="hubspot" href="/docs/integrations/hubspot">
    Trigger calls from HubSpot Contact workflows and write results back to contact records.
  </Card>

  <Card title="Zapier Inbound" icon="bolt" href="/docs/integrations/zapier-inbound">
    Trigger calls from any app without writing code.
  </Card>

  <Card title="Zapier Outbound" icon="bolt" href="/docs/integrations/zapier-outbound">
    Send call results to any app automatically after every call.
  </Card>

  <Card title="Custom webhooks" icon="code" href="/docs/integrations/custom-webhooks">
    Developer-grade HTTP integration for custom workflows.
  </Card>

  <Card title="Claude & ChatGPT" icon="robot" href="/docs/integrations/mcp-connector">
    Run AI Calling campaigns straight from Claude or ChatGPT with the Model Context Protocol connector.
  </Card>

  <Card title="Meta Lead Ads" icon="facebook" href="/docs/integrations/meta-lead-ads">
    Turn Facebook & Instagram Instant Form leads into instant AI phone calls.
  </Card>

  <Card title="Revenue Recovery" icon="stripe" href="/docs/revenue-recovery/overview">
    Connect Stripe or RevenueCat to automatically call cancelling customers and win them back with a discount.
  </Card>
</CardGroup>

## Zapier vs custom webhooks

Each runs in two directions. hyzl names the four cards on the Integrations page after those directions.

|                           | Zapier                             | Custom webhooks               |
| ------------------------- | ---------------------------------- | ----------------------------- |
| **Setup**                 | No-code, visual editor             | Requires a server / endpoint  |
| **Best for**              | Non-developers, quick integrations | Developers, custom systems    |
| **Trigger calls**         | Yes (Zapier Inbound)               | Yes (Custom inbound webhook)  |
| **Receive results**       | Yes (Zapier Outbound)              | Yes (Custom outbound webhook) |
| **Custom headers / auth** | Limited                            | Full control                  |
| **Real-time delivery**    | Near real-time                     | Real-time                     |

Use **Zapier** if you want to connect hyzl to apps like HubSpot, Google Sheets, Asana, or Slack without writing code. Use **custom webhooks** if you are building a custom integration or need full control over the data flow.

## Open Integrations

Go to **Integrations** in the sidebar to view, create, and manage all your integrations.
