Block 1 - Message a model
- Type / Role
- @n8n/n8n-nodes-langchain.googleGemini - googleGemini
- Config choices
- Version 1
How it works This workflow automatically generates and sends personalized sales proposals when a new row is added to Google Sheets. It uses AI to create proposal content, updates contact details in...
@n8n/n8n-nodes-langchain.googlegemini, n8n-nodes-base.hubspot, n8n-nodes-base.googledrive, n8n-nodes-base.googledocs, n8n-nodes-base.gmail, n8n-nodes-base.googlesheetstrigger, n8n-nodes-base.splitinbatches, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Avkash Kakdiya.
Original n8n.io sourceThis workflow automatically generates and sends personalized sales proposals when a new row is added to Google Sheets. It uses AI to create proposal content, updates contact details in HubSpot, and generates a formatted document. The document is converted into a PDF and emailed to the client. This eliminates manual proposal writing and ensures fast, consistent delivery.
Capture lead and generate AI content
Google Sheets Trigger – Detects new form submissions in your sheet.
Loop Over Items – Processes each new entry individually.
Message a model – Uses Gemini AI to generate the proposal content.
Code in JavaScript – Cleans and splits AI output into structured fields.
Create contact and generate document
Create or update a contact – Stores or updates client data in HubSpot.
Copy file – Duplicates a proposal template from Google Drive.
Update a document – Replaces placeholders with real client and AI data.
Download file – Converts the final document into a PDF file.
Send proposal to client
Send a message – Emails the generated PDF proposal to the client.
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 | Create and send AI sales proposals using Gemini, Google Docs & Gmail |
|---|---|
| Complexity | intermediate |
| Nodes | 13 |
| Categories | Document Extraction, Multimodal AI |
| Author | Avkash Kakdiya |
| Published | 25 Mar 2026 |
Use the JSON export at /data/workflows/14312/14312.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.
How it works This workflow automatically generates and sends personalized sales proposals when a new row is added to Google Sheets. It uses AI to create proposal content, updates contact details in...
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.