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 →
{
"createdAt": "2021-03-22T11:26:13.716Z",
"updatedAt": "2021-03-24T08:32:29.467Z",
"id": "143",
"name": "Clearbit:Company:enrich autocomplete:Person:enrich",
"active": false,
"nodes": [
{
"parameters": {},
"name": "Start",
"type": "n8n-nodes-base.start",
"typeVersion": 1,
"position": [
-60,
280
],
"id": "8033ed4d-ce87-413e-a813-6a86713e471d"
},
{
"parameters": {
"domain": "n8n.io",
"additionalFields": {
"companyName": "n8n",
"twitter": "n8n_io"
}
},
"name": "Clearbit",
"type": "n8n-nodes-base.clearbit",
"typeVersion": 1,
"position": [
150,
200
],
"credentials": {
"clearbitApi": {
"name": "<your credential>"
}
},
"id": "09a11c3f-55a2-4d52-8040-5c19b0656758"
},
{
"parameters": {
"operation": "autocomplete",
"name": "n8n"
},
"name": "Clearbit1",
"type": "n8n-nodes-base.clearbit",
"typeVersion": 1,
"position": [
350,
200
],
"credentials": {
"clearbitApi": {
"name": "<your credential>"
}
},
"id": "e71587e3-ca16-4197-b0a7-d9c33f2c82b3"
},
{
"parameters": {
"resource": "person",
"email": "jan@n8n.io",
"additionalFields": {
"company": "n8n"
}
},
"name": "Clearbit2",
"type": "n8n-nodes-base.clearbit",
"typeVersion": 1,
"position": [
150,
350
],
"credentials": {
"clearbitApi": {
"name": "<your credential>"
}
},
"id": "f1c59ebb-3be0-48a5-bd6b-aed005fb54ea"
}
],
"connections": {
"Clearbit": {
"main": [
[
{
"node": "Clearbit1",
"type": "main",
"index": 0
}
]
]
},
"Start": {
"main": [
[
{
"node": "Clearbit2",
"type": "main",
"index": 0
},
{
"node": "Clearbit",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {},
"staticData": null,
"meta": null,
"versionId": null,
"triggerCount": 0,
"tags": []
}
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.
clearbitApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Clearbit:Company:enrich autocomplete:Person:enrich. Uses start, clearbit. Manual trigger; 4 nodes.
Source: https://github.com/n8n-io/test-workflows/blob/c1d376431a818f81f44e9ce645b8fb4878805419/workflows/143.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
PostHog:Event:create:Identity:create:Alias:create:Track:page screen. Uses start, postHog. Manual trigger; 6 nodes.
This n8n template demonstrates how to identify new queries in Google Search Console that had no impressions in the past but appeared for the first time in the last 7 days. It also segments them into t
Demio:Event:getAll get register:Report:get. Uses start, demio. Manual trigger; 5 nodes.