> For the complete documentation index, see [llms.txt](https://docs.sprinthub.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sprinthub.com/en/topics/general/sac-360/sac-360o-automations/sac-360o-automation-service-wheel-+-sending-whatsapp-to-employees.md).

# SAC 360º Automation - Service Wheel + Sending WhatsApp to Employees

The 360º customer service automation allows support requests to be distributed intelligently among employees and notifies them automatically via WhatsApp whenever a new request is assigned.

This approach ensures greater agility, team balance, and a reduction in customer response time.

{% embed url="<https://youtu.be/pZ6q2Y_V7ks>" %}

***

### 🔄 Service Roulette (Automatic Distribution)

The service roulette is responsible for distributing requests among users or departments, according to the defined strategy.

#### Available distribution methods:

* **Random**\
  The request is assigned randomly among the available users.
* **Sequential (Round-robin)**\
  Requests follow a fixed order, alternating between users.
* **Fewest requests**\
  The system prioritizes the user with the lowest number of active requests.

***

#### User origin:

Distribution can be based on:

* **Specific user list**
* **Department** (all users linked to the department)

***

#### Benefits:

* Balanced workload
* Reduced waiting time
* Better operational organization
* Flexibility in service strategy

***

### ⚙️ Roulette Configuration

To configure the service roulette:

1. Go to the path:\
   **Menu >> General >> 360º Customer Service**
2. Access the menu of **Automations**
3. Click on **Create a new automation**
4. Define the trigger:\
   (Ex: new request, new message, among others)
5. Add one of the following roulette actions:
   * **Change contact access permissions (roulette)**
   * **Start the request (roulette)**

***

#### 🔎 Which action should be used?

* **Change contact access permissions (roulette)**\
  Use it when you want to:
  * Control access to the contact
  * Define a **contact owner**
  * Work with account management/lead distribution
* **Start the request (roulette)**\
  Use it when:
  * There is no need to control permissions
  * The focus is only on distributing requests among users

***

### 📲 Sending WhatsApp to the Employee

After distribution, it is possible to automatically notify the person responsible for the request via WhatsApp.

#### How it works:

* The request is assigned automatically
* The system sends a message to the responsible employee
* The attendant is notified in real time

***

### ⚙️ WhatsApp Sending Configuration

1. Within the automation
2. Add the action:
   * **Send WhatsApp message to the employee**
3. Configure:
   * Recipient: request owner
   * Custom message

***

### 💬 Message Example

```id="msg-sac-001"
Hello, you have received a new request!

Customer: {contactfield=firstname}
Phone: {contactfield=whatsapp}
Request ID: {attendance=id}

Access the system to start the service.
```

***

### 🚀 Best Practices

* Keep users' data up to date (especially WhatsApp)
* Use short and objective messages
* Avoid too many notifications

***

### ✅ Final Result

With this automation:

* Requests are distributed intelligently
* The team works with better balance
* Employees are notified instantly
* Customer service becomes faster and more efficient

***


---

# 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://docs.sprinthub.com/en/topics/general/sac-360/sac-360o-automations/sac-360o-automation-service-wheel-+-sending-whatsapp-to-employees.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.
