Adding contextual messaging to the pre-built UI
Learn how to add messaging to the pre-built UI to give your users more context.
If you want to add some additional context to your users when they are completing a challenge, you can add messaging to the pre-built UI using Authsignal’s contextual messaging feature.
To add messaging to your action, go to the Messaging tab for your action in the Authsignal Portal.
Inserting custom data points into your message
If any of your action’s rules rely on custom data points, you can enrich the message with these data points to give your users more context.
For example, our withdrawFunds
action has a rule that triggers a challenge if the amount of funds being
withdrawn exceeds $2000.
If we go to the Messaging tab for our withdrawFunds
action, we can see that the withdrawalAmount
data point is available to us.
When the user goes to complete the challenge, the value passed in for withdrawalAmount
in the track action payload will be displayed in the message.
Was this page helpful?