> For the complete documentation index, see [llms.txt](https://appfront.gitbook.io/portal/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://appfront.gitbook.io/portal/campaigns/setting-up-the-campaigns-e-mail.md).

# Setting Up the Campaign's E-mail

### To use an e-mail in a campaign you must make sure 3 items are showing:

First, at the top the Email button is checked.

![](/files/-LNzBjFY6haX85EtUBGY)

Second, "By email" is chosen at the "Notify customer" field.

![](/files/-LNzCHfdOx-IqEWWb6LL)

Third, the E-mail field has been filled.

![](/files/-LNzCgsSa6yyKjwTWC3u)

To create an email campaign, scroll below Campaign Features and select the small mail icon tab rather than the phone icon.

![](/files/-LNzColkCw2FuVoxgBzO)

### Designing your E-mail

Subject – Create a subject line for the email

Header Image – Select Image and Upload for the header of the email (note: the picture must be below 400 KB).

Email content – Add/edit content for the email that is sent to customer(s)

Note: Every change made will display on the right side of the window

#### **Email Add-ons:**

Button Text – Button is connected to the app. Clicking on said button will open the app. Text can be altered for the specific button.

* Example: To the App

Video ID – Insert a video’s URL to show a video to customers upon opening the email.<br>

![E-mail Campaign screen](https://lh4.googleusercontent.com/ltC7XpE4_CEv6AFARneF_AXjGrYBtJbsLg6qmfLlx6yT3Hv-ofgKDoUAaBpJokF96VLJZhDbQ5rQNfeUozPU8g4iAWcP4irBzBPD3t_6C7z-QRUNkgKERwIU0P6Ocp8QUpmBbLLAA9g8zYSwsg)

### Complete Creating Campaign

When finished setting up Campaign, scroll down to click Create Campaign.

{% hint style="info" %}
Using the button and video feature are highly recommended, as they increase brand loyalty and sales over time.
{% 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://appfront.gitbook.io/portal/campaigns/setting-up-the-campaigns-e-mail.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.
