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
sunny522sunny522 

Is there any other way to post data to salesforce from third party tool other than sites

Third party tool will send response  to url which we provide.It is asking to provide secure end point url.How can i create secure endpoint url in salesforce?
Vinit_KumarVinit_Kumar
You need to create a Rest API webservice class in salesforce.Then,you can call the URI from your external application and post data into salesforce.

Please go through my answer in below post as how you can achieve the same :-

https://developer.salesforce.com/forums/ForumsMain?id=906F0000000AWWD

If this helps,please mark it as best answer to help others :)