# Email Best Practices

#### 1. The "Golden Window" (Timing & Frequency)

Unlike SMS (which is instant), email has a "shelf life."

* The "Mid-Week Sweet Spot": For live events, Tuesday, Wednesday, and Thursday mornings **(between 9 AM and 10:30 AM)** remain the highest for click-through rates. This is when people are clearing their morning inboxes but haven't hit "afternoon fatigue."
* The Saturday "Lazy Scroll": A surprising 2026 trend shows that Saturday mornings (10 AM) have high conversion rates for entertainment. People are relaxed and looking for things to do.
* Frequency: For a single event, the "Magic Number" is 4 emails:
  1. **The Announcement** (The Hook)
  2. **The Lineup/Feature** (The Value)
  3. **The Social Proof/Hype** (The FOMO)
  4. **The Final Call** (The Scarcity)

#### Mastering the "Invisible" Elements

The most important parts of an email happen *before* the user even opens it.

* The Subject Line (Short & Punchy): Keep it under 40 characters.
  * *Bad:* "Check out our upcoming concert in downtown Chicago next Friday night!"
  * ***Good:*****&#x20;"Your tickets are waiting, \[Name] 🎫"**
* The Preview Text: This is the "sub-headline" people see in their inbox. Use it to finish the thought of the subject line.
  * *Subject:* "Final Call for \[Event]..."
  * *Preview:* "...prices go up at midnight tonight! Don't miss out."

#### Content: The "F-Pattern" Design

In 2026, people don't read emails; they scan them. Your email should follow an "F-Pattern" (Top horizontal, middle horizontal, then vertical down).

* Above the Fold: Put your most important info (The Who, What, Where, and a Buy Tickets button) in the top 20% of the email. If they have to scroll to find the price or the link, you’ve lost 30% of your conversions.
* Personalization 2.0: Use Dynamic Content Blocks. If a customer previously bought a VIP ticket, show them a VIP-specific image. If they’ve only bought GA, show them the main stage vibe.

#### Deliverability: Staying Out of the "Promotions" Tab

* Clean Your List (The "Sunset" Policy): If someone hasn't opened an email in 6 months, stop emailing them. You can stop emailing your contacts in Cymbal by "[excluding 1 stars](https://docs.cymbal.co/help/audience/contact-rating-system)" in your targeting tab, or by [suppressing your contacts](https://docs.cymbal.co/help/audience/suppressing-contacts).
* Warm Up Your Links: Ensure your links lead to a fast-loading page. If your site takes >3 seconds to load, Google may flag your email as a "bad user experience."

#### Summary Checklist for Your Next Send

* \[ ] Subject Line: Is it under 40 characters?
* \[ ] CTA: Is there a "Buy Tickets" button clearly visible without scrolling?
* \[ ] Alt-Text: If your images don't load, does the text still explain what the event is?
* \[ ] Mobile-First: Does the email look good on a phone (single-column layout)?


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cymbal.co/help/email/email-best-practices.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
