How to add a countdown timer to Salesforce Marketing Cloud
In Marketing Cloud the subscriber key already is the stable per-person identifier you need — no new field, no data extension change. Drop one image tag into an HTML block, key the countdown on it, and every subscriber in a journey gets an honest personal deadline.
-
Design your countdown in tikio
Create a timer in the tikio editor: pick colors, fonts, labels and the languages you need. What you see in the editor is exactly what lands in the inbox — the timer is delivered as a regular animated image.
-
Publish and copy the image URL
Hit Publish and copy the public image URL. The deadline lives in the URL as a parameter, so the same link works for every campaign — change the date, not the link.
https://tikio.io/e/a1b2.gif?target=2026-08-01T20:00 -
Insert the timer into your Content Builder email
In Content Builder, add an HTML block where the countdown should appear and paste the snippet below. AMPscript personalization strings are resolved inside the URL for each subscriber at send time.
<img src="https://tikio.io/e/a1b2.gif?target=2026-08-01T20:00" alt="Offer ends soon" width="480" style="max-width:100%;" />
Per-recipient evergreen deadlines
Use %%SubscriberKey%% as the recipient key. It is stable across sends and journeys, so a subscriber sees one consistent deadline in every message that embeds the timer.
<img src="https://tikio.io/e/a1b2.gif?duration=86400&uid=%%SubscriberKey%%" alt="Offer ends soon" width="480" style="max-width:100%;" />FAQ
Can the deadline come from a data extension field?
Yes — reference the field as a personalization string inside target=. It needs to resolve to an ISO date or unix seconds.
Does this work in Journey Builder?
Yes, and it is the natural fit: contacts enter a journey at different times, which is precisely what evergreen mode is for.
Do I need a Content Builder image upload?
No. The timer is referenced by absolute URL, so nothing is stored in your SFMC asset library.
Your first countdown is minutes away
Free during early access — no credit card required.
Create your free countdown