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

Message

Displays a custom message to the user with a positive and optional negative answer button. Use to present important notices, confirmations, or yes/no questions.
Logic & Flow Node

Node Card

Message
true
false
Category: Logic & Flow Nodes
Type: message
Typical position: Before a consent or acknowledgement step, or as a branching gate where the user must confirm or decline before proceeding.

PropertyTypeRequiredDescription
MessagetextYesThe message body displayed to the user on the screen.
Positive AnswertextYesLabel for the affirmative button (e.g. "Continue", "I Agree", "Yes"). Routes to the true output when clicked.
Negative AnswertextConditionalLabel for the negative button (e.g. "Cancel", "Decline", "No"). Routes to the false output when clicked. Required unless Only Positive Answer is enabled.
Only Positive AnswercheckboxNoWhen enabled, hides the negative button so the user can only proceed affirmatively. Defaults to false.
Show Buttons as LinkscheckboxNoWhen enabled, renders the answer buttons as inline text links instead of button elements. Defaults to false.

Common Next Nodes

Message (true)Success Finaluser acknowledged: proceed
Message (false)Failure Finaluser declined: end or redirect

Usage Notes

Use the Message node to surface important notices (such as terms of service acknowledgements, account action confirmations, or informational warnings) at any point in a flow. When only a single path is needed (e.g. an informational notice before continuing), enable Only Positive Answer to remove the decline option.