Recipient Validation
Was this helpful?
Was this helpful?
Recipient Validation is an easy, efficient way to verify that email addresses are valid before you send. It runs addresses through a series of checks that catch many common problems, including syntax issues and non-existent mailboxes.
Learn more about the and read how to into your forms.
Validate a single email address. The response will contain whether the address is valid
, neutral
, risky
, undeliverable
or typo
along with additional metadata about the address. If the email address is undeliverable, a reason will also be provided. Use UTF-8 encoding for special characters like /
.
Workspace ID
Email address to validate
some@ddress.com
Success