loading
Preparing LoginRadius developer resources
Mission: Help enterprises accelerate digital transformation with our fully-managed Customer IAM technology.
Skip to main content

Email

Prompts the user to enter their email address. Can be configured as the primary email or an additional email type. Always used inside a Web Page node.
Input Node

Node Card

Email
true
false
Category: Input Nodes
Type: email
Typical position: Inside a Web Page node, in registration or profile-update forms requiring an explicit email field.

PropertyTypeDefaultDescription
Email Only as InputcheckboxfalseWhen enabled, only the email field is collected (no combined identity input).
Is PrimarycheckboxtrueWhether this is the user's primary email. Shown when Email Only as Input is enabled.
Email TypetextNALabel for non-primary email addresses (e.g., Business). Required when Is Primary is false. Shown when Email Only as Input is enabled.
Validation StringtextNAOptional regex rule to validate the email format beyond standard email validation.
Validate MX RecordcheckboxNAWhen enabled, validates the domain's MX record to confirm it can receive email.

Common Next Nodes

Web Page containing Email (output)Create Userregister user with collected email
Web Page containing Email (output)Send Emailsend verification email after collection

Usage Notes

Use the Email node in registration flows when you need to collect an email address explicitly (rather than using the combined Identity node). Enable Validate MX Record in environments where deliverability of verification emails is critical. For secondary email collection (e.g., a business email), set Is Primary to false and specify an Email Type label.