Collect signups for a waitlist and verify emails before saving them to Google Sheets. People enter their details, receive a code by email, and confirm it. Ideal for product launches, beta access, and event interest lists.
Signups begin on an n8n form. The flow cleans the email and names, generates a random code, and writes the record to Google Sheets with append or update. It then sends the code by SMTP email and asks the user to enter the code on a second form. An If check compares the codes and keeps the user in a simple loop until it matches. Once verified, the sheet marks the user as verified and a final form collects the intended use, which is also saved.
You need Google Sheets access and an SMTP sender. Set up the sheet columns, connect credentials, and adjust the email message and form copy. Expect fewer fake emails, cleaner data, and less manual list work. Using a verified flag supports faster follow up and safer outreach. Teams running launches can reduce list cleanup from hours to minutes while keeping contacts organized.