Add Clearbit node docs

This commit is contained in:
Tanay Pant
2020-07-12 08:33:31 +02:00
parent 24a92cb20e
commit 9c2ce882d9
3 changed files with 41 additions and 1 deletions

View 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.
![A workflow with the Clearbit node](./workflow.png)
### 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.

Binary file not shown.

After

Width:  |  Height:  |  Size: 236 KiB

View File

@@ -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.