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 to do a integration from Salesforce to a webservice for a partner?

Hello,

I'm new to Salesforce and I have the following situation: Every time a contract is validated within Salesforce, I need to gather all the information that is within this contract and send it to an external partner system. Would you like to know the best way to do this in an integration?

Thanks
Best Answer chosen by Pedro Salles
Raj VakatiRaj Vakati
You can do it in multiple ways but i will recomennd use REST API .. 

Step 1 : Get the REST API details frrom the partner System .. 
Step 2 : Get What is the type of Request you need to send and what is the response type 
Step 3 : Get the AUth Details 
Step 4 : Create a trigger on the contact and that sends the data to the external system using callouts