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 "Decision Maker - Find Email" operation helps users locate the email address of a key decision maker within a company based on their department or role category. This is useful for sales, marketing, recruitment, or business development professionals who want to contact influential people in target organizations without having direct contact details.

Typical use cases include:

  • Finding the CEO's or founder's email at a company to pitch a product.
  • Getting the email of someone in the IT or HR department for partnership or hiring inquiries.
  • Automating lead generation workflows by enriching company data with decision maker emails.

Properties

Name Meaning
Domain The company's internet domain (e.g., "microsoft.com"). Use either this or Company Name.
Company Name The official name of the company (e.g., "Microsoft"). Domain is preferred for better accuracy.
Decision Maker Category The department or role category to search for. Options: CEO / Owner / President / Founder, Engineering, Finance, Human Resources (HR), Information Technology (IT), Logistics, Marketing, Operations / Administration.
Additional Options Optional settings including:
• Webhook URL: URL to receive asynchronous webhook callback when the result is ready.
• Timeout (Seconds): Request timeout duration in seconds (default 180).

Output

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

  • The found email address(es) of the decision maker matching the specified category.
  • Metadata about the confidence or verification status of the email.
  • Additional information such as the person's name, position, or company details if available.

No binary data output is produced by this operation.

Dependencies

  • Requires an API key credential for the Anymailfinder service configured in n8n.
  • Network access to https://api.anymailfinder.com to perform API requests.
  • Optional webhook URL support for asynchronous callbacks if provided.

Troubleshooting

  • Missing Domain or Company Name: The node requires at least one of these properties to be set. If both are empty, it throws an error indicating that one must be provided.
  • Timeouts: Searches can take time; increasing the timeout option may help avoid premature request failures.
  • API Authentication Errors: Ensure the API key credential is valid and has sufficient credits.
  • Webhook Issues: If using a webhook URL, ensure the endpoint is publicly accessible and correctly handles incoming callbacks.
  • Error Responses from API: The node surfaces error messages from the API. Check the message for details like rate limits or invalid parameters.

Links and References

Discussion