# New client booking response

## Booking Callback

After a client books an appointment, a callback notification about the booking will be sent in the dialogue, looking like this.

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

<mark style="color:orange;">**new\_order\_in\_calendar**</mark> - the unchangeable part of the callback&#x20;

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

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

<mark style="color:$success;">**for 30 minutes - service duration**</mark>&#x20;

<mark style="color:pink;">**Assigned to: Fitness Skill**</mark> - which specific object the booking was added to

The appearance of the callback message:

*new\_order\_in\_calendar: \[489046159] An appointment has been added from 2025-06-01 14:00 to 2025-06-01 14:30 for 30 minutes. Object: Test 30*

You can set up a reaction to the callback by specifying its value in the block’s trigger.

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

In the block, you can specify the desired response message to send to the 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/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.
