> 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/next-visits.md).

# Next Visits

## 1. Introduction

The **Next Visits** feature is designed to automate notifications, letting your upcoming customers know that you are on your way. This ensures smooth communication and better preparation for your arrival.

You can choose exactly how many upcoming customers receive this message, customize the content, and decide whether to send it via email or SMS.

## 2. Initial Configuration

Your first step is to define how you will notify your upcoming customers.

**Access the Next Visits Feature:** Click on **next visits**.

![](/files/njtsbhtOnDZTykwbHh7l)

**Define the Target Customer Count** Specify the number of upcoming customers you want to notify. You can choose to send a notification to the next one, two, or three customers.

* If you enter **one**, the email is sent to the next customer.
* If you enter **two**, the email is sent to the next two customers.
* If you enter **three** (or any number you wish), the email is sent to that number of customers.

![](/files/gEo4dlHNySQRUt7tibyC)

***

## 3. Feature Explanations with Benefits

The strength of this tool lies in its customization and trigger mechanism.

| 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. Customize and Save the Customer Communication Settings

This task ensures your upcoming customers receive a tailored message notifying them of your imminent arrival.

1. **Enter the Email Subject:** Find the field for the email subject and type in a clear, concise title.

![](/files/iK6uelbHc0sKYMsi9w5l)

2. **Edit the Message Content** Customize the message body that will be sent to your customers.
3. **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/V6Gx86JADMPEnYzJ2GVh)

4. **Review the Subject:** Check the **preview** area to see exactly how the final email will look to the customer. This is your chance to review the message before saving.
5. **Save Your Settings** Once you have entered and modified all the necessary information, click on **save**.

![](/files/uBMB3creE8ExGhRSKVMV)

6. The customer will receive the following email.&#x20;

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

***

## 5. Productivity Tips

Here are a few tips to maximize the efficiency of the Next Visits communication feature:

1. **Maximize Customization:** Always use the dollar symbol ($) when editing the message body. This ensures you utilize available fields for dynamic content, creating professional and detailed communication without manual entry every time.


---

# 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/next-visits.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.
