> For the complete documentation index, see [llms.txt](https://user.netmera.com/netmera-user-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://user.netmera.com/netmera-user-guide/omnichannel-engagement/email/send-email-campaign.md).

# Send email campaign

Create an email campaign in Netmera. Choose a template, define your audience, schedule delivery, and review the campaign before sending.

### Before you start

* Complete [email integration setup](/netmera-user-guide/omnichannel-engagement/email/email-onboarding/email-integrations.md)
* Create an [email template](/netmera-user-guide/panel-settings/settings/messaging-and-content/mail-templates.md)
* Prepare the audience and campaign details

### Create and send your campaign

1. [Set up the campaign](/netmera-user-guide/omnichannel-engagement/email/send-email-campaign/step-1-setup.md). Add an internal campaign name.
2. [Configure email content](/netmera-user-guide/omnichannel-engagement/email/send-email-campaign/step-2-what.md). Select a template, set sender details, and send a test email.
3. [Choose the audience](/netmera-user-guide/omnichannel-engagement/email/send-email-campaign/step-3-who.md). Send to all eligible users or define targeting rules.
4. [Schedule delivery](/netmera-user-guide/omnichannel-engagement/email/send-email-campaign/step-4-when.md). Send immediately or deliver in packages.
5. Review the campaign on the **Go!** page. Select **Send** when you’re ready.

### Measure campaign performance

After sending, use [email reports](/netmera-user-guide/reports-and-analytics/reports/delivery/campaigns/email-reports.md) to review delivery and engagement.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://user.netmera.com/netmera-user-guide/omnichannel-engagement/email/send-email-campaign.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
