Reoon Email Verifier icon

Reoon Email Verifier

Verify single emails, create bulk tasks, fetch results and check account balance using Reoon

Overview

This node verifies a single email address using the Reoon Email Verifier API. It supports two verification modes: Quick, which is fast, and Power, which is deeper and more accurate. This node is useful for validating email addresses in workflows to ensure they are valid before sending emails or processing user data.

Use Case Examples

  1. Verify a user's email address during registration to ensure it is valid before creating an account.
  2. Check the validity of an email address collected from a form submission to reduce bounce rates in email campaigns.

Properties

Name Meaning
Email The email address to verify.
Verification Mode The mode of verification to use: Quick (fast) or Power (deep and more accurate).

Output

JSON

  • json - The JSON response from the Reoon Email Verifier API containing the verification result and details about the email address.

Dependencies

  • Reoon Email Verifier API key credential

Troubleshooting

  • Ensure the API key credential is correctly configured and valid; otherwise, authentication errors will occur.
  • If the node throws an error about missing authentication helper, it may be due to an incompatible n8n version; update n8n to a compatible version.
  • Errors from the API such as invalid email format or rate limits should be handled by checking the error message in the node output.

Links

Discussion