Programmatically set SMS passwordless message

I’m looking for a way to programmatically set the SMS passwordless message a user would receive when requesting an OTP password. Is the only way to set this within the dashboard? Is this accessible via either the CLI or an API endpoint?

Hi @pseudoralph,

Welcome to the Auth0 Community!

Yes, that’s correct. The only way to set the passwordless SMS message is in the passwordless SMS settings either on the Dashboard or through the Management API.

If you need to customize the phone message, you could use liquid syntax to construct elements of the message programmatically. For more information, see this document.

Let me know if you have any questions.

Thanks,
Rueben

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