Problem statement
This article describes whether it is possible to customize the Auth0 emails based on a specific application.
Symptoms
Auth0 sends the same email template for every application.
Cause
By default, Auth0’s email templates are sent without customization based on the associated application.
Solution
It is possible to customize the Auth0 Email Templates by using liquid syntax and conditionally rendering aspects of the email based on the ‘application.clientID’ property available. Below is documentation which will assist in setting this up: