Access is invite-only during beta. Once invited, create a key to personalize these examples. Production sending requires a separate review.
Template editor
Edit HTML, text, and global CSS with a live preview.
The template page is the editor. It uses the same code editor as the cluster test-send form.
Panes
| Pane | What it edits |
|---|---|
| HTML | Liquid HTML. {{ name }} is replaced at preview and send. |
| Text | Plain-text part. Send both HTML and text for multipart. |
| CSS | Global CSS for this template. Injected into the HTML, then inlined. |
| Variables | JSON object used by the live preview and the dashboard test send. |
Subject, From, and Reply-To sit above the panes. Subject is Liquid. From and Reply-To are not.
The preview on the right renders the current form against Variables. It does not send mail. Save to keep the draft. Publish to make that draft the version REST sends.
Test send
Send a test to a team member. The test uses the current draft and the Variables JSON, so you can try an unpublished change. REST still requires a published template.
The cluster must be sending_ready. The From on the template, or the platform default, must be a verified domain.
Publish
Publish copies the draft into the published snapshot. Sends keep that snapshot until the next publish. The badge reads Draft while the saved draft differs from the published snapshot.