# SAC 360º Automation – 24h Follow-up to avoid losing the WhatsApp window

In WhatsApp service (Meta's official API), there is a **24-hour window**.\
This means you can only send free-form messages while the customer interacted in the last 24 hours. After that period, it is only possible to send **template messages** approved.

To prevent the conversation from “cooling off” or the window from closing, you can create a **follow-up automation before completing 24 hours**.

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

### ⚙️ How to set up the 24h Follow in SAC 360º

#### 1️⃣ Access SAC 360º

You can access it in two ways:

**Menu >> General >> SAC 360º**\
or\
Type **SAC** in the **Find services**.

***

#### 2️⃣ Go to SAC Automations

Inside the module:

Click on **Automations** (or Automation Flow, if enabled for SAC).

***

#### 3️⃣ Configure the Trigger

Select the trigger:

**The time of day is**

Set a strategic time (e.g.: 09:00, 14:00 or 17:00).\
The system will perform a daily check of the services that match the rule.

***

#### 4️⃣ Configure the Condition

Add the condition:

**The date of the Lead's last message was more than 12 hours ago**\
(or the time you want before reaching 24h)

This ensures that:

* The customer is inactive
* We are still within the WhatsApp 24-hour window (Meta's official API)

***

#### 5️⃣ Configure the Action

Select:

**Send message in Service**

Example:

> Hello, {name}.\
> Can we continue with your service?\
> Give me an *OK* please!

The goal is to get the customer to write again, automatically renewing the 24-hour window.

***

### 📌 Important

* Configure so that if the customer responds, they exit the automation
* Avoid multiple sends in the same service
* Test before activating

This way you keep services active and reduce the need to send a template.


---

# Agent Instructions: 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://docs.sprinthub.com/en/topics/general/sac-360/sac-360o-automations/sac-360o-automation-24h-follow-up-so-you-dont-miss-the-whatsapp-window.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.
