# Ответ на новую запись клиента

## Обратный вызов бронирования

После того как клиент бронирует запись, в диалог будет отправлено уведомление о бронировании в виде обратного вызова, выглядящее следующим образом.

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

<mark style="color:оранжевый;">**new\_order\_in\_calendar**</mark> — неизменяемая часть обратного вызова&#x20;

&#x20;<mark style="color:жёлтый;">**\[489046159]**</mark> — order\_id  ID бронирования

<mark style="color:красный;">**Appointment\_date\_and\_time добавлено**</mark>

<mark style="color:$success;">**на 30 минут — длительность услуги**</mark>&#x20;

<mark style="color:розовый;">**Назначено: Fitness Skill**</mark> — к какому именно объекту было добавлено бронирование

Вид сообщения обратного вызова:

*new\_order\_in\_calendar: \[489046159] Запись была добавлена с 2025-06-01 14:00 до 2025-06-01 14:30 на 30 минут. Объект: Test 30*

Вы можете настроить реакцию на обратный вызов, указав его значение в триггере блока.

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

В блоке можно указать нужное ответное сообщение для отправки клиенту.


---

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