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
Fb_acFb_ac 

Apex Callout

Is there any way to increase  number of callouts to an HTTP request or an API call ?

vikas88vikas88

Hi,

 

Can you please explain more about your query what exactly is your scenarion?

hitesh90hitesh90

you can use Batch Apex to increase number of callouts to an HTTP request or an API call.

 

Important :
Hit Kudos if this provides you with useful information and if this is what you where looking for then please mark it as a solution for other benefits.

Thank You,
Hitesh Patel
SFDC Certified Developer & Administrator
My Blog:- http://mrjavascript.blogspot.in/

Fb_acFb_ac

We have tried this also but a single transaction makes only 10 callouts . Any alternative method or indirect process except batch apex or @future.