Hi, I need help with Zoho Flow → Acuity Scheduling integration.
Appointment created in Acuity
Zoho Flow creates a Zoho Calendar event
I want to send the Zoho Calendar Event UID back into Acuity (into a custom form field)
This is so that when the appointment is rescheduled later, Zoho Flow can update the correct Zoho Calendar event.
Zoho Flow has no “Update Appointment” action.
So I tried using Reschedule Appointment only to update the field.
But Acuity returns this error:
Clients are not allowed to reschedule this close to the time of the appointment
Acuity API says this can be bypassed by using:
admin=true
Can Zoho Flow add admin=true to the reschedule request?
Is there any way to update Acuity form fields from Zoho Flow without rescheduling?
If not, should I use Invoke URL to call Acuity API manually?
My only goal:
Write the Zoho Calendar Event UID into Acuity after creating the calendar event. No rescheduling. No time change.
Thanks for any suggestions!