Customization syntax
Arnaud Z avatar
Written by Arnaud Z
Updated over a week ago

Educators and employers may choose to customize various email notifications across their portals, companies, experiences, and projects. With these customization, specific syntax is available to them to further customize with dynamic content, which requires special syntax as laid out in this document.

Dynamic variables

For each email available for customization, variables may be available to be used to insert dynamic content. Consult the specific documentation for each email to learn what variables are available.

General Use

To use a dynamic 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?