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

# Integrations Overview

> Choose the right FormHug integration for syncing submissions, automating workflows, sending alerts, collecting payments, or building custom systems

FormHug integrations help you move submissions into the tools your team already uses. You can sync responses to spreadsheets and databases, notify teammates in Slack, create CRM records through Zapier, collect payments with Stripe, or send data to your own system with webhooks and MCP.

Use this page to choose the right integration before opening a setup guide.

## Choose an Integration

| Goal                                                  | Recommended integration                         | Best for                                                                               |
| ----------------------------------------------------- | ----------------------------------------------- | -------------------------------------------------------------------------------------- |
| Store responses in a spreadsheet                      | [Google Sheets](/integrations/google-sheets)    | Reporting, sharing, filtering, and lightweight operations                              |
| Create pages in a Notion database                     | [Notion](/integrations/notion)                  | Waitlists, feedback, internal requests, research, and team review                      |
| Alert a team or teammate                              | [Slack](/integrations/slack)                    | Lead alerts, support intake, event updates, and urgent follow-up                       |
| Connect to CRM, email, database, or productivity apps | [Zapier](/integrations/zapier)                  | HubSpot, Mailchimp, Airtable, Gmail, Zapier Tables, and multi-step workflows           |
| Send email from your own SMTP server                  | [SMTP Mail Server](/integrations/smtp)          | Branded senders, Google Workspace SMTP, reminders, notifications, and manual follow-up |
| Collect payments in forms                             | [Stripe Collect Payments](/integrations/stripe) | Orders, tickets, donations, deposits, paid applications, and service bookings          |
| Send JSON to your own endpoint                        | [Webhooks](/integrations/webhooks)              | Custom backends, internal tools, data warehouses, and developer workflows              |
| Let AI agents or MCP clients work with FormHug        | [MCP](/integrations/mcp)                        | AI workflows, agent tools, and programmatic form operations                            |

## Common Workflows

### Sync Submissions to Work Tools

Use **Google Sheets** when your team wants a familiar table for reviewing and sharing entries. Use **Notion** when each submission needs a richer page with properties, notes, and team follow-up.

<CardGroup cols={2}>
  <Card title="Google Sheets" icon="table" href="/integrations/google-sheets">
    Send new submissions to a connected spreadsheet
  </Card>

  <Card title="Notion" icon="book-open" href="/integrations/notion">
    Create database pages from new submissions
  </Card>
</CardGroup>

### Notify Your Team

Use **Slack** when new submissions should appear where teammates already communicate. Send alerts to a channel for shared visibility, or send direct messages when one person owns follow-up.

<Card title="Slack" icon="slack" href="/integrations/slack">
  Post submission alerts to a channel or direct message
</Card>

### Send Emails from Your Own Domain

Use **SMTP Mail Server** when you want FormHug emails to come from a verified sender on your own domain. This is useful for reminders, notifications, and manual follow-up emails sent from submissions.

<Card title="SMTP Mail Server" icon="server" href="/integrations/smtp">
  Connect your own SMTP server for outbound emails
</Card>

### Automate Across Apps

Use **Zapier** when you want FormHug submissions to trigger actions in apps like HubSpot, Mailchimp, Airtable, Gmail, or other workflow tools. Zapier is best when you need field mapping, filters, formatters, or multi-step automations without writing code.

<Card title="Zapier" icon="bolt" href="/integrations/zapier">
  Automate workflows across CRM, email, database, and productivity apps
</Card>

### Build Custom Integrations

Use **Webhooks** when you control the receiving system and want FormHug to send submission data as JSON. Use **MCP** when you want AI agents or MCP-compatible clients to create, read, or operate on FormHug resources.

<CardGroup cols={2}>
  <Card title="Webhooks" icon="webhook" href="/integrations/webhooks">
    Push submission data to your own HTTP endpoint
  </Card>

  <Card title="MCP" icon="robot" href="/integrations/mcp">
    Connect FormHug to AI agents and MCP clients
  </Card>
</CardGroup>

### Collect Payments

Use **Stripe Collect Payments** when your form needs to collect money, such as event tickets, donations, paid services, deposits, or product orders.

<Card title="Stripe Collect Payments" icon="credit-card" href="/integrations/stripe">
  Collect payments directly inside your form
</Card>

## Which One Should I Choose?

* Choose **Google Sheets** if you want the simplest shared table.
* Choose **Notion** if each submission should become a reviewable page in an existing database.
* Choose **Slack** if speed and team visibility matter more than long-term storage.
* Choose **Zapier** if the destination app is not built into FormHug or you need a multi-step workflow.
* Choose **SMTP Mail Server** if you want FormHug emails to send from your own verified sender address.
* Choose **Webhooks** if you have a developer-owned endpoint and want full control.
* Choose **Stripe** if the form needs payment collection.
* Choose **MCP** if the workflow involves AI agents or programmatic FormHug operations.

<Tip>
  You can use multiple integrations on the same form. For example, a waitlist can notify Slack, save records to Notion, and create contacts in HubSpot through Zapier.
</Tip>

## Related

<CardGroup cols={2}>
  <Card title="Form Submissions" icon="inbox" href="/features/data/submissions">
    View, filter, and export entries in FormHug
  </Card>

  <Card title="Reports" icon="chart-line" href="/features/data/reports">
    Analyze responses with built-in charts and summaries
  </Card>

  <Card title="Submission Rules" icon="code-branch" href="/features/settings/submission-rules">
    Control when people can submit and how entries are accepted
  </Card>

  <Card title="Notifications" icon="bell" href="/features/settings/notifications">
    Send built-in email notifications from FormHug
  </Card>
</CardGroup>
