1.0.1 • Published 7 months ago

n8n-nodes-icypeas v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
7 months ago

Icypeas node

This is an n8n community node. It lets you use Icypeas API in your n8n workflows.

Icypeas is a node that will take care of the single and bulk searches (email verification, email search, domain search) with the Icypeas's API.

For the API, you can always refer to the Icypeas documentation for more informations.

n8n is a fair-code licensed workflow automation platform.

Installation
Operations
Credentials
Usage
Resources

Installation

Follow the installation guide in the n8n community nodes documentation.

Operations

You can do :

  • email verification
  • email search
  • domain search

by either performing :

  • a single search
  • or a bulk search.

Credentials

You need to implement three informations:

  • The API key
  • The API Secret
  • The User ID for the bulk search

To retrieve those informations, go to the user profile in the Icypeas application. After logging in: Click on the profile icon > Select Your Profile > Go to the API section > Click on the Enable API Access button.

Usage

The bulk search needs the user ID, and a file with the informations to search. The file must be a xlsx file (or Google Sheet) with the following columns:

  • email (for email verification)
  • domainOrCompany (for domain search)
  • firstname, lastname, domainOrCompany (for email search).

You can also implement your own colomns names if they are different, by specifying them in the node settings.

You can always refer to the Icypeas documentation for more informations.

Resources