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

Send Push Notification

Sends a push notification to the user's registered mobile device via the LoginRadius Authenticator app. Used in the Push Notification MFA flow. In SCA flows, you can include SharedState values in the message using {{sharedstate.key}} syntax, e.g. Authorize payment of {{sharedstate.verified_amount}} {{sharedstate.verified_currency}} to {{sharedstate.verified_payee}}.
MFA Node

Node Card

Send Push Notification
true
false
Category: MFA Nodes
Type: sendPushNotification
Typical position: After the Push Auth output of MFA Configured State, before Verify Push Notification.

PropertyTypeDefaultDescription
TitletextNAThe title displayed on the push notification. Required.
MessagetextNAThe body text of the push notification. Required. Supports {{sharedstate.key}} placeholders to embed SharedState values (useful in SCA flows).

Common Next Nodes

Send Push Notification (true)Verify Push Notificationnotification dispatched: poll for user approval

Usage Notes

The true output indicates the notification was dispatched: not that the user approved it. Always follow this node with Verify Push Notification to poll for the user's approval or denial. In SCA (Strong Customer Authentication) flows, use {{sharedstate.key}} placeholders in the Message field to surface transaction details (e.g., amount, payee) directly in the notification for user context.