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>