diff --git a/docs/nodes/nodes-library/nodes/Clearbit/README.md b/docs/nodes/nodes-library/nodes/Clearbit/README.md new file mode 100644 index 000000000..dcbf9935e --- /dev/null +++ b/docs/nodes/nodes-library/nodes/Clearbit/README.md @@ -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. diff --git a/docs/nodes/nodes-library/nodes/Clearbit/workflow.png b/docs/nodes/nodes-library/nodes/Clearbit/workflow.png new file mode 100644 index 000000000..5b3f5a6f8 Binary files /dev/null and b/docs/nodes/nodes-library/nodes/Clearbit/workflow.png differ diff --git a/docs/nodes/nodes-library/nodes/Coda/README.md b/docs/nodes/nodes-library/nodes/Coda/README.md index d3dac7231..b61f1f023 100644 --- a/docs/nodes/nodes-library/nodes/Coda/README.md +++ b/docs/nodes/nodes-library/nodes/Coda/README.md @@ -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.