# Réponse à une nouvelle réservation client

## Rappel de réservation

Après qu’un client a réservé un rendez-vous, une notification de rappel concernant la réservation sera envoyée dans le dialogue, ressemblant à ceci.

<div data-with-frame="true"><figure><img src="/files/7c93759b33efe3583abbbb6da4c0a9d7c09baca8" alt="" width="563"><figcaption></figcaption></figure></div>

<mark style="color:orange;">**new\_order\_in\_calendar**</mark> - la partie inchangeable du rappel&#x20;

&#x20;<mark style="color:jaune;">**\[489046159]**</mark> - order\_id  ID de réservation

<mark style="color:rouge;">**Appointment\_date\_and\_time ajouté**</mark>

<mark style="color:$success;">**pour 30 minutes - durée du service**</mark>&#x20;

<mark style="color:rose;">**Attribué à : Fitness Skill**</mark> - à quel objet spécifique la réservation a été ajoutée

L’apparence du message de rappel :

*new\_order\_in\_calendar: \[489046159] Un rendez-vous a été ajouté du 2025-06-01 14:00 au 2025-06-01 14:30 pour 30 minutes. Objet : Test 30*

Vous pouvez configurer une réaction au rappel en spécifiant sa valeur dans le déclencheur du bloc.

<div data-with-frame="true"><figure><img src="/files/20f4d87fa061ce62ef256826d8fcaa8eb519c02f" alt=""><figcaption></figcaption></figure></div>

Dans le bloc, vous pouvez spécifier le message de réponse souhaité à envoyer au client.


---

# 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.mavibot.ai/doc/fr/booking/settings/respons.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.
