Template Configuration
Within your Zeromagic project console, navigate to theConfiguration section to managing templates.
Template 1: SMS OTP
This template is used to send a one-time password (OTP) via SMS for user verification. The keywordOTP will be replaced with the actual OTP code generated by the system.
Sample Template
| Variable | Description |
|---|---|
| OTP | Replaced with OTP code generated by sytem |
Template 2: EMAIL OTP
Similar to the SMS OTP template, this template is used to send a one-time password (OTP) via email for user verification. The keywordOTP will be replaced with the actual OTP code generated by the system.
Sample Template
| Variable | Description |
|---|---|
| OTP | Replaced with OTP code generated by sytem |
Template 3: EMAIL VERIFICATION
This template is used to send an email verification link to users for confirming their email address. The link will direct users to a verification page where they can confirm their email address. The keywordVERIFY_URL will be replaced with the actual verification link generated by the system.
Sample Template
| Variable | Description |
|---|---|
| VERIFY_URL | Replaced with verification link generated by sytem |
Template 4: PASSWORD RESET
This template is used to send a password reset link to users who have requested to reset their password. The link will direct users to a password reset page where they can create a new password. The keywordVERIFY_URL will be replaced with the actual password reset link generated by the system.
Sample Template
| Variable | Description |
|---|---|
| VERIFY_URL | Replaced with password reset link generated by sytem |