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

# Webhook Providers

> Connect Unhook with popular webhook providers

# Webhook Provider Integration Guides

Unhook makes it easy to receive webhooks from any provider. Each provider has specific configuration requirements and webhook event types. Select your provider below for detailed setup instructions.

## Popular Providers

<CardGroup cols={3}>
  <Card title="Stripe" icon="stripe" href="/providers/stripe">
    Payment processing and subscription webhooks
  </Card>

  <Card title="GitHub" icon="github" href="/providers/github">
    Repository and workflow events
  </Card>

  <Card title="Clerk" icon="user-shield" href="/providers/clerk">
    User authentication and management
  </Card>

  <Card title="Twilio" icon="comment-sms" href="/providers/twilio">
    SMS, voice, and communication events
  </Card>

  <Card title="SendGrid" icon="envelope" href="/providers/sendgrid">
    Email delivery and engagement tracking
  </Card>

  <Card title="Shopify" icon="cart-shopping" href="/providers/shopify">
    E-commerce and order webhooks
  </Card>
</CardGroup>

## Payment & Commerce

<CardGroup cols={3}>
  <Card title="PayPal" href="/providers/paypal">Payment notifications</Card>
  <Card title="Square" href="/providers/square">Payment and POS events</Card>
  <Card title="Braintree" href="/providers/braintree">Payment gateway webhooks</Card>
  <Card title="Paddle" href="/providers/paddle">SaaS billing events</Card>
  <Card title="Chargebee" href="/providers/chargebee">Subscription management</Card>
  <Card title="Recurly" href="/providers/recurly">Recurring billing webhooks</Card>
</CardGroup>

## Communication & Collaboration

<CardGroup cols={3}>
  <Card title="Slack" href="/providers/slack">Team messaging events</Card>
  <Card title="Discord" href="/providers/discord">Community platform webhooks</Card>
  <Card title="Microsoft Teams" href="/providers/microsoft-teams">Enterprise communication</Card>
  <Card title="Zoom" href="/providers/zoom">Video conferencing events</Card>
  <Card title="Intercom" href="/providers/intercom">Customer messaging</Card>
  <Card title="Mailchimp" href="/providers/mailchimp">Email marketing events</Card>
</CardGroup>

## Development & Infrastructure

<CardGroup cols={3}>
  <Card title="Vercel" href="/providers/vercel">Deployment notifications</Card>
  <Card title="Netlify" href="/providers/netlify">Build and deploy events</Card>
  <Card title="CircleCI" href="/providers/circleci">CI/CD pipeline webhooks</Card>
  <Card title="PagerDuty" href="/providers/pagerduty">Incident management</Card>
  <Card title="Sentry" href="/providers/sentry">Error tracking alerts</Card>
  <Card title="Datadog" href="/providers/datadog">Monitoring and analytics</Card>
</CardGroup>

## Project Management

<CardGroup cols={3}>
  <Card title="Linear" href="/providers/linear">Issue tracking</Card>
  <Card title="Jira" href="/providers/jira">Agile project management</Card>
  <Card title="Notion" href="/providers/notion">Workspace notifications</Card>
  <Card title="Asana" href="/providers/asana">Task management</Card>
  <Card title="Monday.com" href="/providers/monday">Work OS events</Card>
  <Card title="ClickUp" href="/providers/clickup">Productivity platform</Card>
</CardGroup>

## Authentication & Security

<CardGroup cols={3}>
  <Card title="Auth0" href="/providers/auth0">Identity management</Card>
  <Card title="Okta" href="/providers/okta">Enterprise authentication</Card>
  <Card title="Firebase" href="/providers/firebase">Authentication events</Card>
  <Card title="Supabase" href="/providers/supabase">Backend platform webhooks</Card>
  <Card title="WorkOS" href="/providers/workos">Enterprise SSO</Card>
  <Card title="FusionAuth" href="/providers/fusionauth">Customer identity</Card>
</CardGroup>

## Form & Survey

<CardGroup cols={3}>
  <Card title="Typeform" href="/providers/typeform">Form submissions</Card>
  <Card title="Google Forms" href="/providers/google-forms">Survey responses</Card>
  <Card title="JotForm" href="/providers/jotform">Form builder webhooks</Card>
  <Card title="SurveyMonkey" href="/providers/surveymonkey">Survey platform</Card>
  <Card title="Calendly" href="/providers/calendly">Scheduling events</Card>
  <Card title="Cal.com" href="/providers/cal">Open-source scheduling</Card>
</CardGroup>

## Storage & Files

<CardGroup cols={3}>
  <Card title="Box" href="/providers/box">File collaboration</Card>
  <Card title="Dropbox" href="/providers/dropbox">Cloud storage events</Card>
  <Card title="Google Drive" href="/providers/google-drive">Document notifications</Card>
  <Card title="OneDrive" href="/providers/onedrive">Microsoft cloud storage</Card>
  <Card title="AWS S3" href="/providers/aws-s3">Object storage events</Card>
  <Card title="Cloudinary" href="/providers/cloudinary">Media management</Card>
</CardGroup>

## Analytics & Marketing

<CardGroup cols={3}>
  <Card title="Segment" href="/providers/segment">Customer data events</Card>
  <Card title="Mixpanel" href="/providers/mixpanel">Product analytics</Card>
  <Card title="Amplitude" href="/providers/amplitude">Digital analytics</Card>
  <Card title="HubSpot" href="/providers/hubspot">CRM and marketing</Card>
  <Card title="Salesforce" href="/providers/salesforce">Enterprise CRM</Card>
  <Card title="Pipedrive" href="/providers/pipedrive">Sales CRM webhooks</Card>
</CardGroup>

## Social Media

<CardGroup cols={3}>
  <Card title="Facebook" href="/providers/facebook">Social platform events</Card>
  <Card title="Instagram" href="/providers/instagram">Photo sharing webhooks</Card>
  <Card title="Twitter/X" href="/providers/twitter">Social media events</Card>
  <Card title="LinkedIn" href="/providers/linkedin">Professional network</Card>
  <Card title="TikTok" href="/providers/tiktok">Video platform webhooks</Card>
  <Card title="YouTube" href="/providers/youtube">Video notifications</Card>
</CardGroup>

## Custom Providers

If your provider is not listed above, you can still use Unhook! Simply use your unique Unhook URL as the webhook endpoint. See our [Custom Integration Guide](/providers/custom) for more details.

## Quick Start

1. Choose your provider from the list above
2. Follow the provider-specific setup instructions
3. Copy your Unhook URL: `https://unhook.sh/wh_YOUR_ID`
4. Configure the webhook in your provider's dashboard
5. Start receiving webhooks locally!

## Need Help?

* Check the provider-specific documentation for detailed setup steps
* Join our [Discord community](https://discord.gg/unhook) for support
* Contact us at [support@unhook.sh](mailto:support@unhook.sh)
