This template uses the ZeroBounce node to validate and score email addresses. It is designed to first check if an email is deliverable and then uses A.I. Scoring to assess the sender's deliverability confidence.
This is an example template to demonstrate ways to use the ZeroBounce node and how to manipulate the data with core n8n nodes.
A ZeroBounce API key is needed to use this template. Generate one here.
The Validate email node sends the email address to the ZeroBounce API to determine its status (e.g., 'valid', 'invalid', 'spam trap').
For emails confirmed as valid, the workflow proceeds to the Score email node.
The workflow concludes with the Filter by score Switch Node, which uses the ZeroBounce score to categorize the email into three confidence tiers:
valid. These should be suppressed to protect sender reputation.