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

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.