function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
krish4ukrish4u 

can we schedule APIs on daily basis?

Hi Friends,

We need to get the data from other system and update the same in salesforce on daily basis.
can we call the REST API or SOAP API in Batch apex and schedule the same ? any best practice for the same.
Its urgent please suggest me.

Regards,
Krish



 
Sunil NandipatiSunil Nandipati
Did you think about the bulk api?
 
PratikPratik (Salesforce Developers) 
Hi Krish,

You can schedule api calls but please go through the below link of documenatation for considerations & limitations:
https://www.salesforce.com/us/developer/docs/apexcode/Content/apex_scheduler.htm

Thanks,
Pratik