# Відповідь на нове бронювання клієнта

## Callback бронювання

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

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

<mark style="color:помаранчевий;">**new\_order\_in\_calendar**</mark> - незмінна частина callback&#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> - до якого саме об’єкта було додано бронювання

Вигляд повідомлення callback:

*new\_order\_in\_calendar: \[489046159] До 2025-06-01 14:00 було додано зустріч до 2025-06-01 14:30 на 30 хвилин. Об’єкт: Test 30*

Ви можете налаштувати реакцію на callback, вказавши його значення в тригері блоку.

<div data-with-frame="true"><figure><img src="/files/b8fe261e3ed599eba019cb11049b43853a6c3494" 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/uk/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.
