Clearbit
Node: clearbit · Full type: n8n-nodes-base.clearbit · Version: 1
Credentials
clearbitApi (alias: @clearbit)
CREDENTIAL @clearbit = clearbitApi "My Clearbit"
Operations
Resource: company
autocomplete
| Parameter |
Type |
Default |
Details |
name |
string |
"" |
required |
enrich
| Parameter |
Type |
Default |
Details |
domain |
string |
"" |
required |
additionalFields |
collection |
{} |
keys: companyName, facebook, linkedin, twitter |
Resource: person
enrich
| Parameter |
Type |
Default |
Details |
email |
string |
"" |
required |
additionalFields |
collection |
{} |
keys: company, companyDomain, facebook, familyName, givenName, ipAddress, ... |
Parameter Details
additionalFields children:
| Parameter |
Type |
Default |
Details |
companyName |
string |
"" |
|
facebook |
string |
"" |
|
linkedin |
string |
"" |
|
twitter |
string |
"" |
|
Example
NODE "clearbit" @clearbit AS "Clearbit" {
resource: "company",
operation: "autocomplete",
domain: {{ $json.domain }},
name: {{ $json.name }},
email: {{ $json.email }}
}