{
  "name": "Qualify high-budget leads: Typeform to HubSpot, Google Sheets & Slack alerts",
  "nodes": [
    {
      "id": "057ccab0-2bdb-4879-9610-2bfa4e021468",
      "name": "📋 Typeform Submission Trigger",
      "type": "n8n-nodes-base.typeformTrigger",
      "position": [
        -1800,
        80
      ]
    },
    {
      "id": "1b3b1d53-8152-4df7-8201-ae28aa3032c5",
      "name": "💰 Check High-Budget Lead",
      "type": "n8n-nodes-base.if",
      "position": [
        -1580,
        80
      ]
    },
    {
      "id": "48467950-8ff6-4964-87ce-e5a19e6f8ed5",
      "name": "👤 HubSpot — Create/Update Contact",
      "type": "n8n-nodes-base.hubspot",
      "position": [
        -1360,
        80
      ]
    },
    {
      "id": "cd15aeb2-9ba1-4338-9b0f-e72e52ba4898",
      "name": "📝 HubSpot — Add Priority Task",
      "type": "n8n-nodes-base.hubspot",
      "position": [
        -1140,
        80
      ]
    },
    {
      "id": "bd2126da-2541-476c-a8a6-576668690116",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1860,
        -220
      ],
      "parameters": {
        "width": 440,
        "height": 600,
        "content": "## 📋 Form Intake & Lead Qualification\n\n**📋 Typeform Submission Trigger → 💰 Check High-Budget Lead**\n\n*This section captures new lead data from the Typeform submission. It immediately evaluates the bud"
      }
    },
    {
      "id": "099f0557-71d3-470a-9239-4a7e0f0297fe",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1400,
        -220
      ],
      "parameters": {
        "width": 400,
        "height": 600,
        "content": "## 👤 CRM Integration & Priority Handling\n\n**👤 HubSpot — Create/Update Contact → 📝 HubSpot — Add Priority Task**\n\n*For high-priority leads, the workflow automatically creates or updates the correspondi"
      }
    },
    {
      "id": "bd3507b6-d280-45f0-86bf-d8faa5f6dfee",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -980,
        -340
      ],
      "parameters": {
        "width": 220,
        "height": 720,
        "content": "## 📘/📊 Lead Source Routing & Storage\n\n**📘 Check if Facebook Lead or SurveyMonkey Lead \n\n*This section routes leads based on their source. Facebook leads are logged in Google Sheets for marketing analy"
      }
    },
    {
      "id": "b7001b24-8146-4582-b5f6-8868da8524c5",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -740,
        -220
      ],
      "parameters": {
        "width": 480,
        "height": 600,
        "content": "## 📧 Automated Lead Acknowledgment\n\n**📄 Log Lead to Google Sheet\n📦 Sends Message to Slack**\n\n*After the lead's data is stored in the appropriate system, the workflow sends an automated acknowledgment "
      }
    },
    {
      "id": "770b4057-9feb-46f5-a9ef-87dec40d561f",
      "name": "📘 Check if Lead is of (Facebook/SurveyMonkey)",
      "type": "n8n-nodes-base.if",
      "position": [
        -920,
        80
      ]
    },
    {
      "id": "47c5e42f-ede4-47d8-851c-0fa55157ae97",
      "name": "📄 Log Lead to Google Sheet",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        -680,
        80
      ]
    },
    {
      "id": "968120e7-e094-41e1-9832-9ec6aec16e07",
      "name": "😊Sends Message to Slack",
      "type": "n8n-nodes-base.slack",
      "position": [
        -460,
        80
      ]
    }
  ],
  "connections": {
    "💰 Check High-Budget Lead": {
      "main": [
        [
          {
            "node": "👤 HubSpot — Create/Update Contact",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "📄 Log Lead to Google Sheet": {
      "main": [
        [
          {
            "node": "😊Sends Message to Slack",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "📋 Typeform Submission Trigger": {
      "main": [
        [
          {
            "node": "💰 Check High-Budget Lead",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "📝 HubSpot — Add Priority Task": {
      "main": [
        [
          {
            "node": "📘 Check if Lead is of (Facebook/SurveyMonkey)",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "👤 HubSpot — Create/Update Contact": {
      "main": [
        [
          {
            "node": "📝 HubSpot — Add Priority Task",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "📘 Check if Lead is of (Facebook/SurveyMonkey)": {
      "main": [
        [
          {
            "node": "📄 Log Lead to Google Sheet",
            "type": "main",
            "index": 0
          }
        ],
        []
      ]
    }
  }
}