VectorShift home page
Search...
⌘K
Ask AI
Support
Platform
Platform
Search...
Navigation
Data Enirchment
Validate Email Node
Documentation
API Reference
Book a Demo
Blog
Tutorials
Get Started
Introduction
Quickstart
Pipeline Mechanics
Platform
Pipelines
Overview
Start
General
Large Language Models (LLMs)
Knowledge
Data Loaders
Multi-Modal
Logic
Data Transformation
Text Operations
JSON Operations
List Operations
File Operations
AI Operations
Notifications
Data Enirchment
Validate Email Node
Chat
Conversational
Knowledge
Interfaces
Transformations
Files
Account
Profile
Organizations
Subscriptions
On this page
Node Inputs
Node Parameters
Node Outputs
Example
Data Enirchment
Validate Email Node
Validate an email address
This node allows you to validate an email address.
Node Inputs
Email to validate: The email you want to validate
Type:
Text
If Custom Validator is selected:
API Key: The API key to use
Type:
Text
Node Parameters
On the face of the node:
Model: The validation model you want to use. You can choose between Regex and Custom Validators.
Type:
Dropdown
If Custom Validator is selected:
Provider: The validation provider to use. The options available are Hunter, Debounce and Proxycurl. The default value is Hunter.
Type:
Dropdown
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}}
Custom SMTP Email Sender Node
Chat Memory Node
Assistant
Responses are generated using AI and may contain mistakes.