You need to sign in to do that
Don't have an account?

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
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
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