Actions5
- Company Email Actions
- Decision Maker Actions
- Email Verification Actions
- LinkedIn Email Actions
- Person Email Actions
Overview
This node integrates with the Anymailfinder API to find and verify email addresses. It supports multiple operations such as finding a person's email by name and company, finding all emails at a company, locating decision maker emails, retrieving emails from LinkedIn URLs, verifying if an email address is valid, and fetching account information.
The Email Verification - Verify Email operation specifically checks whether a given email address is valid and deliverable. This is useful for cleaning email lists, validating user input, or ensuring contact data quality before outreach campaigns.
Practical examples:
- Before sending marketing emails, verify that the recipient's email address is valid to reduce bounce rates.
- Validate user-submitted email addresses in forms to improve data accuracy.
- Automate email verification workflows in CRM or sales automation pipelines.
Properties
| Name | Meaning |
|---|---|
| The email address to verify. | |
| Additional Options | Optional settings including: • Webhook URL: URL to receive asynchronous webhook callback when the verification result is ready. • Timeout (Seconds): Request timeout duration in seconds (default 180). |
Output
The node outputs JSON data representing the verification result returned by the Anymailfinder API. This typically includes fields indicating the validity status of the email, confidence scores, and possibly additional metadata about the email address.
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.comis necessary. - Optional webhook URL can be provided to receive asynchronous callbacks instead of waiting synchronously.
Troubleshooting
- Missing or invalid API credentials: The node requires a valid API key credential for authentication. Ensure the credential is correctly set up.
- Timeout errors: If the request takes longer than the specified timeout (default 180 seconds), it will fail. Increase the timeout if needed.
- Invalid email format: Providing an improperly formatted email may cause the API to reject the request.
- Webhook URL issues: If using a webhook URL, ensure it is publicly accessible and correctly handles incoming requests.
- API rate limits or quota exceeded: The node may fail if the Anymailfinder account has exhausted its allowed credits.