{
  "name": "Reach out via email to new form submissions that meet a certain criteria",
  "nodes": [
    {
      "id": "fec9c13e-a734-4d36-9d2b-b039da167d54",
      "name": "n8n Form Trigger",
      "type": "n8n-nodes-base.formTrigger",
      "position": [
        1060,
        360
      ]
    },
    {
      "id": "0bc7cbfd-efb6-43b4-a1e2-64ee28087afa",
      "name": "Clearbit",
      "type": "n8n-nodes-base.clearbit",
      "position": [
        1660,
        360
      ]
    },
    {
      "id": "7b9263c0-cd18-4c47-aa9b-9263be33aaec",
      "name": "Enrich Company",
      "type": "n8n-nodes-base.clearbit",
      "position": [
        1880,
        360
      ]
    },
    {
      "id": "57cef084-97d3-4beb-8ff0-0d72396f2ae5",
      "name": "If B2B and > 499 employees",
      "type": "n8n-nodes-base.if",
      "position": [
        2100,
        360
      ]
    },
    {
      "id": "9de60599-0401-441e-a5c5-bed097ac23f2",
      "name": "Send Email",
      "type": "n8n-nodes-base.gmail",
      "position": [
        2340,
        340
      ]
    },
    {
      "id": "9830deff-0611-4dae-bd4a-ff893caec257",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        737.3351420060183,
        300
      ],
      "parameters": {
        "width": 272.6648579939821,
        "height": 228.48330548901615,
        "content": "### Setup\n1. Add the `Clearbit` and `Gmail` credentials\n2. Click on `Test Workflow`\n3. Enter your own email (which needs to be a business email to work) in the Form\n4. Check your email\n5. Once you're "
      }
    },
    {
      "id": "19780d88-b510-4390-a1af-5ee9f7ef042f",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1840,
        300
      ],
      "parameters": {
        "width": 190,
        "height": 232,
        "content": "Change the conditions in this node to your needs"
      }
    },
    {
      "id": "5343deb5-f60a-458a-bcda-b24c74812307",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1020,
        300
      ],
      "parameters": {
        "width": 190,
        "height": 229.23497494011445,
        "content": "Replace this node with your form of choice"
      }
    },
    {
      "id": "6c5e8306-a54f-49c3-b364-80e579162826",
      "name": "Map email field",
      "type": "n8n-nodes-base.set",
      "position": [
        1280,
        360
      ]
    },
    {
      "id": "87e26cfb-1f20-4c2d-b298-bab7b75ef415",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1240,
        282.46994988022897
      ],
      "parameters": {
        "width": 190,
        "height": 247.95993317363863,
        "content": "Make sure to map the email field of your form here when changing it"
      }
    },
    {
      "id": "047e8c03-e2fe-4d4c-94af-99ddc28ac7ea",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        2300,
        280
      ],
      "parameters": {
        "width": 190,
        "height": 218,
        "content": "Adjust your message here"
      }
    },
    {
      "id": "2da0e0a3-eb90-4514-a7dd-082a43c9871d",
      "name": "Submission does not match criteria, don't do anything",
      "type": "n8n-nodes-base.noOp",
      "position": [
        2340,
        580
      ]
    },
    {
      "id": "e9ef33e5-5a08-4fe3-9363-c0e537645147",
      "name": "Filter out personal emails",
      "type": "n8n-nodes-base.filter",
      "position": [
        1460,
        360
      ]
    }
  ],
  "connections": {
    "Clearbit": {
      "main": [
        [
          {
            "node": "Enrich Company",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Enrich Company": {
      "main": [
        [
          {
            "node": "If B2B and > 499 employees",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Map email field": {
      "main": [
        [
          {
            "node": "Filter out personal emails",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "n8n Form Trigger": {
      "main": [
        [
          {
            "node": "Map email field",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Filter out personal emails": {
      "main": [
        [
          {
            "node": "Clearbit",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "If B2B and > 499 employees": {
      "main": [
        [
          {
            "node": "Send Email",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Submission does not match criteria, don't do anything",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}