> For the complete documentation index, see [llms.txt](https://support.rosysalonsoftware.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.rosysalonsoftware.com/advanced-settings/employee-appointment-notifications.md).

# Employee Appointment Notifications

You can set up automated Text Messages to Employees that will alert them when there is an appointment Scheduled under their name, an appointment under their name is cancelled or rescheduled, or when their client is checked in for Service.

**Setting up Employee Notifications:**

{% stepper %}
{% step %}

## Enable employee notifications

Check all 4 boxes at the bottom of the Email & Text Communications page, then click **Save**.

![Employee notification checkboxes](/files/f4c491148d9eb71961cd2e1b1a899615c680f5d7)
{% endstep %}

{% step %}

## Confirm the notification settings

You'll receive the pop-up below. Click **"Yes"**.

![Emoployee notifications confirmation](/files/3df5ddf9a99f5d74732d980d42c4d38277885912)
{% endstep %}

{% step %}

## Open the employee settings

Proceed to: **Manage** > **Basic Settings** > **Employees**
{% endstep %}

{% step %}

## Select an employee

Select an employee's name.
{% endstep %}

{% step %}

## Open the Basics tab

Click **Basics** at the top.
{% endstep %}

{% step %}

## Enter a mobile phone number

Make sure the employee has a **Mobile Phone** entered. If they do not, enter one.
{% endstep %}

{% step %}

## Choose text message notifications

Check each text message notification the employee would like to receive. You can customize what type of text message notifications are sent to each employee.

![Text notification options](/files/fdb90fc04651c098b1eddc4905c902c20eaf0806)

We typically recommend "Only when within" is set to **No Time Limit**.

If you choose an Only when within: 3 Hours, for example, the employee will only receive these text notifications for schedule changes made *within* that time frame.
{% endstep %}

{% step %}

## Repeat for each employee

Repeat this process for each employee that would like to receive Text Notifications.
{% endstep %}
{% endstepper %}

* If you'd like to also send clients appointment notifications, see our "[Appointment Confirmations and Reminders](/advanced-settings/appointment-confirmations-and-reminders.md)" article!


---

# 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://support.rosysalonsoftware.com/advanced-settings/employee-appointment-notifications.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.
