I have coded in apex a fetch to an API to update stored data in salesforce. To my knowledge it appears like this code can only be run via a trigger (insert, upsert, delete, etc).
I need a way to call an API in salesforce based on a timer regardless of any actions taken via a user editing fields or objects.
2 answers
Hi James ,
Please check this article.
Apex Scheduler
https://developer.salesforce.com/docs/atlas.en-us.234.0.apexcode.meta/apexcode/apex_scheduler.htm