> For the complete documentation index, see [llms.txt](https://helpdesk.getfly.vn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpdesk.getfly.vn/web-version/markdown/marketing-tools/email-marketing.md).

# Email Marketing

## 1. Benefits of Email Marketing

Email marketing is a method of using email, text messages, or other forms of communication to deliver sales, marketing, product introduction, or customer service content to recipients.

Using email marketing will help you:

Increase customer engagement and loyalty.

Boost brand awareness with customers.

Save time and demonstrate professionalism.

## 2. Email Marketing Permissions

To create and manage emails in the system, you need to be granted permissions for the Email Marketing function.

<figure><img src="/files/yDlPHSFKLGxUXlJTu630" alt=""><figcaption></figcaption></figure>

Access: View the Email section in the Marketing feature.

Add New: Add new emails to the system.

Edit: Edit existing emails.

Delete: Delete emails.

View All: View all emails in the system.

## 3. How to Create and Send Emails

### 3.1. Creating an Email Template

Navigate to the system -> Marketing -> Email Marketing -> Email Templates -> Add New.

<figure><img src="/files/VnSmI14LQmpMgKPyyRoH" alt=""><figcaption></figcaption></figure>

The screen for creating a new email template displays the following fields:

<figure><img src="/files/euMUzvulMrS8F6Rz3iqx" alt=""><figcaption></figcaption></figure>

(1) Title: Enter the name of the email template.

(2) Content: Enter the email content and use the variables in section (4) to personalize the email content for each customer.

(3) Video Tutorial: View a video guide (if necessary).

(4) Getfly Variables List: A list of available variables for personalizing the email (based on customer-related data stored in the system).

(5) Email Design Tools: Utilize tools to design the email layout.

After successfully creating the template, click "Add New" to save the template.

### 3.2. Sending an Email

Navigate to Marketing -> Email Marketing -> Add New to send an email.

<figure><img src="/files/Ts1s0WcxptlZPQfzXPU1" alt=""><figcaption></figcaption></figure>

The new email screen displays the following fields:

<figure><img src="/files/YNZ66JIvM3VWFlw0aAtm" alt=""><figcaption></figcaption></figure>

(1) Sender: Choose whether to send the email from a personal email address or the system email (the personal account email is the one in the account information of the user).

(2) Recipient: Select the customers to send the email to. You can filter by my customers, customer groups, campaigns, or specific customers.

(3) Email Campaign: Choose or quickly create an email campaign to easily track the total number of emails sent, the number of emails read, the number of unread emails, and the click-through rate.

(4) Email Setup: Set up the time to send the email. You can either send it immediately or schedule a specific time.

(5) Track Mail: Check if the customer has read the email by enabling email tracking.

(6) Variables List: Choose variables to personalize the email.

(7) Select Template: Choose a pre-existing email template to send.

Once all fields are filled, click "Add New" -> Send the email to the customers.

<figure><img src="/files/ABDHDyLA1a5jGeMTj3be" alt=""><figcaption></figcaption></figure>

Note:

To send emails through the system, you need to integrate with an email partner/service (Instructions for integration can be found here).

Tips for Avoiding Spam:

Ensure the font displays correctly before sending.

Send a test email to company employees first and ask them to mark it as important to improve the sender's reputation.

Use the variables provided by Getfly to personalize the email content.

Avoid sensitive words like "promotion," "discount," "sale off," etc., as they are likely to be flagged as advertising.

Limit the use of large images and attachments. Instead, upload the file to Getfly and include a link in the email. This helps you track whether the customer opens the document.

Use a professional email signature that includes your and your company's contact information.

### 3.3. Editing an Email Template

Navigate to Marketing -> Email Marketing -> Email Templates -> Select the email to edit.

<figure><img src="/files/kab8ihjjEyhNrd0t5vXl" alt=""><figcaption></figcaption></figure>

### 3.4. Deleting an Email Template

Navigate to Marketing -> Email Marketing -> Email Templates -> Select the email to delete.

<figure><img src="/files/jDQr1hQ7tvvRsn7JxFM2" alt=""><figcaption></figcaption></figure>

## 4. Email Management

Navigate to Marketing -> Email Marketing. The screen displays a list of all emails in the system.

<figure><img src="/files/NfCjPm2GjdGHGXsXU4iW" alt=""><figcaption></figcaption></figure>

(1) Email List: A list of all emails sent from the system, including the status of whether the customer has read the email, the time they read it, and the number of clicks on links within the email.

(2) Statistics: Manage email statistics by email subject. CTR (Click-Through Rate) is the percentage of customers who clicked on a link in the email. The formula is:\
(Number of clicks on links in the email / Total number of emails sent) x 100%

(3) Email Campaigns: Manage and track emails by the campaigns you’ve sent.

(4) Email Templates: Contains available email templates in the system.

(5) Search Toolbar: Quickly search by email subject, campaign ID, or customer email (email sent or received). Advanced Search: Search by sender, subject, email addresses, campaign ID, or sending time.

(6) Total Emails: Displays statistics for emails sent this month by default.

(7) Sent: Emails sent this month.

(8) Read: Emails read this month.

(9) Filter by Email Status: Filter by all, read, unread, sent, not sent, or failed.


---

# 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://helpdesk.getfly.vn/web-version/markdown/marketing-tools/email-marketing.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.
