> For the complete documentation index, see [llms.txt](https://help.intellectra.io/manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.intellectra.io/manual/monetization/email-newsletters.md).

# Email Newsletters

## ✉️ Creating an Email Newsletter

1. Click on **Digital Offer** on the left sidebar.
2. Select **"Email Newsletter"** as an offer type.
3. **Title Your Newsletter:**

* Enter a title for your email newsletter.

4. **Upload a Thumbnail:**

* Add a thumbnail image that will be displayed on the newsletter subscription page.

5. **Upload a Cover (Optional):**

* Enhance the aesthetics of the newsletter subscription page by uploading a cover image that provides additional information about the newsletter.

<figure><img src="/files/PBtm5seyuUT3WKw68lyB" alt=""><figcaption><p>The image on the left is a cover and the image on the right is a thumbnail.</p></figcaption></figure>

6. **Customize the Confirmation Email (Optional):**

* Customize the email that users will receive.

7. **Add Custom Code (Optional):**

* Insert custom code on the subscription page, such as a Facebook pixel for conversion tracking or live chat integration.

8. Click "**Save** to" create your email newsletter.
9. Click "**View offer page"** to preview the newsletter subscription page.

{% hint style="info" %}
To view who subscribed to this newsletter, navigate to Email Campaigns > Contact Lists.
{% endhint %}


---

# 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://help.intellectra.io/manual/monetization/email-newsletters.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.
