Announcements • FEBRUARY 10, 2026
Templates & Template API Now Available
Design reusable email templates in the dashboard and manage them programmatically with the new Templates API.

Templates and Template API
POST /v2/emails
{
"from": "hello@yourdomain.com",
"to": "user@example.com",
"template": "welcome_email",
"variables": {
"name": "John Doe",
"company": "Acme Inc",
"activation_url": "https://example.com/activate?token=abc123"
}
}
Blog
The latest news and updates, direct from Emailit.
Stay up to date with the latest articles from Emailit Blog.


