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.
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.
Parameter | Default | Optional | Description |
---|---|---|---|
None | No | The email address to validate. | |
x-webhook-url | None | Yes | URL 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.
Parameter | Default | Optional | Description |
---|---|---|---|
domain | None | No | The domain of the company to search for the email. |
first_name | None | No | The person's first name. |
last_name | None | No | The person's last name. |
company_name | None | No | The company name (providing domain is recommended for better accuracy). |
full_name | None | No | The person's full name (providing first_name and last_name is recommended for better accuracy). |
x-webhook-url | None | Yes | URL to receive a webhook callback when the result is ready instead of waiting for the request to complete. |