{
  "name": "Validate and enrich JotForm leads with Reoon email verification and Apollo in sheets",
  "nodes": [
    {
      "id": "563f7548-f33f-4901-95bb-63906f42dbe0",
      "name": "Trigger: JotForm Submission",
      "type": "n8n-nodes-base.jotFormTrigger",
      "position": [
        -400,
        32
      ]
    },
    {
      "id": "b20bd2fb-f973-43b5-aec7-f64dfc96224a",
      "name": "Sheets: Create Contact Record",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        -192,
        32
      ]
    },
    {
      "id": "368f029f-630b-4860-9e26-e8e36c3a8115",
      "name": "API: Email Verification (Reoon)",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        32,
        32
      ]
    },
    {
      "id": "5f3fd91f-914e-4ceb-970b-9f266f17eae3",
      "name": "Sheets: Save Verification Status",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        240,
        32
      ]
    },
    {
      "id": "94a9dbf1-120f-4203-a7e6-1e4055a2acc3",
      "name": "Filter: Safe Emails Only",
      "type": "n8n-nodes-base.if",
      "position": [
        448,
        32
      ]
    },
    {
      "id": "e63a1b68-d28b-4ff6-a0fa-440741587541",
      "name": "API: Contact Enrichment (Apollo)",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        720,
        -48
      ]
    },
    {
      "id": "7555fc87-fbf2-43a0-a873-3a72776e64fa",
      "name": "Sheets: Save Enriched Data",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        928,
        -48
      ]
    },
    {
      "id": "6f6293ca-42e9-42f3-892c-5c35237dc959",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1088,
        -128
      ],
      "parameters": {
        "width": 560,
        "height": 480,
        "content": "## 📋 JotForm Contact Validation & Enrichment\n\nThis workflow automatically validates and enriches contact form submissions.\n\n**What it does:**\n✅ Captures JotForm submissions\n✅ Verifies email validity w"
      }
    },
    {
      "id": "1bb22245-1a9e-403b-8369-5739573588a2",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -480,
        -144
      ],
      "parameters": {
        "width": 256,
        "height": 144,
        "content": "**Step 1: Form Submission**\n\nTriggers when someone submits your JotForm contact form. Make sure to update the form ID with your own JotForm ID."
      }
    },
    {
      "id": "c7aff216-b33a-4bc2-a1e2-eba6b8739003",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        32,
        432
      ],
      "parameters": {
        "width": 608,
        "height": 272,
        "content": "⚠️ **IMPORTANT - Update These Settings:**\n\n1. **Google Sheet ID**: Replace in ALL Google Sheets nodes with your copied sheet ID\n2. **JotForm ID**: Update in the trigger node\n3. **API Credentials**: Co"
      }
    },
    {
      "id": "fc5f1647-efbb-43d8-8b3c-7a1fb21b7dda",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -288,
        240
      ],
      "parameters": {
        "width": 272,
        "height": 144,
        "content": "**Step 2: Initial Storage**\n\nCreates a new row in Google Sheets with the basic form data. This ensures we capture all submissions before validation."
      }
    },
    {
      "id": "2708f469-4f86-41cb-b017-d5df61c9fcd9",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -64,
        -144
      ],
      "parameters": {
        "width": 256,
        "height": 144,
        "content": "**Step 3: Email Verification**\n\nSends email to Reoon API for comprehensive validation. Checks for deliverability, spam traps, disposable emails, and more."
      }
    },
    {
      "id": "eb3af6ad-a6f1-48f3-b0ad-8073aef0c8dc",
      "name": "Sticky Note5",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        416,
        224
      ],
      "parameters": {
        "width": 288,
        "height": 144,
        "content": "**Step 4: Safety Filter**\n\nOnly emails marked as \"safe\" proceed to enrichment. This protects your sender reputation and ensures data quality."
      }
    },
    {
      "id": "21b92677-1283-497e-8723-f59ec2e2535b",
      "name": "Sticky Note6",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        608,
        -208
      ],
      "parameters": {
        "width": 304,
        "height": 128,
        "content": "**Step 5: Contact Enrichment**\n\nQueries Apollo.io to find professional information including LinkedIn profile, job title, and company name."
      }
    }
  ],
  "connections": {
    "Filter: Safe Emails Only": {
      "main": [
        [
          {
            "node": "API: Contact Enrichment (Apollo)",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Trigger: JotForm Submission": {
      "main": [
        [
          {
            "node": "Sheets: Create Contact Record",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Sheets: Create Contact Record": {
      "main": [
        [
          {
            "node": "API: Email Verification (Reoon)",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "API: Email Verification (Reoon)": {
      "main": [
        [
          {
            "node": "Sheets: Save Verification Status",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "API: Contact Enrichment (Apollo)": {
      "main": [
        [
          {
            "node": "Sheets: Save Enriched Data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Sheets: Save Verification Status": {
      "main": [
        [
          {
            "node": "Filter: Safe Emails Only",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}