Skip to main content This node allows you to validate an email address.
This node allows you to validate an email address.
- Email to validate: The email you want to validate
If Custom Validator is selected:
- API Key: The API key to use
Node Parameters
On the face of the node:
- Model: The validation model you want to use. You can choose between Regex and Custom Validators.
If Custom Validator is selected:
- Provider: The validation provider to use. The options available are Hunter, Debounce and Proxycurl. The default value is Hunter.
Node Outputs
- Status: The validation status of the email
- Type: Boolean
- Example usage: {{email_validator_0.status}}
 
Example
The below example shows a pipeline that determines the validation status of an email address.
- Text Node: Contains the email address to validate
- Validate Email Node: Validates the email address
- Email to validate: {{text_0.text}}
- Model: Regex
 
- Output Node: Displays the validation status
- Output: {{email_validator_0.status}}
 
