{
  "name": "AI-powered proposal automation using Google Slides",
  "nodes": [
    {
      "id": "712f76e1-2520-46c7-8268-eaa601e22dff",
      "name": "Replace Text",
      "type": "n8n-nodes-base.googleSlides",
      "position": [
        260,
        200
      ]
    },
    {
      "id": "3bdb5c98-f074-4e0f-a132-aed892b0247e",
      "name": "OpenAI",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        760,
        0
      ]
    },
    {
      "id": "01abcd8b-f115-4ccf-b53e-3ba62740c760",
      "name": "Google Drive",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        60,
        200
      ]
    },
    {
      "id": "138339d1-bbac-4e94-83ac-bf613b5d8baf",
      "name": "Gmail",
      "type": "n8n-nodes-base.gmail",
      "position": [
        520,
        200
      ]
    },
    {
      "id": "85344c7a-c7c2-4d0b-b6bf-7a7886b87b16",
      "name": "On form submission",
      "type": "n8n-nodes-base.formTrigger",
      "position": [
        540,
        0
      ]
    },
    {
      "id": "caf30bb1-a385-491d-b17c-0e3a906063c8",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -20,
        -120
      ],
      "parameters": {
        "width": 1260,
        "height": 440,
        "content": "## Automated Proposal Generator\n**Intelligent AI automation proposals generated from client discovery calls**\n\nBuilt by David Olusola\n\nSetup Instructions:\n\n*Configure OpenAI credentials in the OpenAI "
      }
    }
  ],
  "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
          }
        ]
      ]
    }
  }
}