AutomationFlowsCRM & Sales › Workflow 2116

Workflow 2116

Workflow 2116. Uses formTrigger, hunter, clearbit, hubspot. Event-driven trigger; 11 nodes.

Event trigger★★★★☆ complexity11 nodesForm TriggerHunterClearbitHubSpot
CRM & Sales Trigger: Event Nodes: 11 Complexity: ★★★★☆ Added:

The workflow JSON

Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →

Download .json
{
  "nodes": [
    {
      "id": "bcd8e7dc-cb7f-4e2b-a0c6-2d154cb58938",
      "name": "n8n Form Trigger",
      "type": "n8n-nodes-base.formTrigger",
      "position": [
        820,
        360
      ],
      "parameters": {
        "path": "0bf8840f-1cc4-46a9-86af-a3fa8da80608",
        "options": {},
        "formTitle": "Contact us",
        "formFields": {
          "values": [
            {
              "fieldLabel": "What's your business email?"
            }
          ]
        },
        "formDescription": "We'll get back to you soon"
      },
      "typeVersion": 2
    },
    {
      "id": "0720ab51-5222-46fe-8a1a-31e25b81920c",
      "name": "Hunter",
      "type": "n8n-nodes-base.hunter",
      "position": [
        1040,
        360
      ],
      "parameters": {
        "email": "={{ $json['What\\'s your business email?'] }}",
        "operation": "emailVerifier"
      },
      "credentials": {
        "hunterApi": {
          "name": "<your credential>"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "c20c626f-fd58-497f-942f-5d10f198f36d",
      "name": "Check if the email is valid",
      "type": "n8n-nodes-base.if",
      "position": [
        1240,
        360
      ],
      "parameters": {
        "options": {},
        "conditions": {
          "options": {
            "leftValue": "",
            "caseSensitive": true,
            "typeValidation": "strict"
          },
          "combinator": "and",
          "conditions": [
            {
              "id": "54d84c8a-63ee-40ed-8fb2-301fff0194ba",
              "operator": {
                "name": "filter.operator.equals",
                "type": "string",
                "operation": "equals"
              },
              "leftValue": "={{ $json.status }}",
              "rightValue": "valid"
            }
          ]
        }
      },
      "typeVersion": 2
    },
    {
      "id": "9c55911c-06b7-4291-a91d-30c0cb87b7f2",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        820,
        180
      ],
      "parameters": {
        "color": 5,
        "width": 547,
        "height": 132,
        "content": "### \ud83d\udc68\u200d\ud83c\udfa4 \uc124\uc815\n1. \ub2f9\uc2e0\uc758 **Hunter**, **Clearbit** \ubc0f **Hubspot** \uc790\uaca9 \uc99d\uba85\uc744 \ucd94\uac00\ud558\uc138\uc694\n2. Test Workflow \ubc84\ud2bc\uc744 \ud074\ub9ad\ud558\uace0, \uc774\uba54\uc77c\uc744 \uc785\ub825\ud55c \ud6c4 Hubspot\uc744 \ud655\uc778\ud558\uc138\uc694\n3. \uc6cc\ud06c\ud50c\ub85c\ub97c \ud65c\uc131\ud654\ud558\uace0, \ud3fc \ud2b8\ub9ac\uac70 \ud504\ub85c\ub355\uc158 URL\uc744 \uc0ac\uc6a9\ud558\uc5ec \ub9ac\ub4dc\ub97c \uc2a4\ub9c8\ud2b8\ud558\uac8c \uc218\uc9d1\ud558\uc138\uc694"
      },
      "typeVersion": 1
    },
    {
      "id": "4e518b0c-20e6-4fb3-8be9-c0989c750fda",
      "name": "Enrich company",
      "type": "n8n-nodes-base.clearbit",
      "position": [
        1620,
        300
      ],
      "parameters": {
        "domain": "={{ $json.employment.domain }}",
        "additionalFields": {}
      },
      "credentials": {
        "clearbitApi": {
          "name": "<your credential>"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "47e8324b-c455-40b5-8769-4d2c4718de75",
      "name": "Add lead to Hubspot",
      "type": "n8n-nodes-base.hubspot",
      "position": [
        1940,
        300
      ],
      "parameters": {
        "email": "={{ $('Check if the email is valid').item.json.email }}",
        "options": {},
        "authentication": "oAuth2",
        "additionalFields": {
          "jobTitle": "={{ $('Enrich person').item.json.employment.title }}",
          "lastName": "={{ $('Enrich person').item.json.name.familyName }}",
          "firstName": "={{ $('Enrich person').item.json.name.givenName }}",
          "companyName": "={{ $('Enrich person').item.json.employment.name }}",
          "companySize": "={{ $json.metrics.employees }}"
        }
      },
      "credentials": {
        "hubspotOAuth2Api": {
          "name": "<your credential>"
        }
      },
      "typeVersion": 2
    },
    {
      "id": "30451862-9283-44fd-a1b7-9b31bbe9cbd2",
      "name": "Enrich person",
      "type": "n8n-nodes-base.clearbit",
      "position": [
        1460,
        300
      ],
      "parameters": {
        "email": "={{ $json.email }}",
        "resource": "person",
        "additionalFields": {}
      },
      "credentials": {
        "clearbitApi": {
          "name": "<your credential>"
        }
      },
      "typeVersion": 1,
      "alwaysOutputData": true
    },
    {
      "id": "c96096f2-6505-4955-bb1b-c4f903428b1d",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        820,
        500
      ],
      "parameters": {
        "color": 7,
        "width": 162,
        "height": 139,
        "content": "\ud83d\udc46 \uc774\uac83\uc744 \uc6d0\ud558\ub294 \uc5b4\ub5a4 \ud615\uc2dd\uc73c\ub85c\ub3c4 \uad50\uccb4\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4 (*\uc608: Typeform, Google forms, Survey Monkey...*)"
      },
      "typeVersion": 1
    },
    {
      "id": "751458aa-7b63-48ab-881e-d68df94a3390",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1940,
        460
      ],
      "parameters": {
        "color": 7,
        "width": 162,
        "height": 84,
        "content": "\ud83d\udc46 HubSpot\uc5d0\uc11c \ud544\uc694\ud55c \ud544\ub4dc\ub97c \uc5ec\uae30\uc11c \uc870\uc815\ud558\uc138\uc694."
      },
      "typeVersion": 1
    },
    {
      "id": "6416c2ee-59a0-4496-bd62-0a3af06986b7",
      "name": "Email is not valid, do nothing",
      "type": "n8n-nodes-base.noOp",
      "position": [
        1460,
        480
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "32bc2dc2-7b5c-4fc4-bf9f-a1231c6512d0",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1740,
        180
      ],
      "parameters": {
        "color": 7,
        "width": 162,
        "height": 136.49297423887586,
        "content": "\ud83d\udc47 \uc544\uc774\ub514\uc5b4: \uc5ec\uae30\uc5d0\uc11c Hubspot\uc5d0 \ub9ac\ub4dc\ub97c \ucd94\uac00\ud560 \ub54c\uc758 \uae30\uc900\uc744 \ucd94\uac00\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc601\uac10\uc744 \uc5bb\uae30 \uc704\ud574, [\uc774 \ud15c\ud50c\ub9bf](https://n8n.io/workflows/2106-reach-out-via-email-to-new-form-submissions-that-meet-a-certain-criteria)\uc744 \uc0b4\ud3b4\ubcf4\uc138\uc694."
      },
      "typeVersion": 1
    }
  ],
  "connections": {
    "Hunter": {
      "main": [
        [
          {
            "node": "Check if the email is valid",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Enrich person": {
      "main": [
        [
          {
            "node": "Enrich company",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Enrich company": {
      "main": [
        [
          {
            "node": "Add lead to Hubspot",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "n8n Form Trigger": {
      "main": [
        [
          {
            "node": "Hunter",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Check if the email is valid": {
      "main": [
        [
          {
            "node": "Enrich person",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Email is not valid, do nothing",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}

Credentials you'll need

Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.

Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

Workflow 2116. Uses formTrigger, hunter, clearbit, hubspot. Event-driven trigger; 11 nodes.

Source: https://github.com/n8nKOR/n8n-shared-workflow/blob/62a671327e906c22a40d290b339ff6d2373f8d75/workflows/n8n-workflows-by-Zie619/devops/2116_workflow_2116.json — original creator credit. Request a take-down →

More CRM & Sales workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

CRM & Sales

Hunter Form. Uses formTrigger, hunter, stickyNote, clearbit. Event-driven trigger; 11 nodes.

Form Trigger, Hunter, Clearbit +1
CRM & Sales

When collecting leads via a form you're typically facing a few problems: Often end up with a bunch of leads who don't have a valid email address You want to know as much about the new lead as possible

Form Trigger, Hunter, Clearbit +1
CRM & Sales

2116. Uses formTrigger, hunter, clearbit, hubspot. Event-driven trigger; 11 nodes.

Form Trigger, Hunter, Clearbit +1
CRM & Sales

Hunter Pipedrive. Uses stickyNote, formTrigger, noOp, hunter. Event-driven trigger; 15 nodes.

Form Trigger, Hunter, Clearbit +1
CRM & Sales

This workflow automatically qualifies great leads from a form and sends them an email 😮.. It also adds the user to Hubspot if not already added and records the outreach. Add you MadKudu, Hunter, and G

Form Trigger, HTTP Request, Hunter +2