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

new_order_in_calendar - the unchangeable part of the callback
[489046159] - order_id booking ID
Appointment_date_and_time added
for 30 minutes - service duration
Assigned to: Fitness Skill - 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.

In the block, you can specify the desired response message to send to the client.
Last updated