Welcome to Zuora Product Documentation

Explore our rich library of product information

Example of configuring email templates

An example of an email template.

Email templates can be configured using plain text or HTML. For example, if you want to provide a list in your message to the customer, you could add the following code snippets to the <body> section of your email template.

<p>&nbsp;</p>
<p>You've made it!</p>
<p>Welcome to the Zuora Subscriber Portal! We're excited to have&nbsp;<span class="il">you</span>&nbsp;join the community of people using the Subscriber Portal to manage their subscription based accounts.</p>
<p>You can use this portal to:</p>
<ol>
<li>Pay your latest invoice</li>
<li>View and update your credit card</li>
<li>Manage users on your account</li>
</ol>

The following email sample illustrates the configuration above.example_email_templates

Limitations of the email template include:

  • Hello NewUser@NewUser.com: This portion of the email template is currently not modifiable and will be displayed below the heading of each sent email.

  • Confirm my account: This link is used to direct customers back to the portal. This portion of the email is currently not modifiable and will be displayed above the footer of each sent email.