Overview
This node verifies the validity of an email address by querying the Emailable API service. It is useful in scenarios where you need to validate user-provided email addresses before processing them further, such as during user registration, lead generation, or email marketing campaigns. For example, it can help reduce bounce rates by filtering out invalid emails or detect disposable or risky email addresses.
Properties
| Name | Meaning |
|---|---|
| Dirección De Email | The email address to verify (e.g., test@domain.com) |
Output
The node outputs JSON data containing the verification results for each input email. Each output item includes:
email: The email address that was verified.score: A numeric score indicating the validity or quality of the email as returned by the Emailable API.
No binary data is produced by this node.
Dependencies
- Requires an API key credential for the Emailable service.
- The node makes HTTP GET requests to
https://api.emailable.com/v1/verifywith the email and API key as query parameters. - The API key must be configured in the node's credentials settings.
Troubleshooting
- Invalid API Key or Authentication Errors: If the API key is missing or incorrect, the node will fail to authenticate with the Emailable API. Ensure the API key credential is correctly set up.
- Network or Connectivity Issues: Failures to reach the Emailable API endpoint may cause errors. Verify network connectivity and that the API URL is accessible.
- Invalid Email Format: Providing improperly formatted email addresses might result in unexpected responses or errors from the API.
- API Rate Limits: Excessive requests may trigger rate limiting on the Emailable API side, causing errors or delayed responses.
Links and References
- Emailable API Documentation (for detailed API usage and response structure)