I have a need to run a workflow once a day but I see that with the built in bubble workflow schedule that its monthly (currently on my free trial) however to get daily you must go up to team. I was wondering if it would be against TOS or something if I was to setup a cronjob on a linux system to poll the API once a day to kick off the job I need to run.
Basically the job is to search through and find expired records and delete essentially.
Yeah I was actually thinking about making a bubble app to control the cron timings as well and translate that into crontab format that would update the web API that I would have running on the Linux server (more as a test however I guess the principal could become useful for other bubblers). I’ll give it a little whirl and then make a post about just so people can see how im doing it.