Everything you need to integrate countdown timers into your email campaigns. From quick starts to advanced customization.
Learn the basics and create your first countdown timer
Learn how to customize colors, fonts, and styles
Step-by-step guides for integrating timers into your emails
Complete API documentation for programmatic access
Deep dives into advanced features and use cases
Solutions to common issues and problems
Follow these simple steps to get started with Dojo Mails.
Create your account in seconds. No credit card required.
Set your target date, customize colors and fonts.
Get your unique timer URL.
https://api.dojomails.com/timer/abc123.gifInsert as an image in any email template.
<img src="https://api.dojomails.com/timer/abc123.gif" alt="Countdown Timer" />Our most helpful resources to get you started.
Programmatically create and manage timers with our REST API.
curl -X POST https://api.dojomails.com/v1/timers \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"name": "Flash Sale Timer",
"endDate": "2024-12-31T23:59:59Z",
"style": "modern",
"colors": {
"primary": "#DC2626",
"background": "transparent"
}
}'