John J. Meza
John J. Meza7mo ago

John J. Meza - Hi everybody I was wondering if ...

Hi everybody I was wondering if it is possible to build a flow with the following purpose As a pet owner When I have to give medicine to my pet I want to receive a WhatsApp message as a reminder
4 Replies
Gaurav Chadha
Gaurav Chadha7mo ago
Hi @John J. Meza, You can use the Schedule Cron Trigger in the WhatsApp Send message to send you a message as a reminder each time you want to give medicine to your pet. https://docs.buildship.com/trigger-nodes/scheduled-cron. https://docs.buildship.com/messaging/whatsapp
WhatsApp Integration – BuildShip
A unified resource to start building your backend with low-code. Dive into triggers, nodes, and step-by-step guidance to jumpstart your workflow creation.
John J. Meza
John J. Meza7mo ago
Thank you so much is it possible to automate the cron trigger from an existing database? Lets say I have a detail list of all medicines, quantity, periods (days), and hours.
Gaurav Chadha
Gaurav Chadha7mo ago
Yes, you can have CRUD operations performed on your DB at a specific time using cron.
Gaurav Chadha
Gaurav Chadha7mo ago
Scheduled Cron Trigger – BuildShip
A unified resource to start building your backend with low-code. Dive into triggers, nodes, and step-by-step guidance to jumpstart your workflow creation.