Emails sent as part of Auth0 workflows each have a corresponding email template which determines the email’s from address, subject, message body, and more. After you configure an external phone provider, you can modify phone templates to customize your phone messages. Text message templates support Liquid, an open-source templating language that extends the functionality of HTML. Liquid lets you:Documentation Index
Fetch the complete documentation index at: https://docs-staging.auth0-mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
- Dynamically populate variables with data, like replacing
{{ user.name }}with the user’s name - Implement logic, like
if/elsestatements - Modify data with filters for string and array manipulation, math operators, and more
Overview
| Read… | To learn… |
|---|---|
| Customize phone templates | How to customize phone templates |
| Supported Liquid syntax | About Liquid syntax (tags, filters, and variables) supported in phone templates |
Available phone templates
The following is a summary of available phone templates:| Phone template name | Description |
|---|---|
| Blocked Account | Alerts the customer that their account has been blocked as a result of suspicious activity. |
| Change Password | Sends the customer their password change code. |
| One Time Password - Enrollment | Sends the customer the verification code for one-time password (OTP) enrollment. |
| One Time Password - Verify | Sends the customer the verification code for one-time password (OTP) verification. |