Validate startup ideas with Google Gemini, Groq, and Gmail

Go to Workflow
1 views
Built by Kanishka Shrivastava Kanishka Shrivastava
Created on July 28, 2026

Description

Quick overview
This workflow collects a startup idea via an n8n form, uses Google Gemini to generate a SWOT-style analysis, assigns a viability score, uses Groq to turn the results into a structured validation report, and emails the final report through Gmail.

How it works
Receives a startup idea, industry, and target audience from an n8n Form trigger.
Sends the submission to Google Gemini to generate a professional analysis covering the problem, business model, and SWOT factors.
Generates a startup viability score (currently a random value from 80–100) and packages it with the Gemini analysis.
Sends the score and analysis to Groq (Llama 3.3 70B) to compile a full validation report with an executive summary, market potential, recommendations, and final verdict.
Emails the generated validation report to the configured recipient using Gmail.

Setup
Add credentials for Google Gemini (PaLM) API, Groq API, and a Gmail OAuth2 connection.
Replace the placeholder recipient address in the Gmail step ("[email protected]") with your target email address before activating the workflow.
Publish the n8n form, then share the form URL with the users who should submit their startup ideas for validation.

Nodes Used (5)

AI Agent
@n8n/n8n-nodes-langchain.agent
Code
n8n-nodes-base.code
Gmail
n8n-nodes-base.gmail
Google Gemini Chat Model
@n8n/n8n-nodes-langchain.lmChatGoogleGemini
Groq Chat Model
@n8n/n8n-nodes-langchain.lmChatGroq