Anymail Finder

Overview

Anymail Finder is built with reliability and performance in mind, powering millions of email searches daily with consistent uptime.


Setup

Create connector
From the settings panel or from the node catalog, search for the Anymail Finder integration and navigate to the 'create connector' view.

Configure the connector
Create a name and a slug for your connector. Then, paste your Anymail Finder API key into the dedicated field.

Setup step 1


Credits pricing

Verify: 0.2 credit charged for every email verification. Enrich: 1 credit charged when a fully verified email is found.

Actions

Verify: - Email Verification

POST: https://api.anymailfinder.com/v5.0/validate.json

Use this API endpoint to verify the validity of an email address. This endpoint checks whether an email exists and is capable of receiving messages. The verification process goes beyond standard SMTP validation, employing advanced techniques to identify catch-all emails and perform in-depth validations, ensuring the highest level of accuracy.

ParameterDefaultOptionalDescription
emailNoneNoThe email address to validate.
x-webhook-urlNoneYesURL to receive a webhook callback when the result is ready instead of waiting for the request to complete.

Enrich: - Find a Person's Email

POST: https://api.anymailfinder.com/v5.0/search/person.json

Use this API endpoint to perform email lookups by providing a person's name along with their company details (domain or company name). This endpoint leverages advanced algorithms to uncover and verify emails, delivering accurate results while ensuring compliance with privacy regulations.

ParameterDefaultOptionalDescription
domainNoneNoThe domain of the company to search for the email.
first_nameNoneNoThe person's first name.
last_nameNoneNoThe person's last name.
company_nameNoneNoThe company name (providing domain is recommended for better accuracy).
full_nameNoneNoThe person's full name (providing first_name and last_name is recommended for better accuracy).
x-webhook-urlNoneYesURL to receive a webhook callback when the result is ready instead of waiting for the request to complete.