Skip to main content

Website lead management: Send contact form submissions to WhatsApp & Google Sheets

Workflow preview

Workflow preview
100%
Website lead management: Send contact form submissions to WhatsApp & Google Sheets preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

Who's it for Business owners, marketers, and web developers who want to instantly respond to website contact form submissions and maintain organized lead records without manual monitoring. What it ...

Best for

  • Lead Generation automation workflows
  • Multimodal AI automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.webhook, n8n-nodes-base.code, n8n-nodes-base.whatsapp, n8n-nodes-base.googlesheets, n8n-nodes-base.stickynote

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Roshan Ramani.

Original n8n.io source

1.1 Workflow description

Title
Website lead management: Send contact form submissions to WhatsApp & Google Sheets
Workflow name
Website lead management: Send contact form submissions to WhatsApp & Google Sheets

Who's it for

Business owners, marketers, and web developers who want to instantly respond to website contact form submissions and maintain organized lead records without manual monitoring.

What it does

This workflow automatically processes contact form submissions from your website, sending immediate WhatsApp notifications with formatted lead details while simultaneously logging all data to Google Sheets for organized lead management and follow-up tracking.

How it works

When someone submits your website contact form, the webhook instantly receives the data, formats it into a professional WhatsApp message with emojis and structure, sends the notification to your phone, and logs all details (name, email, phone, service, message, timestamp) to a Google Sheets database for permanent storage and analysis.

Requirements

  • WhatsApp Business API credentials
  • Google Sheets API access with a spreadsheet containing these columns:
    • date (for timestamp)
    • name (contact's full name)
    • email (contact's email address)
    • phone (contact's phone number)
    • service (requested service/interest)
    • message (contact's message/inquiry)
  • Website contact form that can POST to webhook URL with fields: name, email, phone, service, message
  • n8n instance (self-hosted or cloud)

Google Sheets Setup

Create a new Google Sheet with the following column headers in row 1:

  • Column A: date
  • Column B: name
  • Column C: email
  • Column D: phone
  • Column E: service
  • Column F: message

The workflow will automatically populate these columns with each form submission and use the date column for duplicate checking.

How to set up

  1. Credentials Setup:

    • Configure WhatsApp Business API credentials in the WhatsApp node
    • Set up Google Sheets API connection and grant necessary permissions
  2. Configuration:

    • Update the recipient phone number in the WhatsApp node (format: +1234567890)
    • Replace the Google Sheets document ID with your spreadsheet ID
    • Ensure your Google Sheet has the required column structure mentioned above
  3. Integration:

    • Copy the webhook URL from the Contact Form Trigger node
    • Configure your website form to POST data to this endpoint with field names: name, email, phone, service, message
  4. Testing:

    • Test the workflow by submitting a sample form entry
    • Verify WhatsApp notification is received and data appears in Google Sheets

How to customize the workflow

  • Message Format: Modify the WhatsApp message template in the Format Lead Data node
  • Additional Fields: Add more form fields by updating both the Code node and Google Sheets mapping
  • Email Notifications: Include email alerts by adding an Email node after the Format Lead Data node
  • Conditional Logic: Set up different notifications for high-priority services or VIP customers
  • Data Validation: Add filtering rules in the Code node to handle spam or invalid submissions
  • Multiple Recipients: Configure the WhatsApp node to send alerts to multiple team members

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Contact Form Trigger

Type / Role
n8n-nodes-base.webhook - webhook
Config choices
Version 2.1

Block 2 - Format Lead Data

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 3 - WhatsApp Alert

Type / Role
n8n-nodes-base.whatsApp - whatsApp
Config choices
Version 1

Block 4 - Log to Database

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.7

Block 5 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

3. Summary Table

Workflow Website lead management: Send contact form submissions to WhatsApp & Google Sheets
Complexity intermediate
Nodes 5
Categories Lead Generation, Multimodal AI
Author Roshan Ramani
Published 15 Aug 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/7424/7424.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Website lead management: Send contact form submissions to WhatsApp & Google Sheets do?

Who's it for Business owners, marketers, and web developers who want to instantly respond to website contact form submissions and maintain organized lead records without manual monitoring. What it ...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Lead Generation, Multimodal AI use case.