You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am willing to sync Cliniko's appointments with my own booking service (in both directions Cliniko -> My service, My service -> Cliniko) through your API. For the sake of scalability, I would like to avoid dumping your API every X minutes looking for updates in appointments but only when an update has occured.
That's why webhooks would be very useful for me as Cliniko's API would notifies my service each time an appointment is updated in Cliniko. Unfortunately I can't see any mention of webhooks in your documentation. Do you have ones?
It could a very simple feature: a new /webhooks REST endpoint in your API, each webhook having a few properties:
Hello,
I am willing to sync Cliniko's appointments with my own booking service (in both directions Cliniko -> My service, My service -> Cliniko) through your API. For the sake of scalability, I would like to avoid dumping your API every X minutes looking for updates in appointments but only when an update has occured.
That's why webhooks would be very useful for me as Cliniko's API would notifies my service each time an appointment is updated in Cliniko. Unfortunately I can't see any mention of webhooks in your documentation. Do you have ones?
It could a very simple feature: a new /webhooks REST endpoint in your API, each webhook having a few properties:
Thanks in advance,