Notification Variables

A guide on using custom syntax inside of your custom notification content

Chris Becher avatar
Written by Chris Becher
Updated over a week ago

While customizing various notifications in a portal or experience, you will be able to inject dynamic variables. This will allow you to make use of user or entity names, dates, and more while creating your custom notification content.

General

Variable Syntax

To use a variable, you simply need to use a syntax of {{my.variable}}.

Plain Text

To use a dynamic variable inside of plain text you can simply do:

Congratulations on completing the project with Team {{team.name}}!

HTML Tags

You can also use variables inside of HTML tags in order to generate dynamic links.

<a href="https://app.riipen.com/teams/{{team.id}}">Click here</a>

Did this answer your question?