Anymailfinder icon

Anymailfinder

Find and verify email addresses using Anymailfinder API

Actions5

Overview

This node integrates with the Anymailfinder API to find and verify email addresses. Specifically, the Person Email - Find Email operation helps you discover a person's email address based on their name and company information. This is useful in scenarios such as lead generation, sales outreach, recruitment, or any workflow where you need to contact individuals but only have partial information like their name and company.

For example, you can input a full name or separate first and last names along with a company domain or name, and the node will query Anymailfinder to return the most likely email address for that person.

Properties

Name Meaning
Name Input Method Choose how to provide the person's name: either as a single "Full Name" string or separately as "First & Last Name".
Full Name The full name of the person (e.g., "John Doe"). Required if "Name Input Method" is "Full Name".
First Name The person's first name. Required if "Name Input Method" is "First & Last Name".
Last Name The person's last name. Required if "Name Input Method" is "First & Last Name".
Domain The company domain (e.g., "microsoft.com"). Either this or Company Name must be provided. Preferred for better accuracy.
Company Name The company name (e.g., "Microsoft"). Either this or Domain must be provided.
Additional Options Optional settings including:
• Webhook URL: URL to receive webhook callback when result is ready instead of waiting synchronously.
• Timeout (Seconds): Request timeout duration, default is 180 seconds.

Output

The node outputs JSON data containing the results returned by the Anymailfinder API for the person email search. This typically includes:

  • The found email address(es) for the person.
  • Confidence scores or verification status if available.
  • Additional metadata about the email or search.

The output is structured as an array of JSON objects, each representing one result item. There is no binary data output for this operation.

Dependencies

  • Requires an API key credential for the Anymailfinder service configured in n8n.
  • Internet access to call the Anymailfinder API endpoints.
  • Optional webhook URL support for asynchronous callbacks.

Troubleshooting

  • Missing Domain or Company Name: The node requires at least one of these to perform the search. If both are missing, it throws an error indicating that either domain or company name must be provided.
  • Timeouts: Searches may take time; the default timeout is 180 seconds. Increase this if your requests frequently time out.
  • API Authentication Errors: Ensure the API key credential is correctly set up and valid.
  • Invalid Input Data: Make sure required fields like full name or first and last names are provided according to the selected input method.
  • Webhook Issues: If using webhook URL, ensure the URL is reachable and properly handles callbacks.

Links and References

Discussion