Configure Passwordless Code email based on Application

Is there a way to configure the email a user receives when requesting a passwordless code based on the Auth0 application that the user is logging into? When I go to Authentication > Passwordless > Email I see an email template that is shared by all my Auth0 applications. This seems like a significant limitation, is there a way around it?

Hi @matthew2,

Welcome to the Community!

The passwordless email template has the application.name variable available to it, so you can customize the template based on the application name using liquid syntax.

Let me know if you have additional questions regarding this!

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