> 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/troubleshooting/troubleshooting-employee-notifications.md).

# Troubleshooting Employee Notifications

You have the ability to use employee text notifications when using [Enhanced Texting Feature.](/advanced-settings/enhanced-texting.md) If employees should be getting text notifications, but aren’t, follow these steps to make sure all is set up correctly:

{% stepper %}
{% step %}

## Check your Advanced Settings are Setup Correctly

**Manage** > **Advanced Settings** > Manage (under **Email & Text Communications**)

![employee notifications](/files/66025d38f60f3dc0a0855b03787a0300d9ad4267)
{% endstep %}

{% step %}

## Check the Employee Settings

**Manage** > **Advanced Settings** > Employee Text Message Settings (under **Email & Text Communications**)

![](/files/7b34e5c6cc97f5e516464905b6cef2ef30a5a00c)
{% endstep %}

{% step %}

## Check the Appointment Log

Check the Appointment Log of the Client the Employee is Stating They Did Not Receive Notification For:

**Schedule** > Click on the client's Service in question > **Appointment Log**

![Appointment Log](/files/642d89ee44d87d0429bb2a9f86402d28c371d2fa)
{% endstep %}

{% step %}

## Run the Enhanced Text Messaging Report

Run the [Enhanced Text Messaging Report](/reports/enhanced-text-messaging-report.md).

*This will include the wording, date and time stamp of all sent text messages including Employee Notifications.*
{% 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, and the optional `goal` query parameter:

```
GET https://support.rosysalonsoftware.com/troubleshooting/troubleshooting-employee-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.
