# Resposta de novo agendamento do cliente

## Callback de Reserva

Depois que um cliente agenda um horário, uma notificação de callback sobre a reserva será enviada no diálogo, com a seguinte aparência.

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

<mark style="color:laranja;">**new\_order\_in\_calendar**</mark> - a parte imutável do callback&#x20;

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

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

<mark style="color:$success;">**por 30 minutos - duração do serviço**</mark>&#x20;

<mark style="color:rosa;">**Atribuído a: Habilidade de Fitness**</mark> - a qual objeto específico a reserva foi adicionada

A aparência da mensagem de callback:

*new\_order\_in\_calendar: \[489046159] Um horário foi adicionado de 2025-06-01 14:00 até 2025-06-01 14:30 por 30 minutos. Objeto: Teste 30*

Você pode configurar uma reação ao callback especificando seu valor no gatilho do bloco.

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

No bloco, você pode especificar a mensagem de resposta desejada para enviar ao 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/pt/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.
