> For the complete documentation index, see [llms.txt](https://support.emarketeer.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.emarketeer.com/getting-started/campaign-basics/basics-creating-sms.md).

# Creating your first SMS

{% hint style="warning" %}
To create a new SMS it is required that you create a campaign first. If you don't have a campaign ready, see [How to create a new campaign](/getting-started/campaign-basics/create-new-campaign.md).
{% endhint %}

This guide walks you through creating an SMS in eMarketeer — for publishing an app, notifying about an event, or any other use.

Sending SMS is only a few steps once the message is set up. By the end of this guide you will have a message ready to send.

{% stepper %}
{% step %}

### Add the SMS from the campaign page

From the campaign page, click **Add SMS**.

<div align="left" data-with-frame="true"><img src="/files/lUOz1sWhwP4UzvdY65Wf" alt="Add SMS button on the campaign page"></div>
{% endstep %}

{% step %}

### Fill in settings, choose a template, create the SMS

<div align="left" data-with-frame="true"><img src="/files/2SrTSNzOEvAI7P2x9Nai" alt="SMS settings with name field and template selector"></div>

**Settings**

* **Name your SMS:** Give the SMS a unique name so you can find it later. Describe its purpose in the campaign — for example, "Invitation" for an event invitation. Only you see this name; it is not shown to your contacts.

**Template**

Pick a template from one of the tabs as a starting point. This guide uses **Mobile App Delivery**. Custom templates saved on your account appear under **My Templates**.

**Create SMS component**

Once settings and template are set, click **Create SMS** to create the component.
{% endstep %}

{% step %}

### The SMS editor

After you click **Create SMS**, the editor opens. You see a text box where you edit the message and a Sender ID option below it.

The Sender ID is the name of the sender as shown on the recipient's phone. The default is `eMarketeer`. You can request a custom Sender ID — see [this article](/references/references/sms/sender-id.md).

Below that you find the SMS testing feature, which lets you send the SMS to yourself to see how it looks on arrival. Links in test SMS messages do not work — send the SMS the normal way if you need to test links.

<div align="left" data-with-frame="true"><img src="/files/c4hVEzPk5nqN0YOOgWnX" alt="SMS editor with message box, Sender ID and test send"></div>
{% endstep %}

{% step %}

### Edit the SMS content

Edit the message text in the text box. The buttons above the text box let you add links and personalized text such as the recipient's name.

Links to other eMarketeer components are personalized per contact. For example, if you send a link to a mobile app component for an event, it can include a unique QR code or badge the contact uses to identify themselves at the event.

Click **Save Message** after each change to save your work.
{% endstep %}

{% step %}

### Send your SMS

Sending an SMS works much like sending an email and has many of the same options. See [How to send an email](/getting-started/campaign-basics/basics-send-email.md) for the full walkthrough.

Phone numbers must include the country code and follow [standard formatting](/references/references/sms/mobile-number-validation.md) before you send. For example: `+46701231231`.
{% endstep %}
{% endstepper %}


---

# 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:

```
GET https://support.emarketeer.com/getting-started/campaign-basics/basics-creating-sms.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
