Hello there.
Unfortunately, we don’t have hooks (action and filters) at the moment. What we have is a few JS hooks that are triggered depending on the view:
window.beforeAddToCalendarLoaded()
window.beforeBookingLoaded()
window.beforeSearchLoaded()
window.beforeSearchFiltered()
window.afterSearchFiltered()
window.beforeConfirmedBooking()
window.beforeCatalogLoaded()
window.afterSelectCatalogCategory(object_category)
window.beforeCatalogCategoryLoaded(object_category)
window.beforeCatalogServiceLoaded(object_category, object_service)
window.afterSearchActivateService(object_appointment, object_serviceActive)
window.afterSearchGoToSecondStep(object_appointment, object_serviceActive)
window.afterBookingSelectDateAndTime(object_appointment, object_serviceId, object_providerId, object_locationId)
window.afterBookingSelectService(object_appointment, object_serviceId, object_providerId, object_locationId)
window.beforeConfirmBookingLoaded(object_appointment, object_service, object_provider, object_location)
window.afterConfirmBooking(object_appointment, object_service, object_provider, object_location)
What you’re looking for to achieve is not possible with the plugin’s built-in features. Since you’re using webhooks, which are only available in the full (paid) version of the plugin, please open a ticket on our official support platform, and we’ll gladly help you there.
Commercial products are not supported in these forums, as per this comment by ww.wp.xz.cn moderators.
Thank you for understanding.