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.
AI Proposal Generator Engine An n8n based automation that generates client proposals from a form, lets you review everything in one place, and sends the proposal only when you approve it. οΈ Wha...
n8n-nodes-base.formtrigger, n8n-nodes-base.stickynote, n8n-nodes-base.googlesheetstrigger, n8n-nodes-base.splitinbatches, @n8n/n8n-nodes-langchain.openai, n8n-nodes-base.code, n8n-nodes-base.googledrive, n8n-nodes-base.googleslides
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Atharva.
Original n8n.io sourceAn n8n-based automation that generates client proposals from a form, lets you review everything in one place, and sends the proposal only when you approve it.
The AI Proposal Generator Engine creates proposals directly from an n8n Form. All proposal content and a draft email are generated automatically using OpenAI.
Google Sheets is used only as a database, where you:
No proposal is sent until it is manually marked as READY.
| Use Case | Description |
|---|---|
| Sales Calls | Generate proposals immediately after a call using the form |
| Freelancers | Create clean, repeatable proposals without manual writing |
| Agencies | Standardize proposals while keeping them client-specific |
| Approval Flow | Review proposal and email before sending |
| Fast Turnaround Deals | Reduce proposal creation time from hours to minutes |
| Team Workflows | Use Sheets as a simple approval and tracking layer |
Go to Google Cloud Console and create a Web App (OAuth).
Enable these APIs:
In n8n, select this Google credential inside:
Use the same credential everywhere.
Create this folder setup in Google Drive. You can use the provided templates or your own.
Proposal Generator Engine/
βββ Template 1 (Slides)
βββ Template 2 (Slides)
βββ Template 3 (Slides)
βββ Proposal Generation Tracker (Sheets)
βββ Generated Proposals/
Open the Proposal Generation Tracker and copy the Sheet ID from the URL.
Paste this ID into the Google Sheets node in n8n. This sheet is used only to:
Copy the Slides template ID you want to use and paste it into the Copy Template node.
Copy the folder ID of Generated Proposals and paste it into the Move File / Folder field.
Create an OpenAI credential in n8n using your API key.
Select this credential in all GPT nodes. You can edit prompts to match your proposal style and tone.
WAITINGREADYSENTπ§ Email: [email protected] π LinkedIn: https://www.linkedin.com/in/atharva-jaiswal/ π Book a support call: https://calendly.com/atharvapj5/30min
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.
Showing the first 24 of 26 workflow blocks. Download the JSON for the full node graph.
| Workflow | Generate client proposals with OpenAI, Google Sheets, Slides, Gmail, and Drive |
|---|---|
| Complexity | advanced |
| Nodes | 26 |
| Categories | Document Extraction, Multimodal AI |
| Author | Atharva |
| Published | 27 Dec 2025 |
Use the JSON export at /data/workflows/12211/12211.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.
AI Proposal Generator Engine An n8n based automation that generates client proposals from a form, lets you review everything in one place, and sends the proposal only when you approve it. οΈ Wha...
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 Document Extraction, Multimodal AI use case.