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
priyanka.mv26priyanka.mv26 

Listening for updates with webhooks in Salesforce

Hi,

I want to listen to updates in Salesforce for records integrated with another system which updates details via webhook. 

I think it can be done using below methods, please advise if this is correct approach or is there any better way. 
  • Using site & expose REST API (if unauthorized)
  • Use standard REST API/custom REST API(both requires Salesforce access/login) 
Are the platform events appropriate to this use case? Does this require Salesforce authentication?
AbhishekAbhishek (Salesforce Developers) 
Your query is answered below,
https://salesforce.stackexchange.com/questions/156075/need-build-webhooks-in-saleforce-to-recieve-third-party-server-alerts


It might help you.