Passwordless Sign Up Email Cannot Access Any Parameters

The documentation for passwordless authentication states that the email template should have access to a few parameters, however these parameters are only populated for sign in.

If a user is signing up, the only parameter available is application.name. I need to access user metadata in order to localize the sign up message.

Are there other parameters available in the email template not mentioned in the documentation?

How can I achieve this message customization during the sign up process?

Hi @jeremy.gray,

Email template params are outlined in this doc:

https://auth0.com/docs/customize/email/email-templates

Also, the {% debug %} param is helpful for seeing what is currently available in each email.

Hope this helps!

1 Like

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