Skip to main content

Generate proposals with GPT-4o, Google Docs, Gmail and Slack

Workflow preview

Workflow preview
100%
Generate proposals with GPT-4o, Google Docs, Gmail and Slack preview
Open on n8n.io

1. Workflow Overview

Who’s it for Consultants, agencies, freelancers, and professional service firms who need to create customized proposals and contracts quickly and efficiently. How it works / What it does This n8n w...

Best for

  • Document Extraction automation workflows
  • Multimodal AI automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.googlesheetstrigger, n8n-nodes-base.set, @n8n/n8n-nodes-langchain.openai, n8n-nodes-base.googledocs, n8n-nodes-base.httprequest, n8n-nodes-base.gmail, n8n-nodes-base.googlesheets, n8n-nodes-base.slack

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Hyrum Hurst.

Original n8n.io source

1.1 Workflow description

Title
Generate proposals with GPT-4o, Google Docs, Gmail and Slack
Workflow name
Generate proposals with GPT-4o, Google Docs, Gmail and Slack

Who’s it for

Consultants, agencies, freelancers, and professional service firms who need to create customized proposals and contracts quickly and efficiently.

How it works / What it does

This n8n workflow automates the entire proposal and contract creation process:

  1. Triggers when a new client is added to Google Sheets or CRM.
  2. Normalizes client data for processing.
  3. Generates personalized proposal content using OpenAI AI models based on templates, pricing, and client info.
  4. Creates a Google Doc proposal.
  5. Converts the proposal to PDF.
  6. Sends the proposal via Gmail or Outlook.
  7. Optionally routes the proposal to DocuSign or PandaDoc for e-signature collection.
  8. Logs the proposal and client info in Google Sheets for tracking.
  9. Sends Slack notifications to internal teams.
  10. Routes high-value clients for priority follow-up via email and Slack alerts.

How to set up

  1. Connect Google Sheets or your CRM for client data.
  2. Configure Gmail or Outlook credentials.
  3. Add OpenAI credentials for proposal generation.
  4. Connect Slack for notifications.
  5. Optional: Connect DocuSign/PandaDoc.
  6. Customize decision nodes for priority clients or additional workflows.

Requirements

  • n8n account with Google Sheets, Gmail/Outlook, Slack integrations.
  • Optional DocuSign/PandaDoc accounts for signature collection.
  • OpenAI API key for AI proposal generation.

How to customize

  • Adjust templates in OpenAI prompts for company tone/style.
  • Modify Sheet columns for additional client info.
  • Change decision logic to define what counts as a high-value client.
  • Add other integrations like CRM updates or analytics dashboards.

Created by Hyrum Hurst / QuarterSmart Keywords: AI proposal automation, contract automation, consulting, proposal generation, n8n workflow, QuarterSmart

1.2 Logical Blocks

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.

2. Block-by-Block Analysis

Block 1 - New Client Entry Trigger

Type / Role
n8n-nodes-base.googleSheetsTrigger - googleSheetsTrigger
Config choices
Version 1

Block 2 - Workflow Configuration

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 3 - Normalize Client Data

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 4 - Generate Proposal Content

Type / Role
@n8n/n8n-nodes-langchain.openAi - openAi
Config choices
Version 2.1

Block 5 - Create Google Doc Proposal

Type / Role
n8n-nodes-base.googleDocs - googleDocs
Config choices
Version 2

Block 6 - Convert Doc to PDF

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.3

Block 7 - Send Proposal via Email

Type / Role
n8n-nodes-base.gmail - gmail
Config choices
Version 2.2

Block 8 - Send to DocuSign for Signature

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.3

Block 9 - Log Proposal Creation

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.7

Block 10 - Notify Team - Standard

Type / Role
n8n-nodes-base.slack - slack
Config choices
Version 2.4

Block 11 - Check if High-Value Client

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.3

Block 12 - Priority Slack Notification

Type / Role
n8n-nodes-base.slack - slack
Config choices
Version 2.4

Block 13 - Schedule Follow-up Reminder

Type / Role
n8n-nodes-base.gmail - gmail
Config choices
Version 2.2

Block 14 - On Workflow Error

Type / Role
n8n-nodes-base.errorTrigger - errorTrigger
Config choices
Version 1

Block 15 - Error Alert to Admin

Type / Role
n8n-nodes-base.slack - slack
Config choices
Version 2.4

Block 16 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 17 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 18 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 19 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 20 - Sticky Note4

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 21 - Sticky Note5

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

3. Summary Table

Workflow Generate proposals with GPT-4o, Google Docs, Gmail and Slack
Complexity advanced
Nodes 21
Categories Document Extraction, Multimodal AI
Author Hyrum Hurst
Published 24 Jan 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/12959/12959.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

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.

Frequently asked questions

What does Generate proposals with GPT-4o, Google Docs, Gmail and Slack do?

Who’s it for Consultants, agencies, freelancers, and professional service firms who need to create customized proposals and contracts quickly and efficiently. How it works / What it does This n8n w...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

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.