Dyspatch
Release Notes
March Updates
Autosave is here!
Autosave is now enabled in all email, SMS, push, and voice template builders. Every change you make in Dyspatch is saved automatically as you work — no more worrying about lost progress.
Need to go back? Use the version history button – located between the undo and redo buttons – to review and restore any previous state. You can also manage your auto save preferences from the user settings dropdown in the top right of the page.
Introducing Dyspatch University
Learn DML (Dyspatch Markup Language) through hands-on, interactive lessons. Whether you're new to email development or looking to sharpen your skills, Dyspatch University covers everything from the basics to advanced template building.
What you'll learn:
- DML fundamentals and syntax
- Building responsive email layouts
- Working with DML components and elements
- Advanced DML techniques and dynamic data
Each lesson includes real coding exercises so you can practice directly in the browser as you learn.
Get started at university.dyspatch.io
Image Library Sorted Per Workspace
Workspace folders are now automatically generated in the image library and linked to their respective workspaces. Images uploaded within a workspace are scoped to that workspace, keeping your asset libraries organized and separate.
This is especially useful for agencies managing multiple brands or regional teams working independently.
Update Roundup
- AI Brand Guidelines: Set your brand's voice and tone once and see it applied throughout Dyspatch. Guidelines apply to AI-generated text created through Scribe and can be assigned per workspace.
- Download email previews as PNG or JPG: Export a visual preview of your email directly from the email builder.
- Project Links for Themes: Save brand guidelines, Figma links, and other references directly on a theme for easy access.
- Click-to-edit in the block editor: Click anywhere in the rendered block preview to jump directly to that section of your DML code.
- Improved image library search: Search is now folder-aware, so results are scoped to the folder you're browsing for more precise results.
Generate Images in Dyspatch Instantly: Accessibility and Speed
Generate Images Instantly with AI
Generate custom images directly in Dyspatch with Scribe AI. Whether you're building a new campaign from scratch or refreshing existing content, simply describe what you need, select a preferred style, and watch Dyspatch bring your vision to life in seconds.
No more endless scrolling through stock libraries, no more settling for "close enough," and no more context-switching between tools. Scribe AI will create precisely what you need, without you ever leaving the Dyspatch Email Builder. Perfect for fast-moving campaigns and filling content gaps when design resources are stretched thin.
Automatically Generated Alt Text
Accessibility just became effortless. Every image you upload now gets intelligent alt text automatically generated and appended, ensuring your emails reach everyone while boosting deliverability and accessibility compliance.
We know writing descriptive alt text for every image can be time-consuming and it's often the first thing to slip through the cracks during a busy campaign push. Not anymore:
- Scribe AI analyzes each image as you upload it, crafting meaningful, contextual descriptions that screen readers can interpret for visually impaired subscribers
- This isn't just good practice, it's essential for inclusive marketing, helps you meet accessibility standards, and can even improve your email performance with certain ISPs.
The best part is that it happens instantly and invisibly. Upload your image and the alt text is already there. You can review it, refine it, or leave it as-is. Either way, you're building more accessible emails by default, not as an afterthought.
Organization level Brand Guidelines
Scribe's brand, tone, and voice guidelines are now configurable via the Admin Dashboard. Paste existing marketing copy to extract your existing tone and personality. Include an intended audience and ensure your customers feel heard.
Multiple guidelines can be created for different brand voices, and only the default guideline will be active and influence content generated by brief to email and the subject line and preheader generator.
Prevent Loner Words in Titles and Text
Say goodbye to awkward single words on their own line. Using prevent loner words will automatically create a non-breaking space between the first two and last two words of your content. Traditionally called widows and orphans, these typographical anomalies will be eliminated, keeping your copy crisp and professional.
Expanded Image Uploads
We've increased the upload limit from 3MB to 5MB, giving you the flexibility to upload higher-quality images without compromise. And, as always, our uploader also optimizes each image you add to your Dyspatch asset library, reducing your email size and boosting deliverability.
Email Builder Breadcrumbs
Easily see the location of any template while in the Dyspatch email builder! Just hover over the template's name to view its full path. A bonus easter egg: you can now copy the template's name to your clipboard by clicking it.
November Updates: AI Tools for Email Marketers
Go from a brief to a production-ready email in moments with AI Campaign Creation in Dyspatch
Stop starting from scratch with every campaign. Scribe AI is now your custom Campaign Creation tool, transforming your simple briefs into ready-to-send marketing, transactional, and lifecycle email sequences, complete with optimized content.
How it works:
- Input your campaign brief and goals to generate on-brand, personalized customer communications
- Scribe AI crafts subject lines, body content, and calls-to-action, and more, all optimized for each channel
- The result: cohesive messaging across your campaigns created in minutes
Learn more about our tools for Email Marketers here.
Improved Template Management with Draft Revision History & Restore from Draft
Preview earlier states of your drafts to identify when changes were made and in what context. Easily restore previous versions and maintain control over your template evolution.
DML - Pill Component
Introducing a new pill abstraction for tags, labels, and callouts. This common design element makes it easy to add professional, styled elements into your emails without custom coding.
Brandfolder Integration for Assets
Connect your Brandfolder DAM directly to Dyspatch. Select images from your Brandfolder library right within the email builder, with automatic hosting via Brandfolder's CDN and thumbnail previews for easy browsing.
And More Workflow Improvements
- Themes - Set button alignment directly in the theme editor without touching CSS
- Integrations - Enhanced Braze integration with user agent headers for better tracking
- Localizations - Upload localized images with thumbnail previews and easy replacement options
- DML - New substring checking support for conditional logic
October Updates: Power features for builders
Reference a Module & Updates Sync Automatically
Using the new Import Block feature, you can define a reusable module once and reference it multiple times across your email design system. Create a product card, list item, or gallery element as an individual module, then call it in multiple templates. Then update the partial once and all unlocked instances update automatically.
This is a game-changer for block development. Instead of copying and pasting the same code structure throughout your block, you maintain a single source of truth.
Import Block dramatically reduces code duplication, eliminates the risk of inconsistent updates, and makes maintaining complex blocks significantly easier.
Benefits:
- Building more sophisticated, component-based layouts is now easier
- Simplifies long-term maintenance and updates across your email design system
- Ensures consistency across repeated elements
New to the Localizations tab
Commenting is now supported for localized content in External Links for every localized version of your template. This makes localize-specific feedback easier to find and quicker to act upon.
New Advanced Controls in Theme Editor
We’ve expanded the "Enable all editable styles for blocks" toggle in the Theme Editor to support middle-level granularity. Email designers can now control which editable styles are globally available for each DML element (row, column, button, text, etc.) without having to lock in these individual customizations at the block level.
When the toggle is enabled, all styles are available by default, and a new "Style Controls" tab allows you to disable specific styles per element. Block-level editable-style attributes still take highest precedence.
Benefits:
- Fine-tunes the email builder experience without maintenance overhead
- Keeps blocks more modular and theme independent
- Allows for more flexibility in your email design system and guardrails
API Updates
List variables used in a template Template and draft fetch calls now include the unique set of variables used in the template. Variables are pulled from dynamic content, static content, conditionals, and for loops. Filters are stripped from variables, so @{var|default("hi")} returns as var.
UTM Builder
Data-no-utm attribute extended The data-no-utm attribute can now be used to prevent the link-level UTM builder from showing in the Email Builder. This prevents users from accidentally creating broken links on buttons, links, or images that already include UTM parameters or query strings in dynamic variables.
SMS
Duplicate variants in SMS SMS message variants can now be duplicated for faster workflow iteration.
September Updates: Dyspatch improvements to accelerate your email workflow
Advanced Logo Support in Themes
Logos can now be configured at the theme level and dynamically referenced throughout your email blocks using reserved theme variables.
This new approach allows for:
- Consistent branding across all email templates
- Easy logo updates without modifying individual blocks
- Streamlined theme management for multi-brand organizations
Reserved theme variables can be called dynamically into any block, giving you increased reusability for the blocks in your email design system.
New ESP Integration: Listrak!
We've expanded our ESP and CRM integrations library with the addition of Listrak. Listrak is a powerful tool that is ideal for teams creating hyper personalized experiences. This integration includes:
- Full Listrak (Liquid) template compatibility
- New export option added to the download options list
Customer Profile Selection
When sending test emails, you can now select specific customer profiles to ensure personalization and dynamic content render correctly.
Preview exactly how your conditional content looks, live and in your inbox. Allowing you to ensure your dynamic content renders properly across different customer personas before your message goes live.
And More Workflow Improvements
- Blocks Overview Panel: Now visible for both submitted and published drafts, allowing you to get a comprehensive view of your email structure at any stage. This panel lists all blocks used in the email, along with any conditional logic applied to a block
- Enhanced Export Metadata: Two new <meta> tags are now automatically included on export:
- Force Internet Explorer to use the latest rendering engine for optimal display
- Prevent automatic conversion of numbers to phone number formatting, ensuring design integrity
- LocalizationKeys Access via API: Published emails now support pulling LocalizationKeys through the Drafts API, enabling better internationalization workflows and content management
What else is new?
Dyspatch August updates: Powerful Features to Transform Your Email Marketing
Introducing Variants - Design Flexibility at Your Fingertips With Variants, your team will be able to turn your email design system into a powerhouse with a greater variety of on-brand customization … More info about Dyspatch August updates: Powerful Features to Transform Your Email Marketing
June updates round up
Template organization just got simple with tags! We've shipped tags in Dyspatch. Now you can organize templates, blocks, and drafts exactly how your team thinks—by audience, campaign, feature set, or … More info about June updates round up
May updates round up
Enhance your email creation, management, and testing experience with recent updates to Dyspatch. Several key improvements have been made across our Email Builder, Email Guardrails, Block Editor, … More info about May updates round up