Clearbit modules
After connecting to the Clearbit app, you can use the following modules to build your .
Retrieves a person and company simultaneously based on an email address.
Field | Description |
---|---|
Connection | |
Email Address | Enter the email address to look up. |
Given Name | Enter the first name of the person. |
Family Name | Enter the last name of the person. If you have this, specifying this is strongly recommended to improve match rates. |
IP address | Enter the IP address of the person. If you have this, specifying this is strongly recommended to improve match rates. |
Location | The city or country where the person resides. |
Company | The name of the person’s company. |
Company Domain | The domain of the person’s company. |
Linked In | The LinkedIn URL for the person. |
The Twitter handle for the person. | |
Enter The Facebook URL for the person. | |
Exclude EU related data ? | Select exclude eu records to exclude person records with country data in the EU. Select exclude eu records or with null country data to exclude person records with country data in the EU or with null country data. |
Subscribe to changes for this person ? | Select the Yes option to subscribe to the changes to the person. If you subscribe, every update of this person's information will trigger a webhook and count as an API call on Clearbit. You can set the webhook URL associated with your account on your dashboard. You need the Watch Changes trigger module to receive the updated information. Select No to unsubscribe. |
Retrieves a person by their email address. Alongside the email address you may also provide any additional attributes you have about the person.
Field | Description |
---|---|
Connection | |
Email Address | Enter the email address to look up. |
Given Name | Enter the first name of the person. |
Family Name | Enter the last name of the person. If you have this, specifying this is strongly recommended to improve match rates. |
IP address | Enter the IP address of the person. If you have this, specifying this is strongly recommended to improve match rates. |
Location | The city or country where the person resides. |
Company | The name of the person’s company. |
Company Domain | The domain of the person’s company. |
Linked In | The LinkedIn URL for the person. |
The Twitter handle for the person. | |
Enter The Facebook URL for the person. | |
Exclude EU related data ? | Select exclude eu records to exclude person records with country data in the EU. Select exclude eu records or with null country data to exclude person records with country data in the EU or with null country data. |
Subscribe to changes for this person ? | Select the Yes option to subscribe to the changes to the person. If you subscribe, every update of this person's information will trigger a webhook and count as an API call on Clearbit. You can set the webhook URL associated with your account on your dashboard. You need the Watch Changes trigger module to receive the updated information. Select No to unsubscribe. |
Retrieves company data via a domain name.
Field | Description |
---|---|
Connection | |
Domain | Enter the domain of the company’s website. |
Company name | Enter the name of the company. |
Linked In | Enter the company’s Linkedin URL. |
Enter the Twitter screen name. | |
Enter the company’s Facebook ID. |
Retrieves a company by its domain.
Field | Description |
---|---|
Connection | |
Name | Enter the name of the company you want to retrieve the domain for. |
Triggers when a person you are subscribed to is updated.
Field | Description |
---|---|
Webhook name | Enter the name for the webhook. |
Connection |
Allows you to perform a custom API call.
Field | Description |
---|---|
Connection | |
Choose your API | Select the API. The streaming version of the API is preferred to ensure synchronous response. |
URL | Enter a path relative to https://{api}.clearbit.com. E.g. /v2/companies/flag |
Method | Select the HTTP method you want to use:
|
Headers | Enter the desired request headers. You don't have to add authorization headers; we already did that for you. |
Query String | Enter the request query string. |
Body | Enter the body content for your API call. |