Activity Forums Salesforce® Discussions How many Callouts we can call in Batch Apex in Salesforce?

  • MOHIT

    Member
    February 16, 2020 at 5:47 pm

    It's per each call of execute() in the batch, so for each "batch", you can call up to 10 HTTP callouts.

     

    If the callout can handle multiple records at a time, do so, and batch up to 10 callouts per batch, otherwise, set the batch scope to 1, so each apex batch handles one record at a time.

    • This reply was modified 4 years, 2 months ago by  Forcetalks.

Log In to reply.

Popular Salesforce Blogs

Popular Salesforce Videos