Currently we are using the Auth0 passwordless login feature. Everything is good so far however now there is a need to have product specific images and text in the email that goes out for passwordless login. I have been going over the documentation but I am not able to see any attributes that I can send in the “passwordless/start” api to pass to the email template. Is this possible in Auth0?
Hi @sasankh,
Welcome to the Auth0 Community!
Yes, it is possible to customize the Passwordless Email template.
To do so, you will need to navigate to Auth0 Dashboard > Authentication > Passwordless, and enable the Email toggle.
On that page, you will have the option to change the email’s From, Subject, and Message text.
For more information, I recommend checking out our Passwordless Authentication with Email documentation.
Please reach out if you have any further questions.
Thanks,
Rueben