Skip to main content
Checks whether the incoming value is a valid email address. A value passes when it is shaped like an email address, with a name, an @, and a domain, for example jane.doe@example.com. Use this to confirm an email field is well-formed before you send a message or hand the address to another system, or to route records with a missing or malformed address down a different path. The check looks at the shape of the address only; it does not send anything or confirm the mailbox actually exists.

Fields

This condition has no fields to configure. It checks the value it receives and answers yes or no.

Sample data

The condition was run against an email field with no extra settings.
Incoming valueResult
jane.doe@example.comMatches
jane.doe(at)exampleDoes not match