Schedule a Custom Function to Run Daily

Schedule a Custom Function to Run Daily

Is there a way to set up a Custom Function to run every day as opposed to when a record is edited/updated/created.

I want to use an application that sets the Lead Status based on campaign recipients actions, but the sync from Campaigns which sends this information through to a field in Zoho CRM does not count as an edit, therefore the workflow to call function does not implement when even though their record is updated.

Therefore I am wondering is there any way in Creator to set a rule to run the function on a timer?

I am familiar with chron jobs when dealing with PHP and APIs but was trying to avoid using APIs as my colleagues are more familiar with Creator.