Acuity Webhooks are designed in such a way that a change event is fired whenever an event is scheduled, rescheduled, canceled, or appointment details are updated.
Here is the reference for that-
Check in "Static Webhooks"> The different actions: > changed
https://developers.acuityscheduling.com/docs/webhooks
So because of this, my relevant Zapier/Make automation which triggers on change event is also running on all these 4 events i.e. scheduled, rescheduled, canceled, or appointment details updated.
Is there any way where I can restrict the webhook change event to only appointment updates? I have no intent to run these for New scheduled, rescheduled, or canceled appointments.