Send a web hook to your service whenever a room type needs syncing.
Enter the public facing URL to recieve the request.
Web hooks are triggered by new bookings, modification to booked dates, cancellations, an inventory change or a price change on a room type.
The web hook request expects an http 200 response code, if it does not see this it will be retried a number of times over the next 30 minutes.
Optional headers can be specified for authentication or other purposes if required.