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

# Integrations

> Connect Zavu with your favorite tools and platforms

Zavu integrates with popular platforms to streamline your messaging workflows. Connect once and start sending messages from anywhere in your stack.

## Available Integrations

<CardGroup cols={2}>
  <Card title="Vercel" icon="triangle" href="/guides/integrations/vercel">
    Automatic API key provisioning and environment variable injection for your Vercel projects.
  </Card>
</CardGroup>

## Coming Soon

We're actively working on integrations with these platforms:

<CardGroup cols={3}>
  <Card title="Zapier" icon="bolt">
    Connect Zavu to 5,000+ apps with no-code automation workflows.
  </Card>

  <Card title="Stripe" icon="credit-card">
    Send payment confirmations, failed payment alerts, and subscription reminders.
  </Card>

  <Card title="Shopify" icon="cart-shopping">
    Order confirmations, shipping updates, and abandoned cart recovery.
  </Card>

  <Card title="Supabase" icon="database">
    Trigger messages from database events and Edge Functions.
  </Card>

  <Card title="Clerk" icon="shield-check">
    Phone verification and two-factor authentication via SMS.
  </Card>

  <Card title="HubSpot" icon="hubspot">
    CRM-triggered messaging for sales and marketing automation.
  </Card>
</CardGroup>

## Request an Integration

Don't see the integration you need? We'd love to hear from you.

<Card title="Request Integration" icon="message" href="mailto:support@zavu.dev?subject=Integration%20Request">
  Email us at [support@zavu.dev](mailto:support@zavu.dev) with your integration request and use case.
</Card>

## Build Your Own

Zavu's API makes it easy to build custom integrations. Use webhooks to receive real-time events and our SDKs to send messages from any platform.

<CardGroup cols={2}>
  <Card title="Webhooks" icon="webhook" href="/guides/receiving-messages/webhooks">
    Receive delivery status updates and incoming messages in real-time.
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference">
    Full REST API documentation for custom integrations.
  </Card>
</CardGroup>
