# Respuesta a nueva reserva de cliente

## Callback de reserva

Después de que un cliente reserve una cita, se enviará en el diálogo una notificación de callback sobre la reserva, con este aspecto.

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

<mark style="color:naranja;">**new\_order\_in\_calendar**</mark> - la parte inmutable del callback&#x20;

&#x20;<mark style="color:amarillo;">**\[489046159]**</mark> - order\_id  ID de la reserva

<mark style="color:rojo;">**Appointment\_date\_and\_time agregado**</mark>

<mark style="color:$success;">**durante 30 minutos - duración del servicio**</mark>&#x20;

<mark style="color:rosa;">**Asignado a: Fitness Skill**</mark> - a qué objeto específico se añadió la reserva

El aspecto del mensaje de callback:

*new\_order\_in\_calendar: \[489046159] Se ha añadido una cita del 2025-06-01 14:00 al 2025-06-01 14:30 durante 30 minutos. Objeto: Test 30*

Puedes configurar una reacción al callback especificando su valor en el disparador del bloque.

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

En el bloque, puedes especificar el mensaje de respuesta deseado para enviarlo al cliente.


---

# 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/es/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.
