Push notification for deleted bookings

Develper issues when using the Beds24 APi.
Post Reply
evesgarden
Posts: 6
Joined: Wed Feb 28, 2018 10:47 pm

The documentation under Settings>>Properties>>Link says "A push notification will be sent to this URL when a new booking, booking modification or cancellation occurs." Is there some reason a notification can't also be sent when a booking is deleted? As best I can tell the only way to check for deletion of a booking is to get all the bookings via the API and then look for ones that are missing. This seems like a waste of resources for both myself and the beds24 server. Am I missing something?
lesleywoermeijer
Posts: 292
Joined: Wed Dec 28, 2016 2:20 pm

It is not possible to be notified when a booking is deleted from the system, there is a warning on the screen, asking you to confirm if you want to delete the booking so you know about it.

If you have sub accounts, then you may want to consider removing the delete button from their account to ensure that they can not delete bookings by mistake.

If you want to hide the "Delete" button in booking add the following code in the "Control panel custom CSS" for the sub account:

.pagetypeajaxbookedit .b24btn_Delete { display: none }
Post Reply