# Integrations

Web3Forms allows you to connect third-party services to receive form submissions, enabling powerful automation and data management workflows. All integrations listed below are available for **PRO plan** users.

## Available Integrations

### Google Sheets (Beta)

Automatically sync form submissions to a Google Sheets spreadsheet in real-time. Perfect for organizing and analyzing form data.

[Learn more about Google Sheets integration →](/getting-started/integrations/google-sheets.md)

### Telegram

Get instant notifications in your Telegram chat or group whenever someone submits a form. Stay updated on the go.

[Learn more about Telegram integration →](/getting-started/integrations/telegram-notifications.md)

### Slack

Get instant notifications in your Slack channel for every form submission. Keep your team informed in real-time.

[Learn more about Slack integration →](/getting-started/integrations/slack.md)

### Discord

Get instant notifications in your Discord server whenever you receive a new form submission.

[Learn more about Discord integration →](/getting-started/integrations/discord.md)

### Webhook

Send form data to any URL endpoint via HTTP POST. Compatible with Zapier, Make (formerly Integromat), n8n, and custom endpoints.

[Learn more about Webhooks →](/getting-started/pro-features/webhooks.md)

## Popular Use Cases

### Automation Platforms

* **Zapier**: Connect Web3Forms with 5,000+ apps using webhooks
* **Make (Integromat)**: Build complex automation workflows
* **n8n**: Open-source workflow automation
* **Pipedream**: Developer-focused automation platform

[View automation platform guides →](/getting-started/integrations/soon/zapier.md)

### Data Management

* **Google Sheets**: Organize submissions in spreadsheets
* **Airtable**: Store form data in a flexible database
* **Notion**: Manage submissions in your all-in-one workspace

[View data management examples →](/getting-started/examples.md)

### Team Notifications

* **Slack**: Notify team channels
* **Discord**: Alert Discord communities
* **Telegram**: Personal or group notifications

## Getting Started

{% hint style="info" %}
All integrations require an active **PRO plan** subscription. [Upgrade to PRO](https://web3forms.com/pricing) to access these features.
{% endhint %}

To set up an integration:

1. Log in to your [Web3Forms Dashboard](https://app.web3forms.com)
2. Select your form
3. Navigate to the **Integrations** tab
4. Choose your desired integration
5. Follow the setup instructions for that specific service
6. Save your settings

## Need Help?

If you need assistance setting up an integration, feel free to [contact our support team](mailto:support@web3forms.com) or [contribute to our documentation on Github](https://github.com/surjithctly/web3forms-docs).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.web3forms.com/getting-started/integrations.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
