Learn how to add messaging to the pre-built UI to give your users more context.
The contextual messaging feature allows you to provide additional information to users when they’re completing a challenge in the pre-built UI.
To configure messaging for your action:
Contextual messaging configuration in the Authsignal Portal
You can enrich your messages with dynamic data using the syntax: {{<context>.<dataPointName>}}
Inserting dynamic data into your message
To include transaction-specific information (such as withdrawal amount):
Make sure to include these custom data points in your track action payload.
To include user-specific information:
Ensure you have updated your user profile with these custom data points before referencing them.
Once you’ve created a contextual message, it will be displayed in the pre-built UI when the user is completing the challenge.
If any of the data points you’re referencing are not available, the message will not be displayed.
Contextual message in the pre-built UI