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
Pedro SallesPedro Salles 

How do I send Salesforce information to an internal system?

I am trying to create a service that exposes data from Salesforce to an external system.
 found several features to create a web service.
However, I can not find how to structure the actual http POST for Salesforce on another system.
I read several materials talking about callout.
Would it be the best way to do this service?
Best Answer chosen by Pedro Salles
Raj VakatiRaj Vakati
If you want to send the salesforce data to external sysetm , you dnt need to create an webservice first .. 

Option 1: You can use the salesforce rest api and invoke it from the external system.. you can perform handshake by using Oauth for Authentication 

Option 2 : You can use SOAP API ( Partner or Enterprise APIS )