
Currently, webhooks are called whenever any event is booked. It would be great to have the ability to select one or more specific events to call each webhook. Even better, to be able to chose also by tags
For example, I have free events and paid events. Each is connected to a different workflow automation process. Currently, I have to use a meta workflow to route each event to it’s designated path, which is inconvenient
Tech support went to a great depth offering a well appreciated workaround that involves adding wp filters in functions.php. This is an interesting workaround, but it involves manually adding code for each event, which is even more inconvenient, yet so appreciated
My proposed feature: An extra dropdown in the webhooks setting to select which events or tags to trigger. Even for appointments this would be useful