L

Campaigns

Send marketing emails efficiently without code.

Navigate to Emails > Campaigns from the sidebar.

Campaigns allow you to send email blasts to your customers using a no-code editor on LiteStartup, or from our Marketing API.

You can use this to send email blasts such as:

  • Newsletters
  • Product Launches
  • Investor Updates
  • Promotions
  • Changelogs

Sending a Marketing Emails from LiteStartup

Our Marketing feature was made to enable your entire team to send email campaigns without having to ask for help from developers.

No-Code Editor

Markdown Support

You can also write your emails using Markdown. This works with headings, lists, italic, bold, links, and quotes.

You can easily copy and paste content from applications like Notion, Google Docs, iA Writter and many others maintaining formatting consistency.

Custom Styling

You can customize the look and feel of your email by changing global styles such as the background color, link color, and container size, allowing you to create emails aligned with your brand identity.

To do this, click on Styles at the top left of the Broadcast editor. You can edit specific images or lines of texts by selecting or highlighting them prior to clicking on Styles.

You can also edit individual styles for each component, including the font size, font weight, and text alignment. You can also set custom properties for each component, such as image alt, button links, and social links,

Personalize your content

When creating broadcasts, you can include dynamic audience data to personalize the email content.

  • {{FIRST_NAME}}
  • {{LAST_NAME}}
  • {{EMAIL}}

When you include the {{UNSUBSCRIBE}} placeholder, LiteStartup includes an unsubscribe link in the email to automatically handle unsubscribe requests.

Testing & Sending

Once you're finished writing your email, you can preview it in your personal inbox or send it to your team for feedback.

To do this, click on Test Email on the top right of your screen. Enter in the email address you'd like to send your email to, and then click on Send Test Email to complete.

Once you're ready to send your email to your Audience, click on Send, and slide to confirm.

Note: Test emails do not include any custom Reply-To address that may have been configured. This behavior is limited to test mode and does not affect actual email sends.

Sending a Campaign from Your AI Editor

With Litestartup Skills, you can write and send campaign emails directly from your AI coding editor — no dashboard needed.

How it works

  1. Tell your AI agent: "Send a campaign to newsletter subscribers about our new feature."
  2. The AI writes the email in Markdown with YAML frontmatter and saves it to your campaign/ directory.
  3. The AI commits, pushes, and triggers a sync.
  4. LiteStartup converts the Markdown to HTML, runs an AI safety review, and sends the campaign to all active contacts in the selected tag.

Campaign file format

Campaign files are Markdown files in the campaign/ directory with YAML frontmatter:

---
subject: "Your Email Subject"
from: "[email protected]"
from_name: "Your Brand"
tag: "newsletter_en"
status: "ready"
---

Hi {{SUBSCRIBER_FIRST_NAME}},

Your email content in **Markdown** here.

Frontmatter fields

Field Required Description
subject Yes Email subject line
from Yes Sender email address (must be a verified domain email)
from_name No Sender display name
tag Yes Contact tag name to send to (e.g. newsletter_en)
status Yes Set to ready to send immediately, or draft to save without sending

Personalization placeholders

You can use the same placeholders as dashboard campaigns:

  • {{SUBSCRIBER_FIRST_NAME}} — Contact's first name
  • {{SUBSCRIBER_LAST_NAME}} — Contact's last name
  • {{SUBSCRIBER_EMAIL}} — Contact's email address

Unsubscribe links, open tracking, and click tracking are added automatically.

Tip: This is the fastest way to send a campaign — write it in the same session where you ship your feature, and your users hear about it immediately.

Sending a Marketing Email from the API

We also offer the option to send your Marketing Email from our Marketing API.

The Marketing API offers 6 endpoints for programmatically creating, updating, and sending marketing emails.

Understand marketing email statuses

Here are all the statuses that can be associated with a marketing email:

  • draft - The marketing email is a draft.
  • review - The campaign is pending AI pre-review before sending.
  • scheduled - The marketing email is scheduled for a future send time.
  • ready - The marketing email is ready to send.
  • queued - The marketing email is queued for delivery.
  • sent - The marketing email was sent.
© 2026 LiteStartup