Add Countdown Timers in Iterable

This guide will cover integrating Sendtric countdown timers in the Iterable platform.  To see our full list of setup guides, click here.

1. Create your timer on Sendtric:

2. Open your Iterable template in the template editor and select the HTML option in the Content tab. Drag the box into your template where you would like the countdown timer to appear.

3. Copy the timer code from Sendtric and paste it in the Content Properties section for the HTML block you just added to your template. If you would like your timer to be centered, here is some additional code to help center the timer for all email clients:

<table align=”center”>

  <tbody>

    <tr>

      <td>{your timer code goes here}</td>

    </tr>

  </tbody>

</table>