# Yeni müşteri rezervasyon yanıtı

## Rezervasyon Geri Çağrısı

Bir müşteri bir randevu ayarladıktan sonra, rezervasyonla ilgili bir geri çağrı bildirimi diyaloğa şu şekilde gönderilecektir.

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

<mark style="color:turuncu;">**new\_order\_in\_calendar**</mark> - geri çağrının değiştirilemez kısmı&#x20;

&#x20;<mark style="color:sarı;">**\[489046159]**</mark> - order\_id  rezervasyon kimliği

<mark style="color:kırmızı;">**Randevu\_tarihi\_ve\_saati eklendi**</mark>

<mark style="color:$success;">**30 dakika için - hizmet süresi**</mark>&#x20;

<mark style="color:pembe;">**Atandı: Fitness Skill**</mark> - rezervasyonun hangi belirli nesneye eklendiği

Geri çağrı mesajının görünümü:

*new\_order\_in\_calendar: \[489046159] 2025-06-01 14:00'dan 2025-06-01 14:30'a kadar 30 dakika için bir randevu eklendi. Nesne: Test 30*

Geri çağrıya, bloğun tetikleyicisinde değerini belirterek bir tepki ayarlayabilirsiniz.

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

Blokta, müşteriye gönderilecek istenen yanıt mesajını belirtebilirsiniz.


---

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