{
  "name": "Real-time lead routing in Webflow",
  "nodes": [
    {
      "id": "b5ee413f-2a78-4193-acf7-e5994da7f26d",
      "name": "Get domain from email",
      "type": "n8n-nodes-base.set",
      "position": [
        -720,
        700
      ]
    },
    {
      "id": "cf045629-7f26-4d67-a620-30e9860f6005",
      "name": "Verify professional email",
      "type": "n8n-nodes-base.code",
      "position": [
        -540,
        700
      ]
    },
    {
      "id": "7b0ce690-62d8-4e0f-81d6-ad7571858da5",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1420,
        420
      ],
      "parameters": {
        "width": 436.76926691729307,
        "height": 322.40601503759376,
        "content": "## Read me\n\nThis workflow will allow you to enrich in real-time a form submission from Webflow. \n\nBased on the result of this workflow, a specific Calendly link will be shown on the website.\n\nIf the p"
      }
    },
    {
      "id": "194b1d8d-13e6-4528-89ac-998f1a96393c",
      "name": "Qualify Account",
      "type": "n8n-nodes-base.code",
      "position": [
        220,
        700
      ]
    },
    {
      "id": "42277c12-825d-44d1-9eed-747c47386c36",
      "name": "Simplify Datagma Output",
      "type": "n8n-nodes-base.set",
      "position": [
        -20,
        700
      ]
    },
    {
      "id": "233487a5-9a56-4f18-8fe2-8046a0c3a695",
      "name": "Enrich with Datagma",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -260,
        700
      ]
    },
    {
      "id": "39511666-ad16-4666-ab35-be393aa53d0d",
      "name": "Receive form submission from Webflow",
      "type": "n8n-nodes-base.webhook",
      "position": [
        -920,
        700
      ]
    },
    {
      "id": "980632d5-d495-488a-9af0-a6b64ccfa5e6",
      "name": "Send result to Webflow",
      "type": "n8n-nodes-base.respondToWebhook",
      "position": [
        520,
        700
      ]
    },
    {
      "id": "37f5638f-d579-4c2b-81a8-ecc50fdd683e",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -360,
        420
      ],
      "parameters": {
        "width": 302.0324248120298,
        "height": 525.7142857142856,
        "content": "## Datagma\n\nAdd your own Datagma API key here.\n\nIn the query parameter apiId, replace YOUR_API_KEY by your own key. \n\nGet your key here:\nhttps://app.datagma.com/user-api"
      }
    },
    {
      "id": "39dc72e4-a516-4096-8d15-1695b1aa2ab4",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        140,
        427.51879699248104
      ],
      "parameters": {
        "width": 305.64144736842076,
        "height": 519.0977443609015,
        "content": "## Account qualification\n\nTweak the code to fit your own criteria. \n\nIn this example, qualified lead are those who have more than 100 employees."
      }
    }
  ],
  "connections": {
    "Qualify Account": {
      "main": [
        [
          {
            "node": "Send result to Webflow",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Enrich with Datagma": {
      "main": [
        [
          {
            "node": "Simplify Datagma Output",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get domain from email": {
      "main": [
        [
          {
            "node": "Verify professional email",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Simplify Datagma Output": {
      "main": [
        [
          {
            "node": "Qualify Account",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Verify professional email": {
      "main": [
        [
          {
            "node": "Enrich with Datagma",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Receive form submission from Webflow": {
      "main": [
        [
          {
            "node": "Get domain from email",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}