mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2026-03-27 09:28:43 +07:00
✨ Add Clearbit node docs
This commit is contained in:
40
docs/nodes/nodes-library/nodes/Clearbit/README.md
Normal file
40
docs/nodes/nodes-library/nodes/Clearbit/README.md
Normal file
@@ -0,0 +1,40 @@
|
||||
---
|
||||
permalink: /nodes/n8n-nodes-base.clearbit
|
||||
---
|
||||
|
||||
# Clearbit
|
||||
|
||||
[Clearbit](https://clearbit.com/) provides powerful products, and data APIs like contact enrichment, lead generation, financial compliance, and more to help businesses grow.
|
||||
|
||||
::: tip 🔑 Credentials
|
||||
You can find authentication information for this node [here](../../../credentials/Clearbit/README.md).
|
||||
:::
|
||||
|
||||
## Basic Operations
|
||||
|
||||
- Company
|
||||
- Look up person and company data based on an email or domain
|
||||
- Auto-complete company names and retrieve logo and domain
|
||||
- Person
|
||||
- Look up person and company data based on an email or domain
|
||||
|
||||
## Example Usage
|
||||
|
||||
This workflow allows you to look up a person using their email in Clearbit. You can also find the [workflow](https://n8n.io/workflows/484) on the website. This example usage workflow would use the following two nodes.
|
||||
- [Start](../../core-nodes/Start/README.md)
|
||||
- [Clearbit]()
|
||||
|
||||
The final workflow should look like the following image.
|
||||
|
||||

|
||||
|
||||
### 1. Start node
|
||||
|
||||
The start node exists by default when you create a new workflow.
|
||||
|
||||
### 2. Clearbit node
|
||||
|
||||
1. First of all, you'll have to enter credentials for the Clearbit node. You can find out how to do that [here](../../../credentials/Clearbit/README.md).
|
||||
2. Select the 'Person' option from the *Resource* dropdown list.
|
||||
3. Enter the email of the person you want to look up in the *Email* field.
|
||||
4. Click on *Execute Node* to run the workflow.
|
||||
BIN
docs/nodes/nodes-library/nodes/Clearbit/workflow.png
Normal file
BIN
docs/nodes/nodes-library/nodes/Clearbit/workflow.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 236 KiB |
@@ -64,5 +64,5 @@ The start node exists by default when you create a new workflow.
|
||||
|
||||
1. First of all, you'll have to enter credentials for the Coda node. You can find out how to do that [here](../../../credentials/Coda/README.md).
|
||||
2. Select the name of your document from the *Doc* dropdown list.
|
||||
w. Select the name of your table from the *Table* dropdown list.
|
||||
3. Select the name of your table from the *Table* dropdown list.
|
||||
4. Click on *Execute Node* to run the workflow.
|
||||
|
||||
Reference in New Issue
Block a user