Add Dynamic Timers in Iterable

Note: Dynamic Timers are only available in the Power and Enterprise plans in the Pro Edition.  Sign up for a plan today on our home page or upgrade your existing plan on the settings page.

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

1. Create your Dynamic Timer in Sendtric.  See our tutorial about creating a Dynamic Timer.

2. Add your Dynamic Timer code to your Iterable template.  See our tutorial about adding a timer to your Iterable template.

3. Modify the timer code by replacing {UNIX TIMESTAMP} with the Iterable timestamp variable “{{timestamp}}”, followed by the amount of additional time for your Dynamic Timer.  This timestamp variable represents the current time that the email is sent:

<img src=”http://gen.sendtric.com/countdown/vtkfdyi20u?to={{timestamp}}+86400″ style=”display: block;” />

In this example, 86400 represents the number of additional seconds to count down, which is 24 hours in this case.