6 comments found.
With this, Can I use another date/time system in Kivicare wordpress? Because I’ need put my time in 24hours
Yes, you can use the standard WordPress time format. If you prefer the 24-hour format, you just need to set it in your WordPress General Settings → Time Format.
Here’s a reference screenshot: https://prnt.sc/gQufA7cMI1Ua
Is it possible to transfer from the Bookly plugin to Kivicare pro?
Yes, it is possible but we need to write a script for that.
Is it possible to write the script for bookly independently or is your assistance necessary?
Yes, it is possible to write the script independently if you have a strong understanding of script writing and a thorough knowledge of the bookly and KiviCare database flow. If you possess these skills, you should be able to manage it on your own.
hey i was wondering since you said it cant pull data from a google sheet .. can we upload a fillable form to the app and then send the data to a sheet via web hooks ?
can you send me an exact use case of how this is being used in a real life scenerio for better understanding thanks
Regarding uploading a fillable form to the app and then sending the data to a sheet via webhooks, it’s important to note that this isn’t possible with webhooks.
Main user of webhook to trigger an API on another server. For example, if there’s another service on a different server that only stores patient data, we can set up a webhook to trigger when a patient registers. On that event, the webhook will call the API of the other server, allowing that server to store only the relevant record.
Please let us know if we misunderstood.
can this use to get patient data from other site with kivicare plugin installed in it or in multisite setup?
In KiviCare, webhooks cannot be used to receive data from another site or a different Kivicare installation. Webhooks in KiviCare are only designed to send data, not receive it.
How bout pull patient data from google sheet? Or can push and pull from google sheet function to customize?
It will not pull from the sheet, but you can do something. In the simplest terms, you can perform any action outside of KiviCare on a particular event by calling a api.
for e.g. i want to send message on slack.
Hello, Is it available fit Kivicare flutter.
No, it is not available for Flutter.
Is it already available for WPbookit?
Webhook for WPBookit will released soon.