Hi Maya,
Here's what's new for Pro customers.
Same design.
Different content when it matters.
Work directly in MJML or HTML, or turn your design into a template your team can fill in. Add contact details and simple rules when different readers should see different content.
You control the design. RadarSend handles the per-contact changes.
Three ways to build the email.
Fill in guided fields built for your design. The layout is protected.
Personalize more than the greeting.
Whether you work from a template, write MJML, or use HTML, the email doesn't have to say the same thing to everyone. Merge tags work like mail merge. Add one wherever contact data should appear. A greeting can use a first name. A sentence can name the contact's company. Any custom field can become part of the email.
Hi {{ first_name | default: "there" }},RadarSend fills in the tag for each contact as the email goes out. When a first name is missing, the fallback keeps the greeting from coming out blank. The same merge tags work in the subject line too.
Liquid handles the parts that need a simple decision. Use an if/else rule to show one paragraph to customers and another to prospects, change an offer by plan, or leave out a section that doesn't apply.
- Hi {{ first_name | default: "there" }},
- {% if plan == "pro" %}
- Here's what's new for Pro customers.
- {% else %}
- See what you can do with Pro.
- {% endif %}
Hi there,
See what you can do with Pro.
Design in MJML. Define what changes in Schema.
Write the template in MJML and mark what changes. RadarSend detects its fields, repeating sections, and slots, then flags anything missing from Schema. Add the detected parts with one click.
In Schema, define what each part accepts: text, an image, a link, a yes-or-no choice, or something else. Give it a useful label, instructions, a default, or a limit. Those definitions tell your team exactly what to fill in.
Use a repeating section for content such as newsletter articles. Define the article once, then add as many as the issue needs. Use a slot for a content block, a mini template that drops into the larger design.
Build a block once. Use it across templates.
Build a promotion, event notice, product card, or signature as a content block. It gets its own MJML and fill-in fields, then drops into any compatible template without being copied from an old email.
Use the same block every time, choose from a group, change it based on a contact field, or leave the slot empty. Merge tags and Liquid rules work inside blocks too.
Reuse the design without making every email identical.
Let an assistant fill in the fields.
A RadarSend Template explains what belongs in each field, how long it can be, and which content blocks are allowed. That gives an AI assistant a clear job.
Give it your posts, product notes, or source material. It fills in the template, checks the result, and fixes anything that doesn't fit. What lands in RadarSend is a finished draft in your design, ready for review.
The assistant writes the changing content. The template keeps control of the layout.


