Contact Form to Google Sheets + Email Notification
Form-builder SaaS charges $15-40/month to do three things: receive a form, store the row, send a notification. If you already have a website, this workflow does all three for free, and you own the data.
What this workflow does
- A Webhook node gives you a URL. Point your website form's POST action at it.
- The workflow extracts name, email, and message fields from the submission.
- A Google Sheets node appends the submission as a new row with a timestamp.
- A Gmail node sends you a formatted notification so you can reply while the lead is hot.
Setup guide
- Import the JSON into n8n (Workflows > Import from File).
- Open the Webhook node and copy your production webhook URL.
- Point your website form's action attribute (or fetch call) at that URL with fields: name, email, message.
- Connect your Google account in the Google Sheets node and select a spreadsheet with columns: Timestamp, Name, Email, Message.
- Connect Gmail (or swap for SMTP/Outlook) and set your notification address.
- Activate the workflow and submit a test form.
Want this running 24/7?
Self-host n8n on a cheap VPS and this workflow runs around the clock for less than a coffee a month.
Get an n8n VPS from $5/monthFAQ
Does this work with WordPress, Webflow, or plain HTML forms?Yes. Anything that can POST to a URL works: plain HTML forms, WordPress plugins with webhook support, Webflow form actions, or a two-line fetch() call.
Can I add spam filtering?Yes. Add an IF node after the webhook that drops submissions containing links in the message field, or add a honeypot field to your form and filter on it.
Can it notify Slack instead of email?Swap the Gmail node for a Slack node and pick a channel. Everything else stays the same.
Want the workflows this one is a warm-up for?
The Mega Bundle packs both WorkflowForge Pro volumes — 32 production-grade workflows: automations (cart recovery, lead scoring, invoice extraction) and AI agents (support agent, calendar assistant, research agent), each with a setup guide. $39 for both, instant download.
Get the Mega Bundle →Need it customized for your exact process?
I build custom n8n automations and AI agents professionally: your tools, your edge cases, tested and documented.
Hire me on Fiverr →