{
  "name": "Automate service package recommendations with Google Workspace sales pipeline tracking",
  "nodes": [
    {
      "id": "9e48feeb-9589-4a78-b10f-759698fb6b39",
      "name": "Package Inquiry Form",
      "type": "n8n-nodes-base.formTrigger",
      "position": [
        -16,
        32
      ]
    },
    {
      "id": "1a303fb7-39a5-4a8f-aa8d-3421ec8ad17c",
      "name": "Log Inquiry to Pipeline",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        208,
        32
      ]
    },
    {
      "id": "3941d96b-e2de-493d-ab11-aba546b1a2f8",
      "name": "Route by Budget",
      "type": "n8n-nodes-base.switch",
      "position": [
        432,
        16
      ]
    },
    {
      "id": "9fcaaed8-ab10-4a08-8e1a-317b716d2ee8",
      "name": "Set Basic Package Details",
      "type": "n8n-nodes-base.set",
      "position": [
        784,
        -176
      ]
    },
    {
      "id": "32b27ff6-6637-4197-ad2e-e9e7f2924d13",
      "name": "Set Standard Package Details",
      "type": "n8n-nodes-base.set",
      "position": [
        784,
        32
      ]
    },
    {
      "id": "f69dfe7a-a5c2-48a2-a1e1-3ac641767b17",
      "name": "Set Premium Package Details",
      "type": "n8n-nodes-base.set",
      "position": [
        784,
        256
      ]
    },
    {
      "id": "e07455ec-2801-47cc-800a-835c19abbe4e",
      "name": "Send Package Recommendation",
      "type": "n8n-nodes-base.gmail",
      "position": [
        1200,
        32
      ]
    },
    {
      "id": "7d725aff-b967-4b1f-8044-8f8b87ad74e7",
      "name": "Update Pipeline Status",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        1488,
        32
      ]
    },
    {
      "id": "af578034-3975-4116-a15f-bccf3a24e732",
      "name": "Schedule Follow-Up Reminder",
      "type": "n8n-nodes-base.googleCalendar",
      "position": [
        1744,
        32
      ]
    },
    {
      "id": "57f5bb11-5cee-4048-a89b-4599a4e946fd",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -656,
        -528
      ],
      "parameters": {
        "width": 560,
        "height": 1232,
        "content": "# 💰 Package Recommender with Sales Pipeline Tracking\n\n## What It Does\nAutomatically recommends the right service package based on budget, sends beautifully formatted proposal emails with case studies,"
      }
    },
    {
      "id": "107b39c6-9d06-44ac-98ec-491ec20dad29",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -80,
        -336
      ],
      "parameters": {
        "width": 464,
        "height": 832,
        "content": "## Step 1: Capture And Log Inquiry\nPurpose: Collect package inquiries via form and store them in the sales pipeline sheet."
      }
    },
    {
      "id": "3a9699ff-dddd-4f6d-9030-1f5d1258982e",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        400,
        -336
      ],
      "parameters": {
        "width": 656,
        "height": 832,
        "content": "## Step 2: Segment Lead And Set Package Details\nPurpose: Route each lead by budget and attach the matching package name, price, and feature set."
      }
    },
    {
      "id": "448f0f21-cd48-4de7-b1fb-af6c779e68a7",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1072,
        -336
      ],
      "parameters": {
        "width": 336,
        "height": 832,
        "content": "## Step 3: Send Personalized Package Recommendation\nPurpose: Email the lead a tailored package offer based on their budget, timeline, and challenge.\n"
      }
    },
    {
      "id": "e5c84d22-d107-447d-ad02-2884eeaed6dd",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1424,
        -336
      ],
      "parameters": {
        "width": 496,
        "height": 832,
        "content": "## Step 4: Update Pipeline And Schedule Follow Up\nPurpose: Record the package status and dates in the sheet, then create a calendar reminder to follow up.\n"
      }
    },
    {
      "id": "25b0ad28-393d-4842-b482-a76692b71205",
      "name": "Sticky Note5",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1936,
        -528
      ],
      "parameters": {
        "width": 448,
        "height": 1232,
        "content": "## 🔧 Customization Options\n\n- **Add More Packages**: Add another Switch output and Set node for custom tier\n- **Different Follow-Up Timing**: Change `plus({ days: 3 })` in nodes 7 and 8\n- **Budget Ran"
      }
    }
  ],
  "connections": {
    "Route by Budget": {
      "main": [
        [
          {
            "node": "Set Basic Package Details",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Set Standard Package Details",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Set Premium Package Details",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Package Inquiry Form": {
      "main": [
        [
          {
            "node": "Log Inquiry to Pipeline",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Update Pipeline Status": {
      "main": [
        [
          {
            "node": "Schedule Follow-Up Reminder",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Log Inquiry to Pipeline": {
      "main": [
        [
          {
            "node": "Route by Budget",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Set Basic Package Details": {
      "main": [
        [
          {
            "node": "Send Package Recommendation",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Send Package Recommendation": {
      "main": [
        [
          {
            "node": "Update Pipeline Status",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Set Premium Package Details": {
      "main": [
        [
          {
            "node": "Send Package Recommendation",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Set Standard Package Details": {
      "main": [
        [
          {
            "node": "Send Package Recommendation",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}