๐Ÿ”ฌ Generate client proposals with OpenAI, Google Sheets, Slides, Gmail, and Drive

โšก 222 views ยท ๐Ÿ”ฌ Document Extraction & Analysis

Description

๐Ÿงพ 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.


โš™๏ธ What It Does

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 Cases

Use CaseDescription
Sales CallsGenerate proposals immediately after a call using the form
FreelancersCreate clean, repeatable proposals without manual writing
AgenciesStandardize proposals while keeping them client-specific
Approval FlowReview proposal and email before sending
Fast Turnaround DealsReduce proposal creation time from hours to minutes
Team WorkflowsUse Sheets as a simple approval and tracking layer

๐Ÿ”ง Setup

1๏ธโƒฃ Google Credentials

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.


2๏ธโƒฃ Google Drive Structure

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/

3๏ธโƒฃ Google Sheets Node

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:


4๏ธโƒฃ Slides and Drive Nodes

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.


5๏ธโƒฃ OpenAI Key

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.


๐Ÿ” Workflow Summary

  1. Proposal details are collected using an n8n Form
  2. OpenAI generates structured proposal content
  3. A Google Slides template is copied and filled
  4. A proposal email draft is generated
  5. Proposal link and email draft are saved in Google Sheets with status WAITING
  6. You review the proposal and email
  7. Status is changed to READY
  8. Proposal is converted to PDF and sent via Gmail
  9. Proposal is stored in Google Drive and status is updated to SENT

๐Ÿ“ž Support & Contact

๐Ÿ“ง Email: atharvapj5@gmail.com ๐Ÿ”— LinkedIn: https://www.linkedin.com/in/atharva-jaiswal/ ๐Ÿ“… Book a support call: https://calendly.com/atharvapj5/30min

๐Ÿ”— Nodes Used

Google Sheets, Google Drive, Gmail, Google Slides, Google Sheets Trigger, Filter

๐Ÿ“ฅ Import

Download workflow.json and import into n8n: Workflow menu โ†’ Import from File

๐Ÿ“– Importing guide ยท ๐Ÿ”‘ Credential setup