Custom Support Emails With Universal Login

Does anyone have experience with customizing emails for different applications using the universal login templates.

Use Case
A. Multiple Applications
B. Each Application has a different support email.
C. We need to customize the email based on the application.

So we need to customize the email possibly using application.id or another variable. While looking at the Liquid Syntax option there are no good examples on how this can be done.

Does anyone have some examples. Any suggestions are welcomed.

Cheers,
William

Hi @pcidevops , welcome to the Auth0 Community!

Although we may not have an exact example for this customization, you can find lots of information here Customize Email Templates.
Here you will find a list of the common variables that can be used, including application.name.
Here is an example of how these variables can be used, including details that applications can be used in redirect URL.

I also recommend taking a look through these, Configure Template Fields, to get a better understanding of what is possible with the use of Liquid Syntax.
As you can see in No. 5, Body, there is an example “if” statement used. You should be able to configure the same but based on the application.

Hope this information helps, thanks!

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.