> 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/sms-marketing.md).

# SMS Marketing

## 1. Benefits of SMS Marketing

SMS marketing is a method of using text messages to deliver sales, marketing, product introduction, or customer service content to recipients.

Using SMS marketing will help you:

Increase your brand's visibility with readers through the brand name.

Achieve high open rates.

Demonstrate professionalism and build trust with customers.

Personalize messages and create templates.

Integrate with Marketing Automation tools to send SMS automatically.

## 2. SMS Marketing Permissions

To create and manage SMS on the system, you need to be granted permissions for the SMS Marketing function.

<figure><img src="/files/0THrAbgXIkDGmFElWmVh" alt=""><figcaption></figcaption></figure>

Access: View the SMS section in the Marketing feature.

Add New: Add new SMS messages to the system.

Edit: Edit existing SMS messages.

Delete: Delete SMS messages.

View All: View all SMS messages in the system.

## 3. How to Create and Send SMS

### 3.1. Creating an SMS Template

Navigate to the system -> Marketing -> SMS Marketing -> Add New.

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

The screen for creating a new SMS displays the following fields:

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

(1) Template Name: Enter the subject of the SMS.

(2) Content: Enter the content of the SMS.

(3) Variables List: Choose from the Getfly variables to personalize the SMS content (based on the customer information stored in the system).

### 3.2. Sending an SMS

Navigate to Marketing -> SMS Marketing -> Add New to send an SMS.

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

The new SMS screen displays the following fields:

<figure><img src="/files/4C7GDRpLjGCc5PMZGuxP" alt=""><figcaption></figcaption></figure>

(1) Sender Number: Select the Brandname number to send the SMS.

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

(3) Original SMS: Choose or quickly create an SMS campaign for easy tracking of the total number of SMS sent.

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

(5) Variables List: Choose variables to personalize the SMS.

(6) Select Template: Choose a pre-existing SMS template to send.

(7) Character Counter: The system will count down the remaining characters in one SMS and calculate how many messages will be sent. This helps businesses manage costs when using SMS marketing.

After filling in all the information, click "Add New" -> Confirm to send the SMS to customers.

Note:\
SMS Character Calculation

Without accents:

Message length ≤ 160: 1 SMS

160 < Message length ≤ 306: 2 SMS

306 < Message length ≤ 459: 3 SMS

With accents:

Message length ≤ 70: 1 SMS

70 < Message length ≤ 134: 2 SMS

134 < Message length ≤ 201: 3 SMS

Messages longer than 459 characters or 201 characters with accents are not supported.

### 3.3. Editing an SMS Template

Navigate to Marketing -> SMS Marketing -> Select the template -> Choose the template to edit.

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

### 3.4. Deleting an SMS Template

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

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

## 4. SMS Management

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

<figure><img src="/files/9cjBeD90pJ5btH9eXPLC" alt=""><figcaption></figcaption></figure>

(1) SMS List: A management page for all SMS scheduled to be sent to customers. You can manage the details of the SMS content, sending status, and the time the SMS was sent.

(2) SMS Campaigns: Used to manage the status of SMS messages based on the campaign.

(3) Original SMS: Used to manage SMS based on their original content (including variables) and includes both successfully sent SMS and those pending to be sent. For SMS messages that have not been sent, you can edit the content or delete the message to prevent it from being sent.

(4) Search SMS: Search by SMS content, customer phone number, brand name, campaign, sending time, etc.


---

# 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/sms-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.
