How do I add a MotionMail Countdown Timer to Brevo?

Modified on Thu, 2 Jan at 2:06 PM

Follow these instructions to add a MotionMail Timer to you email campaign in Brevo.    If you have any questions about Brevo, please see their Help Center.


Step 1: Create a new Campaign and select the "Start designing" button



Step 2: Select which template you will be using.  For this example I will be using the Default Template



Step 3: Drag and drop the HTML block to the template where you would like the timer to appear



Step 4: Click on the newly created HTML block to open the HTML Editor



Step 5: Add your MotionMail Timer code to the HTML Editor.  Do not use the example code below, please use your MotionMail Timer code


Options:


To make the code mobile responsive and fit in your email, add the following

<div>
<img src="ENTER_YOUR_CODE_HERE" 
     alt="motionmailapp.com" 
     style="width:100%; height:auto;" />
</div>

If you would like to center your timer, you can include <center> tags as seen in this example.

<div>
<center>
<img src="ENTER_YOUR_CODE_HERE" 
     alt="motionmailapp.com" 
     style="width:100%; height:auto;" />
</center>
</div>

Here is an example of how this will look:

Click Save, and you will see your timer in your email:



The countdown timer should now show in the template preview and once you've put the finishing touches on your design, the email is ready to be sent off.