Skip to main content

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
0/9000