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
Neil KimNeil Kim 

How can we make callable method from outside of Salesforce?

Hi All.
I'm now trying to make method that is callable from outside of Salesforce.

The scenario is :
1. There is our website and it has customer's info.
2. Everytime, customer's info is changed, website call Salesforce's method.
3. This method update salesforce record details.

How can I make this kind of method?
I saw 'Webservice' concept on Salesforce Developer Guide, However, there is no sample code based on scenario.
VamsiVamsi
Hi Neil,

Please go through the following link.

https://trailhead.salesforce.com/en/modules/apex_integration_services/units/apex_integration_webservices

Hope this helps...!!

Please mark as best answer if the above helps..!!!