Back to Integrations
integrationGmail node
integrationWebflow node

Gmail and Webflow integration

Save yourself the work of writing custom integrations for Gmail and Webflow and use n8n instead. Build adaptable and scalable Communication, HITL, and Marketing workflows that work with your technology stack. All within a building experience you will love.

How to connect Gmail and Webflow

  • Step 1: Create a new workflow
  • Step 2: Add and configure nodes
  • Step 3: Connect
  • Step 4: Customize and extend your integration
  • Step 5: Test and activate your workflow

Step 1: Create a new workflow and add the first step

In n8n, click the "Add workflow" button in the Workflows tab to create a new workflow. Add the starting point – a trigger on when your workflow should run: an app event, a schedule, a webhook call, another workflow, an AI chat, or a manual trigger. Sometimes, the HTTP Request node might already serve as your starting point.

Gmail and Webflow integration: Create a new workflow and add the first step

Step 2: Add and configure Gmail and Webflow nodes

You can find Gmail and Webflow in the nodes panel. Drag them onto your workflow canvas, selecting their actions. Click each node, choose a credential, and authenticate to grant n8n access. Configure Gmail and Webflow nodes one by one: input data on the left, parameters in the middle, and output data on the right.

Gmail and Webflow integration: Add and configure Gmail and Webflow nodes

Step 3: Connect Gmail and Webflow

A connection establishes a link between Gmail and Webflow (or vice versa) to route data through the workflow. Data flows from the output of one node to the input of another. You can have single or multiple connections for each node.

Gmail and Webflow integration: Connect Gmail and Webflow

Step 4: Customize and extend your Gmail and Webflow integration

Use n8n's core nodes such as If, Split Out, Merge, and others to transform and manipulate data. Write custom JavaScript or Python in the Code node and run it as a step in your workflow. Connect Gmail and Webflow with any of n8n’s 1000+ integrations, and incorporate advanced AI logic into your workflows.

Gmail and Webflow integration: Customize and extend your Gmail and Webflow integration

Step 5: Test and activate your Gmail and Webflow workflow

Save and run the workflow to see if everything works as expected. Based on your configuration, data should flow from Gmail to Webflow or vice versa. Easily debug your workflow: you can check past executions to isolate and fix the mistake. Once you've tested everything, make sure to save your workflow and activate it.

Gmail and Webflow integration: Test and activate your Gmail and Webflow workflow

Sync Webflow form leads to Pipedrive with Discord and Gmail notifications

Who it's for

This workflow is for sales and marketing teams using Webflow as their primary lead capture tool and Pipedrive as their CRM. It automates the entire lead intake process, from form submission to CRM entry and team notification, eliminating manual data entry.

How it works

A Webflow form submission triggers the workflow and captures lead fields (name, company, email, phone, website URL, message).
Key fields are mapped and phone numbers are cleaned and formatted with the correct international dial code using a custom code node.
The workflow searches Pipedrive for an existing organization matching the company name. If none is found, a new one is created. Results are aggregated.
It then searches for the contact person by name. If found, their record is updated; if not, a new person is created and linked to the organization.
A new lead is created in Pipedrive associating the person and organization.
In parallel: a Discord message notifies the team, a Gmail confirmation email is sent to the lead, and — if a website URL was provided — the organization's URL field in Pipedrive is updated.

How to set up

[ ] Connect your Webflow OAuth2 credentials and configure the Form Trigger with the correct site
[ ] Add Pipedrive API credentials to all Pipedrive nodes
[ ] Add Discord Bot credentials and set the target server and channel in the Notify Team on Discord node
[ ] Add Gmail OAuth2 credentials and adjust the email subject and body in Send Confirmation Email
[ ] Review the Format Phone Numbers code node to confirm the country detection logic matches your audience
[ ] Adjust the Filter Valid Organization URL conditions if needed

Requirements

Webflow account with a published form
Pipedrive CRM account
Discord server with a bot token
Gmail account with OAuth2 access

How to customize

Extend the Set Contact Fields node to map additional Webflow form fields into Pipedrive custom properties.
Replace the Gmail node with a SendGrid or SMTP node to use a transactional email service instead.
Add a Slack node alongside or instead of Discord for team notifications if your team uses Slack.

Nodes used in this workflow

Popular Gmail and Webflow workflows

Send Webflow form leads to Google Sheets with email and WhatsApp alerts

Who it's for This n8n workflow is designed for business owners, sales teams, and customer support managers who want to automate their lead capture and immediate acknowledgment process. The workflow creates an end-to-end multi-channel communication system that captures form submissions directly from Webflow, cleans and structures the data, saves it securely to a Google Sheet, and instantly sends personalized "Thank You" messages via both Email and WhatsApp. Features Captures Webflow form submissions in real time Cleans and structures data into JSON using custom JavaScript Automatically saves leads to Google Sheets (Name, Email, Phone, Message, Date) Sends instant email confirmation to users Verifies WhatsApp numbers via Rapiwa API Sends WhatsApp messages only to valid numbers Handles multiple submissions with delay to avoid API limits Uses conditional routing for error-free automation flow Requirements Webflow OAuth2 API**: To authenticate the trigger node and receive real-time form submission webhooks from your specific site. Google Sheets OAuth2 API**: For appending new lead data to your designated spreadsheet ("Sales - Save to Google Sheets"). Gmail OAuth2 API**: To send the automated confirmation emails to your leads from your connected Gmail account. Rapiwa API Credentials**: For verifying the validity of WhatsApp numbers and sending out the WhatsApp text messages. Configure Credentials Webflow API**: Ensure you select the correct Site ID in the trigger node settings to listen to the right website's forms. Google Sheets**: Configure with edit access to the target spreadsheet and ensure the sheet name ("Webflow") exactly matches your tab. Gmail API**: Connect the Google account you wish to use as the sender for the confirmation emails. Rapiwa API**: Add your Rapiwa API key to enable WhatsApp number verification and messaging capabilities. Customize Messages**: Update the default text in the "Send a message" (Email) and "Rapiwa" (WhatsApp) nodes, making sure to replace add_your_brand_name with your actual brand name. Important Notes Ensure consistent field names between Code node and Google Sheets (e.g., email, name must match exactly with sheet headers like Email, Name) to avoid empty values WhatsApp logic: $json.exists === false means the number is valid and exists on WhatsApp, so the True branch sends the message—don’t invert this Loop Over Items has two outputs: top output goes back into the 5s wait loop, bottom output continues main processing flow WhatsApp message uses cleaned sheet data ($('Store Data in Sheet').item.json.Name) to ensure accurate formatting Replace add_your_brand_name in all templates to avoid unprofessional messaging Support & Help WhatsApp**: Chat on WhatsApp Discord**: SpaGreen Community Facebook Group**: SpaGreen Support Website**: spagreen.net Developer Portfolio**: Codecanyon SpaGreen

Sync Webflow form leads to Pipedrive with Discord and Gmail notifications

Who it's for This workflow is for sales and marketing teams using Webflow as their primary lead capture tool and Pipedrive as their CRM. It automates the entire lead intake process, from form submission to CRM entry and team notification, eliminating manual data entry. How it works A Webflow form submission triggers the workflow and captures lead fields (name, company, email, phone, website URL, message). Key fields are mapped and phone numbers are cleaned and formatted with the correct international dial code using a custom code node. The workflow searches Pipedrive for an existing organization matching the company name. If none is found, a new one is created. Results are aggregated. It then searches for the contact person by name. If found, their record is updated; if not, a new person is created and linked to the organization. A new lead is created in Pipedrive associating the person and organization. In parallel: a Discord message notifies the team, a Gmail confirmation email is sent to the lead, and — if a website URL was provided — the organization's URL field in Pipedrive is updated. How to set up [ ] Connect your Webflow OAuth2 credentials and configure the Form Trigger with the correct site [ ] Add Pipedrive API credentials to all Pipedrive nodes [ ] Add Discord Bot credentials and set the target server and channel in the Notify Team on Discord node [ ] Add Gmail OAuth2 credentials and adjust the email subject and body in Send Confirmation Email [ ] Review the Format Phone Numbers code node to confirm the country detection logic matches your audience [ ] Adjust the Filter Valid Organization URL conditions if needed Requirements Webflow account with a published form Pipedrive CRM account Discord server with a bot token Gmail account with OAuth2 access How to customize Extend the Set Contact Fields node to map additional Webflow form fields into Pipedrive custom properties. Replace the Gmail node with a SendGrid or SMTP node to use a transactional email service instead. Add a Slack node alongside or instead of Discord for team notifications if your team uses Slack.

Build your own Gmail and Webflow integration

Create custom Gmail and Webflow workflows by choosing triggers and actions. Nodes come with global operations and settings, as well as app-specific parameters that can be configured. You can also use the HTTP Request node to query data from any app or service with a REST API.

Gmail supported actions

Add Label
Delete
Get
Get Many
Mark as Read
Mark as Unread
Remove Label
Reply
Send
Send and Wait for Response
Create
Delete
Get
Get Many
Create
Delete
Get
Get Many
Add Label
Delete
Get
Get Many
Remove Label
Reply
Trash
Untrash

Webflow supported actions

Create
Delete
Get
Get Many
Update

FAQs

  • Can Gmail connect with Webflow?

  • Can I use Gmail’s API with n8n?

  • Can I use Webflow’s API with n8n?

  • Is n8n secure for integrating Gmail and Webflow?

  • How to get started with Gmail and Webflow integration in n8n.io?

Need help setting up your Gmail and Webflow integration?

Discover our latest community's recommendations and join the discussions about Gmail and Webflow integration.
Georgy Alaverdyan
jake chard
Jan Koch
Paul Kennard

Looking to integrate Gmail and Webflow in your company?

Over 3000 companies switch to n8n every single week

Why use n8n to integrate Gmail with Webflow

Build complex workflows, really fast

Build complex workflows, really fast

Handle branching, merging and iteration easily.
Pause your workflow to wait for external events.

Code when you need it, UI when you don't

Simple debugging

Your data is displayed alongside your settings, making edge cases easy to track down.

Use templates to get started fast

Use 1000+ workflow templates available from our core team and our community.

Reuse your work

Copy and paste, easily import and export workflows.

Implement complex processes faster with n8n

red iconyellow iconred iconyellow icon