validate_email
Validate a single email address using ZeroBounce API. Returns detailed validation results including status, sub-status, and additional metadata.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
email | string | Required | The email address to validate |
ipAddress | string | Optional | Optional IP address of the user (helps improve accuracy) |
Usage Examples
Basic Email Validation
Validate a single email address
AI Command
Validate the email address "test@example.com"Validation with IP Address
Validate with IP address for better accuracy
AI Command
Validate "test@example.com" from IP address "192.168.1.1"Check Email Validity
Check if an email is valid before sending
AI Command
Check if "user@domain.com" is a valid email address