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

Send Email

Sends an email to the user using a configured email template and provider.
Communication Node

Node Card

Send Email
true
false
Error edges
4007 · 4008 · 4021
4037 · 4039
Category: Communication Nodes
Type: send-email
Typical position: After an identity resolution node (e.g. User Exists or Auth), before a Success or further input node.

PropertyTypeRequiredDescription
Email Template TypeselectYesThe category of email to send. Options: Email Verification, Welcome Email, PasswordLess Login, Forgot Password, Delete User, Add Email, 2FA, Reset Password, Forgot Pin.
Email Template NameselectYesThe specific template to use, filtered by the selected template type. Populated from configured email templates.
Email ProviderselectYesThe email delivery provider to use. Populated from configured providers.
Error HandlingcustommultiselectNoOverride default messages for specific error codes. Each selected error code becomes a named output edge on the canvas.

Common Next Nodes

The nodes that follow Send Email depend on the template type in use.

Send Email (true)Web Page (OTP Input)Verify Email/SMS OTP2FA / OTP verification
Send Email (true)Success Finalforgot password / verification sent
Send Email (false)Failure Finalor loop back to entry web page

Usage Notes

Place this node after any step that resolves a user identity. Select the template type that matches the workflow context: for example, use secondfactorauthentication in MFA flows and forgotpassword in password reset flows. For OTP flows the true output always leads to a Web Page (OTP Input) followed by Verify Email/SMS OTP.