> 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/faq/11.-how-to-send-an-sms-and-an-email.md).

# 11. How to send an SMS and an Email?

* **Ensure customer contact details are available**
  * For emails: the customer must have an **Email address**.
  * For SMS: Customers must provide a valid **mobile phone number** to ensure proper communication and service updates. For best results, enter the number in **international format** (including country code), as this improves compatibility and ensures the system can correctly identify and reach the customer regardless of location.
* **Set up Email templates**\
  Go to **Configuration → Outgoing emails** and customize:
  * Sender Email Address
  * Subject
  * Message content (static text + dynamic fields) - **Time window to communicate, Next Visits, Upcoming arrival, End of visit and Visit cancellation.**&#x20;
  * Links (ETA link, feedback link, etc.)
* **Set up SMS templates**\
  Go to **Configuration → Outgoing SMS** and customize:
  * Sender Name
  * Subject
  * Message content (static text + dynamic fields) - **Time window to communicate, Next Visits, Upcoming arrival, End of visit and Visit cancellation.**&#x20;
  * Links (ETA link, feedback link, etc.)
* **Configure your notification templates**\
  Navigate to ***Configuration → Customer Experience Pages*** and configure the URLs that are used inside the Email or SMS templates. &#x20;
* **Delivery Time Window Link** Provides the customer with the **scheduled delivery time window**. By clicking this link, the customer can view the expected start and end times for their delivery slot.
* **Delivery Tracking Link (ETA)** Allows the customer to **track the delivery in real time**. This link shows the **estimated time of arrival (ETA)** and updates dynamically as the route progresses.
* **End of Delivery Link** Confirms that the delivery has been **completed successfully**. Customers can use this link to view final delivery details, such as completion time and status.
* **Reschedule Link** Enables the customer to **reschedule their delivery**. By clicking this link, they can select a new time window or date that better suits their availability.
* **Send notifications**\
  When routes are published or when specific events occur (such as **time‑window communication, arrival notifications, or end‑of‑visit updates**), the **notification toggle must be enabled.** Once activated, TourSolver sends the **configured SMS or email** to the customer, ensuring they receive timely updates about their delivery or visit status.
* **Check the delivery status**
  * Use **Sent email list** to view email delivery status.
  * Use **Sent SMS list** to verify SMS delivery and consumption.


---

# 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/faq/11.-how-to-send-an-sms-and-an-email.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.
