{
  "name": "Generate and Send Personalized Quotations PDF ",
  "nodes": [
    {
      "id": "form-trigger",
      "name": "Quotation Form",
      "type": "n8n-nodes-base.formTrigger",
      "position": [
        0,
        304
      ]
    },
    {
      "id": "openai-personalize",
      "name": "OpenAI Personalize",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        240,
        304
      ]
    },
    {
      "id": "copy-template",
      "name": "Copy Template",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        576,
        304
      ]
    },
    {
      "id": "replace-variables",
      "name": "Replace Variables",
      "type": "n8n-nodes-base.googleDocs",
      "position": [
        816,
        304
      ]
    },
    {
      "id": "export-pdf",
      "name": "Export as PDF",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        1072,
        304
      ]
    },
    {
      "id": "send-email",
      "name": "Send Quotation Email",
      "type": "n8n-nodes-base.gmail",
      "position": [
        1328,
        304
      ]
    },
    {
      "id": "sticky-overview",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -608,
        -96
      ],
      "parameters": {
        "width": 560,
        "height": 744,
        "content": "## Quotation Generator PDF\n\nGenerates personalized quotations from a form submission, creates a branded PDF, and emails it to the client.\n\n### Flow\nForm > OpenAI Personalize > Copy Template > Replace "
      }
    }
  ],
  "connections": {
    "Copy Template": {
      "main": [
        [
          {
            "node": "Replace Variables",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Export as PDF": {
      "main": [
        [
          {
            "node": "Send Quotation Email",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Quotation Form": {
      "main": [
        [
          {
            "node": "OpenAI Personalize",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Replace Variables": {
      "main": [
        [
          {
            "node": "Export as PDF",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "OpenAI Personalize": {
      "main": [
        [
          {
            "node": "Copy Template",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}