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
J&A-DevJ&A-Dev 

Calling out to an external server

Hello,

 

I'm in the process of building an application that will make an HTTP request to an external server. Once the response is received by my application, it'll parse it and according to the results, it should open up a new contact record page with some info pre-populated (this info will come within the response of the HTTP request). What would be the best way to design this app? If I where to use Apex to make the external call, am I limited to 10 callouts?

 

Thanks in advance.