{
  "name": "AI premium proposal generator with OpenAI, Google Slides & PandaDoc",
  "nodes": [
    {
      "id": "sticky-note-1",
      "name": null,
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -60,
        -200
      ],
      "parameters": {
        "width": 350,
        "height": 160,
        "content": "## 🚀 STEP 1: Sales Call Form\n\nCaptures essential deal information in under 30 seconds:\n\n**Form Fields:** Company details, problem description, proposed solution, project scope, timeline, and budget\n\n*"
      }
    },
    {
      "id": "sticky-note-2",
      "name": null,
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        120,
        -280
      ],
      "parameters": {
        "width": 380,
        "height": 180,
        "content": "## 🧠 STEP 2: AI Content Generation\n\nTransforms basic form inputs into professional proposal content:\n\n**OpenAI Processing:** Uses sophisticated GPT-4 prompting with example-based training\n**Output:** "
      }
    },
    {
      "id": "sticky-note-3",
      "name": null,
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        450,
        -300
      ],
      "parameters": {
        "width": 400,
        "height": 200,
        "content": "## 📄 STEP 3: Document Generation\n\n**Google Slides Path (Free):**\n1. **Google Drive:** Copies proposal template\n2. **Replace Text:** Populates template with AI-generated content\n3. **Gmail:** Sends pro"
      }
    },
    {
      "id": "sticky-note-4",
      "name": null,
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        800,
        -200
      ],
      "parameters": {
        "width": 350,
        "height": 160,
        "content": "## ⚡ WORKFLOW ADVANTAGES\n\n**Speed:** Generate proposals in under 30 seconds during live calls\n**Quality:** AI ensures consistent, professional presentation\n**Dual Options:** Free Google Slides or prem"
      }
    },
    {
      "id": "65eec1e0-5e75-4544-b1d2-ee686d419edd",
      "name": "Replace Text",
      "type": "n8n-nodes-base.googleSlides",
      "position": [
        700,
        0
      ]
    },
    {
      "id": "618c4452-06f4-4f95-8777-a6e6f204bf33",
      "name": "OpenAI",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        160,
        0
      ]
    },
    {
      "id": "850e7d84-2001-421f-a8a2-aa9aa64f06b9",
      "name": "Google Drive",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        500,
        0
      ]
    },
    {
      "id": "dda7e0fa-e8cc-40a8-8af5-9f22b70f4752",
      "name": "Gmail",
      "type": "n8n-nodes-base.gmail",
      "position": [
        900,
        0
      ]
    },
    {
      "id": "2d9e8695-d112-40a7-810a-94f3b3919382",
      "name": "On form submission",
      "type": "n8n-nodes-base.formTrigger",
      "position": [
        -20,
        0
      ]
    },
    {
      "id": "bc1bf3dd-7261-4f56-a71b-236fbde109ff",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -60,
        -100
      ],
      "parameters": {
        "width": 1220,
        "height": 280,
        "content": "## Google Slides AI Proposal Generator\n**This flow generates proposals using the free Google Slides solution**."
      }
    },
    {
      "id": "d59a6b99-e112-424c-b6e5-3eeb92a1c784",
      "name": "OpenAI1",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        160,
        460
      ]
    },
    {
      "id": "66ec15ea-ba46-4aad-993a-e0b9cefde871",
      "name": "Gmail1",
      "type": "n8n-nodes-base.gmail",
      "position": [
        740,
        460
      ]
    },
    {
      "id": "89833949-672b-4120-94fe-2f5b9b8b21de",
      "name": "On form submission1",
      "type": "n8n-nodes-base.formTrigger",
      "position": [
        -20,
        460
      ]
    },
    {
      "id": "5cf9ca5e-2ffa-492f-899f-4668786dabbd",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -60,
        360
      ],
      "parameters": {
        "width": 1220,
        "height": 280,
        "content": "## PandaDoc AI Proposal Generator\n**This flow generates proposals using the paid PandaDoc solution, and also sends an invoice alongside it**."
      }
    },
    {
      "id": "6b8e90ef-c520-40b6-9ec6-a7d422763d8a",
      "name": "HTTP Request",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        520,
        460
      ]
    }
  ],
  "connections": {
    "OpenAI": {
      "main": [
        [
          {
            "node": "Google Drive",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "OpenAI1": {
      "main": [
        [
          {
            "node": "HTTP Request",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Google Drive": {
      "main": [
        [
          {
            "node": "Replace Text",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "HTTP Request": {
      "main": [
        [
          {
            "node": "Gmail1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Replace Text": {
      "main": [
        [
          {
            "node": "Gmail",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "On form submission": {
      "main": [
        []
      ]
    },
    "On form submission1": {
      "main": [
        [
          {
            "node": "OpenAI1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}