Running routine code in backend

Hello, I would like to run back-end code routinely without it being called from any other page or code. I would like it to be dependent on time.
is that possible? I couldn’t find any documentation on the matter.

Thanks,
gil

Hi,
You can’t run it completely offline, but if you want the trigger to be disconnected from your website you should consider using http-functions .

So for example:
I will run a node js server on my computer that makes a get request periodically from an http address that would activate the function that i want?

You got it! :slight_smile: