Choosing an Email Editor
When you reach the Template step of the campaign wizard for an email campaign, you are prompted to select your editor experience. Outreach offers two options:
- Design Editor: a block-based editor for building emails visually without writing code
- Code Editor: a full HTML editor with syntax highlighting and a live preview
Both editors produce email content and support variables, preview, sender settings, and attachments. The difference is in how you build the email body.
Comparing the Editors
| Feature | Design Editor | Code Editor |
|---|---|---|
| Building approach | Add and arrange content blocks visually | Write and edit raw HTML |
| HTML knowledge required | No | Yes |
| Layout control | Block-level (padding, alignment, colours) | Full control over HTML and CSS |
| Adding images | Image block with upload or URL | Toolbar button inserts an <img> tag |
| Adding variables | Click into a text field and insert from the variable menu | Toolbar button inserts a variable tag into the HTML |
| Adding an unsubscribe link | Dedicated unsubscribe block | Toolbar button inserts an <a> tag with the unsubscribe variable |
| Best for | Quick, structured layouts without code | Custom HTML, existing templates, advanced styling |
When to Choose the Design Editor
- You want to build an email quickly using pre-built content blocks
- You prefer a visual, point-and-click interface over writing HTML
- You do not need granular control over the HTML markup
- You want to focus on content and layout without worrying about code
See the Design Editor Guide for a full walkthrough of the editor experience.
When to Choose the Code Editor
- You have existing HTML email templates you want to use
- You need precise control over HTML structure, CSS, and responsive behaviour
- You are comfortable editing HTML directly
- You want to work with custom styling or advanced layout patterns
See the Code Editor Guide for a full walkthrough of the editor experience.
Switching Editors
You can switch between editors after starting. Click the Switch Editor button in the toolbar to begin.
A confirmation modal appears summarising what will be preserved and what will be lost:
- Preserved: attachments, subject line, and sender information
- Cleared: the email body content (template)
The modal also gives you the option to export your current template before switching, so you can keep a backup.
If you confirm, the editor switches and the body content is reset. If you cancel, nothing changes.
Switching editors clears the email body content. Export your template first if you want to keep a backup. See Importing and Exporting Templates for details.
Related Guidance
- Design Editor Guide. Full walkthrough of the block-based editor
- Code Editor Guide. Full walkthrough of the HTML editor
- Importing and Exporting Templates. File types, matching rules, and workflows
- Sender Settings. Configure From, Reply-to, and Subject
- Test Data and Variables. Set up test data for previewing variables
- Attachments. Attach files to your email campaign
- Email Templates Overview. Overview of the email template system