Skip to main content

Zoho - Mail Merge Demo Link

  • August 30, 2024
  • 0 replies
  • 57 views

Forum|alt.badge.img+1

In this article, we will walk through the steps for creating an email template that contains the mail merge demo link for leads in Zoho.

 

PREREQUISITE

Read our article on creating a mail merge demo link and use these settings for the mail merge format:

First Name: ${Leads.First Name}

Last Name: ${Leads.Last Name}

Email Address: ${Leads.Email}

Company: ${Leads.Company}

Mail Merge Link

 

STEP 1: CREATE AN EMAIL TEMPLATE

1. Log in to your Zoho instance and go to Setup

Set up

 

2. Now go to Templates > Email Templates

Email Templates

 

3. Click on the New Template button

New Template button

 

4. Fill out the required fields and create your email template

New Email template

 

5. To add the demo link click on the DocsDisplay?zgId=649734857&mode=inline&blockId=3oxe0bcff4a9732bc41d1b16efcc783bb2f03 button and enter the mail merge demo link you created earlier

Demo Link

 

Advanced Option - HTML Button

1. Fill out the required fields and create your email template

Advance Link

 

2. Copy the html code below

<table width="100%" border="0" cellspacing="0" cellpadding="0">  <tbody>    <tr>      <td>        <table border="0" cellspacing="0" cellpadding="0">          <tbody>            <tr>              <td align="center" style="border-radius: 3px;" bgcolor="#e9703e">                <a href="LINK GOES HERE" target="_blank" style="font-size: 16px;font-family: Helvetica, Arial, sans-serif;color: rgb(255,255,255);text-decoration: none;text-decoration: none;border-radius: 3px;padding: 12px 18px;border: 1px solid rgb(233,112,62);display: inline-block;">Watch Demo &rarr;</a>              </td>            </tr>          </tbody>        </table>      </td>    </tr>  </tbody></table>

 

3. Click on the DocsDisplay?zgId=649734857&mode=inline&blockId=3oxe0afdce1541b254010b93661f89a7099a7 button and paste the html code you just copied. Replace the text LINK GOES HERE with the link you created earlier

HTML Code

 

All done!! You now should have an email template with the mail merge demo link setup in Zoho.