> For the complete documentation index, see [llms.txt](https://nomadia-docs.gitbook.io/products/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nomadia-docs.gitbook.io/products/customer-communication/time-window-to-communicate.md).

# Time Window to Communicate

## 1. Introduction

The **Time Window to Communicate** feature allows you to define the exact timeframe communicated to your customer regarding an upcoming visit. This calculates the arrival window and manages outgoing communication via email and SMS.

## 2. Initial Configuration

1. Click on **Time Window to communicate**.

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

***

## 3. Feature Explanations and Benefits

This feature is powerful because it allows you to control exactly how the arrival information is calculated and delivered.

| Feature                      | Description                                                                                                                           |
| ---------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- |
| **ETA Link**                 | A link containing the estimated time of arrival (ETA) is automatically created and sent once the delivery completes.                  |
| **Email Subject Editing**    | You can enter and customize the **email subject** so customers immediately know the purpose of the message.                           |
| **Message Body Editing**     | You can freely **edit the message** that will be sent to your customers, allowing for personalized language and important details     |
| **Personalization Tags ($)** | Entering the **dollar symbol** ($) reveals options that you can insert and edit directly into the body of the email, saving you time. |
| **Preview Window**           | Before saving, you can see the **preview** of the exact message that will be sent, ensuring it looks professional and accurate.       |
| **Live Location Tracking**   | The link allows the customer to track the live location of the delivery (or deliverer).                                               |
| **Outgoing Email**           | Option to enable sending the ETA link via email.                                                                                      |
| **Outgoing SMS**             | Option to enable sending the ETA link via text message.                                                                               |

## 4. Setting Up the Customer Communication Time Window and Notifications

Follow these steps to define the precise time window and enable communication for your customer visit.

1. **Access the Feature:** Click on **Time Window to communicate**.
2. **Define the Calculation Method:**
   * Select the time window method which is used to calculate the arrival time window.

![](/files/Lzfn5sssJPdX5IUHP9uR)

3. **Set the Duration:**
   * Enter the duration for the communicated time window.

![](/files/KmmB6Z9RMitibc8peNu9)

💡 \*\*Tip:\*\* Entering \*\*120 minutes\*\* will result in a 2-hour window communicated to the customer (e.g., 10 a.m. to 12 p.m.).

4\. **Select Reference Time:**

![](/files/BWCNZYLCpPo24Yo4CZVl)

5. **Input Planned Visit Details:**
   * Locate the **Date and time of planned visit** field.

![](/files/tjrvWXwU92f1IU3Jwnst)

6. **Review Calculated Time Window:**
   * The system will display the **time window communicated to the customer**.
   * For example, if you set the duration to 2 hours, the system might calculate the window as 10 a.m. to 12 p.m..
7. **Enable Email Communication:**

   * You can enable the **outgoing emails** option.
   * Review the message that must be sent to the customer below this section.
   * **Insert Personalized Information (Optional)** To include dynamic information (like a customer's name or specific appointment details), enter the **dollar symbol** ($). This will show options you can use to edit the body of the email.

   &#x20;      💡 **Tip:** Using personalization tags makes the message feel more direct and professional

![](/files/GpxVO8mWmziwAWvzXicV)

8. **Enable SMS Communication (Optional):**

   * You can also enable the **outgoing SMS** option.

   * **Insert Personalized Information (Optional)** To include dynamic information (like a customer's name or specific appointment details), enter the **dollar symbol** ($). This will show options you can use to edit the body of the email.

   > 💡 **Tip:** Using personalization tags makes the message feel more direct and professional.

![](/files/pvjesk38qcA18PCbZXfk)

9. **Save Your Settings:**

![](/files/8abqnGXABuhmIPPECgMR)

10. The customer will receive the following email

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

## 5. Productivity Tips

These tips will help you work more efficiently and ensure smooth communication with your customers:

* **Use the Preview Feature:** Always use the message **preview** option available for both outgoing emails and outgoing SMS. This helps you confirm exactly what the customer will see before you save your settings, ensuring accuracy and clarity.
* **Keep Durations Clear:** When setting the **Communicated Time Window Duration**, choose common increments (like 60 minutes or 120 minutes) that are easy for customers to understand. A clear, defined window prevents confusion.


---

# 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://nomadia-docs.gitbook.io/products/customer-communication/time-window-to-communicate.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.
