{
  "name": "AI-Powered Post-Sales Call Automated Proposal Generator",
  "nodes": [
    {
      "id": "12f23b4f-a653-45ad-87b7-e60ba30e70cb",
      "name": "Replace Text",
      "type": "n8n-nodes-base.googleSlides",
      "position": [
        1300,
        1100
      ]
    },
    {
      "id": "da8060cf-ac55-439f-ab44-a973d5e4ee18",
      "name": "OpenAI",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        700,
        1100
      ]
    },
    {
      "id": "7e52e4c7-49da-499a-a9ea-3e421611fb87",
      "name": "Google Drive",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        1080,
        1100
      ]
    },
    {
      "id": "5a0508ab-4eaa-49f0-96f9-a664a1e7a5eb",
      "name": "Gmail",
      "type": "n8n-nodes-base.gmail",
      "position": [
        1520,
        1100
      ]
    },
    {
      "id": "5be2415f-96f1-4e05-b589-bc4992c2a231",
      "name": "On form submission",
      "type": "n8n-nodes-base.formTrigger",
      "position": [
        480,
        1100
      ]
    },
    {
      "id": "4ae579fb-779d-4312-a163-d438507b8918",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        440,
        980
      ],
      "parameters": {
        "width": 1220,
        "height": 280,
        "content": "## Google Slides AI Proposal Generator\n**This flow generates proposals using AI and the free Google Slides solution**."
      }
    }
  ],
  "connections": {
    "OpenAI": {
      "main": [
        [
          {
            "node": "Google Drive",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Google Drive": {
      "main": [
        [
          {
            "node": "Replace Text",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Replace Text": {
      "main": [
        [
          {
            "node": "Gmail",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "On form submission": {
      "main": [
        [
          {
            "node": "OpenAI",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}