Block 1 - On form submission
- Type / Role
- n8n-nodes-base.formTrigger - formTrigger
- Config choices
- Version 2.2
This workflow is provided as-is. Please review and test before using in production.
This template implements a professional Double Opt In email verification system using Google Sheets as a database. The workflow collects user emails, generates unique verification codes, stores the...
n8n-nodes-base.formtrigger, n8n-nodes-base.form, n8n-nodes-base.code, n8n-nodes-base.emailsend, n8n-nodes-base.googlesheets, n8n-nodes-base.if, n8n-nodes-base.stickynote, n8n-nodes-base.noop
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Un tal Camilo Medina.
Original n8n.io sourceThis template implements a professional Double Opt-In email verification system using Google Sheets as a database. The workflow collects user emails, generates unique verification codes, stores them securely, and validates user access before proceeding with your main form.
Follow these steps to configure the workflow:
Create a Google Sheets spreadsheet with the following columns:
| Column Name | Data Type | Description |
|---|---|---|
| Start Date | String | Timestamp of form submission |
| ID | String | Workflow execution ID |
| Accepts Terms | String | Terms acceptance flag |
| String | User's email address | |
| Code | String | 6-digit verification code |
YOUR_GOOGLE_SHEET_ID with your spreadsheet ID[email protected] with your sender addressThe workflow includes:
Double Opt-In, Email Verification, Forms, Google Sheets, GDPR, Data Protection, Email Marketing, Lead Generation
For questions or issues with this template:
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.
| Workflow | 🔐 Double opt-in email verification system with Google Sheets |
|---|---|
| Complexity | advanced |
| Nodes | 24 |
| Categories | Lead Generation |
| Author | Un tal Camilo Medina |
| Published | 09 May 2025 |
Use the JSON export at /data/workflows/3953/3953.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
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.
This template implements a professional Double Opt In email verification system using Google Sheets as a database. The workflow collects user emails, generates unique verification codes, stores the...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
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 use case.