Documentation

Learn to Create Powerful Timers

Everything you need to integrate countdown timers into your email campaigns. From quick starts to advanced customization.

Getting Started

Learn the basics and create your first countdown timer

Customization

Learn how to customize colors, fonts, and styles

Email Integration

Step-by-step guides for integrating timers into your emails

API Reference

Complete API documentation for programmatic access

Advanced Topics

Deep dives into advanced features and use cases

Troubleshooting

Solutions to common issues and problems

Quick Start

Create Your First Timer in Minutes

Follow these simple steps to get started with Dojo Mails.

1

Sign up for free

Create your account in seconds. No credit card required.

2

Create a timer

Set your target date, customize colors and fonts.

3

Copy the image URL

Get your unique timer URL.

https://api.dojomails.com/timer/abc123.gif
4

Embed in your email

Insert as an image in any email template.

<img src="https://api.dojomails.com/timer/abc123.gif" alt="Countdown Timer" />
Timer Preview

🔥 Sale Ends In

02
Days
14
Hours
36
Mins
42
Secs
API

Simple API Integration

Programmatically create and manage timers with our REST API.

Create a Timer
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"
    }
  }'

Need Help Getting Started?

Our support team is here to help you succeed with countdown timers.