Send Push Notification
Node Card
Category: MFA Nodes
Type:
sendPushNotificationTypical position: After the Push Auth output of MFA Configured State, before Verify Push Notification.
Properties
Outputs & Errors
| Property | Type | Default | Description |
|---|---|---|---|
| Title | text | NA | The title displayed on the push notification. Required. |
| Message | text | NA | The body text of the push notification. Required. Supports {{sharedstate.key}} placeholders to embed SharedState values (useful in SCA flows). |
| Output / Code | Condition | Default message |
|---|---|---|
true | Push notification dispatched successfully | NA |
false | Dispatch failed or unhandled error | NA |
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.