> For the complete documentation index, see [llms.txt](https://help.activenow.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.activenow.io/en/communication/sending-sms-and-email-to-participants.md).

# Sending SMS and Email to Participants

Need to inform participants about a new semester sign-up or a cancelled lesson? In ActiveNow you can send an email or SMS to your participants in just a few clicks.

{% hint style="warning" %}
Sending SMS messages requires setting up your sender name first — if you haven't done this yet, you'll find the instructions in the [Setting the SMS sender name](#setting-the-sms-sender-name) section at the bottom of this article.
{% endhint %}

You can send messages from four different places:

* the *Participants* tab
* a specific course view
* a participant's profile
* a specific lesson view

## From the Participants tab

1. Go to the *Participants* tab.
2. Select the participants you want to message using the checkboxes on the left.
3. Click the *Actions* dropdown on the right and choose *Send e-mail* or *Send SMS*.

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

## From a group course view

1. Open the course from *Calendar* or *Courses* and go to its details.
2. Click *Actions* → *Send e-mail* or *Send SMS*.

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

## From a participant's profile

1. Go to the *Participants* tab.
2. Click on the participant's name to open their profile.
3. In the top-right corner, click *Actions* → *Send e-mail* or *Send SMS*.

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

## From a specific lesson

1. Open the lesson from *Calendar* or the *E-register*.
2. Click the *Participants* section and choose *Send e-mail* or *Send SMS*.

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

{% hint style="info" %}
To send emails, your email client must be configured to work with ActiveNow. If clicking *Send e-mail* does not open a compose window, see the [troubleshooting article](/en/communication/troubleshooting-email-sending.md).
{% endhint %}

## Setting the SMS sender name

The sender field is the name your participants will see when they receive an SMS from you.

Go to *Settings* → *Communication* → *SMS Settings* → *Change*.

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

{% stepper %}
{% step %}
**Enter your name**

Type your proposed sender name — maximum **11 characters**, should clearly identify your school.
{% endstep %}

{% step %}
**Verification**

Your request status will change to *Requested — please wait for confirmation*. We have 24 hours to verify it.
{% endstep %}

{% step %}
**Activation**

When the status changes to *Field active*, you'll receive a notification in the bell icon — your sender name is approved and ready to use.

<figure><img src="/files/hoHoGm3Y0Pl44JDQSgkk" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

{% hint style="info" %}
If you'd like to change your sender name, contact us.
{% 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:

```
GET https://help.activenow.io/en/communication/sending-sms-and-email-to-participants.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.
