Overview
This node verifies the validity of an email address using the NeverBounce API via emailable.com. It is useful for scenarios where you need to validate email addresses to reduce bounce rates, improve email deliverability, or clean email lists. For example, it can be used in marketing automation workflows to ensure only valid emails are processed or stored.
Use Case Examples
- Validate user-submitted email addresses before adding them to a mailing list.
- Check the validity of emails in a database to improve campaign success rates.
Properties
| Name | Meaning |
|---|---|
| Dirección De Email | The email address to be verified. |
Output
JSON
status- The status of the email verification (e.g., valid, invalid).result- The result of the verification process.suggested_correction- Suggested correction for the email if any typo or error is detected.execution_time- Time taken to execute the verification request.
Dependencies
- Requires an API key credential for the NeverBounce API accessed via emailable.com.
Troubleshooting
- Common issues include invalid or missing API key credentials, which will cause the HTTP request to fail.
- If the email format is incorrect, the API may return an error or invalid status.
- Network issues can cause request failures; ensure the node can access the external API endpoint.
- Error messages from the API should be checked for details on why verification failed.
Links
- NeverBounce API Documentation - Official documentation for the NeverBounce email verification API used by this node.