> ## Documentation Index
> Fetch the complete documentation index at: https://docs.migma.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Send a Segmented Newsletter

> Create a newsletter for a focused audience using segments, preflight, and campaigns.

Use this recipe when one newsletter should go to a specific audience instead of everyone on the list. Build the segment first, create the email, run preflight, then send a campaign.

***

## Build the segment

<Steps>
  <Step title="Open Audience">
    Go to **Audience → Segments**.
  </Step>

  <Step title="Choose filters">
    Combine status, tags, engagement, language, custom fields, or validation status.
  </Step>

  <Step title="Preview contacts">
    Check the estimated audience before saving. Remove risky or irrelevant contacts.
  </Step>

  <Step title="Save the segment">
    Give the segment a clear name, such as `Newsletter: active subscribers`.
  </Step>
</Steps>

***

## Prompt

```text theme={null}
Create a newsletter for active subscribers.

Include:
- One short intro
- Three updates
- One useful tip
- One primary CTA

Keep it skimmable and avoid sounding like a changelog.
```

***

## Send

<Steps>
  <Step title="Create the email">
    Generate the newsletter from the prompt, then edit the copy and layout.
  </Step>

  <Step title="Run preflight">
    Check rendering, links, compliance basics, and spam-risk signals.
  </Step>

  <Step title="Create a campaign">
    Open **Campaigns → New Campaign**, choose the email, and select the saved segment as recipients.
  </Step>

  <Step title="Send or schedule">
    Configure sender, send a test, then send now or schedule.
  </Step>
</Steps>

***

## Related

<CardGroup cols={2}>
  <Card title="Segments" icon="tag" href="/audience/manage-tags-and-segments">
    Build reusable audiences.
  </Card>

  <Card title="Send campaign" icon="paper-plane" href="/campaigns/send-campaign">
    Launch the newsletter.
  </Card>

  <Card title="Reading analytics" icon="chart-line" href="/campaigns/track-results">
    Review performance after sending.
  </Card>

  <Card title="Audience hygiene" icon="shield-check" href="/audience/deliverability">
    Keep the segment healthy.
  </Card>
</CardGroup>
