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
SabrentSabrent 

Salesforce Integration with External System

I am researching ways to Integrate our External System (Database) with Salesforce. 
Salesforce Connect/ Lightning Connect would do exactly what we want but its far too expensive. 
I don't want to store data into salesforce. I want to only send requests to External System, and display the response in Salesforce. 

Can someone please point me to resources or  guide how I would create go about doing webservice callouts from salesforce to external system? 
Thanks you !!
KrishnaAvvaKrishnaAvva
Hi Rov,

Please find some useful resources:
https://trailhead.salesforce.com/en/content/learn/modules/apex_integration_services
https://trailhead.salesforce.com/en/content/learn/modules/pw-api-basics

Regards,
Krishna Avva
jitendra swamijitendra swami
Thanks for the resource link.