Hello all I am at the point where I want to schedule days API calls to update my system with another software I use.
Basically everyday at midnight I want the system to look at my other software and import any people added into the system.
I have been looking online and there are so many ways people are trying to show me. What is best practice?
Also what happens if I make an infinite loop by mistake?
What happens if I schedule something how can I cancel it?
Automatic things can shit the bed and get messed up easy - general advice?
Is there a way to trigger a backend workflow something like:
When current time is XXX run x workflow?