Block 1 - Replace text in a presentation
- Type / Role
- n8n-nodes-base.googleSlides - googleSlides
- Config choices
- Version 2
This workflow is provided as-is. Please review and test before using in production.
Instant Proposal Generator Automatically convert sales call transcripts into professional client proposals by extracting key details with AI, dynamically populating Google Slides templates, and t...
n8n-nodes-base.googleslides, n8n-nodes-base.googledrive, n8n-nodes-base.airtable, n8n-nodes-base.stickynote, @n8n/n8n-nodes-langchain.openai, @n8n/n8n-nodes-langchain.chattrigger
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Ilyass Kanissi.
Original n8n.io sourceAutomatically convert sales call transcripts into professional client proposals by extracting key details with AI, dynamically populating Google Slides templates, and tracking progress in Airtable, all in one seamless workflow.
This end-to-end automation creates client-ready proposals by:
Taking call transcripts via chat interface
The AI analyzes the transcript to extract key details like company name, goals, budget, and requirements, then structures this data as JSON for seamless workflow integration.
Generating customized documents using Google Slides template with dynamic variables, Auto populating {Company_Name}, {Budget}, etc. from extracted data.
Delivering finished proposals: Sharing final document with client, and Updating CRM status automatically.
User input: Paste call transcript in chat trigger node
AI analysis: OpenAI node processes text to extract structured JSON, Identifies company name, goals, budget, requirements, etc.
Document copy: it copies the file from Google Drive, and name it {company name} proposal.
Variables replacement: Replaces all template variables ({Company_Name}, {Budget}, etc.) with extracted data from ChatGPT.
Delivery & tracking: Shares finalized proposal with client via email, an Updates Airtable "Lead Status" to "Proposal Sent".
OpenAI API Key: Create a key from here
Google Cloud Credentials: Setup here
Required scopes: Google Slides edit + file creation
Airtable Access Token: Create one from here
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 | Generate client proposals from call transcripts with AI, Google Slides and Airtable |
|---|---|
| Complexity | intermediate |
| Nodes | 7 |
| Categories | CRM, Multimodal AI |
| Author | Ilyass Kanissi |
| Published | 18 Aug 2025 |
Use the JSON export at /data/workflows/7558/7558.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.
Instant Proposal Generator Automatically convert sales call transcripts into professional client proposals by extracting key details with AI, dynamically populating Google Slides templates, and t...
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 CRM, Multimodal AI use case.