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
thejeswar reddythejeswar reddy 

Regarding webhook api in contacts and leads

Hi,
I'm integrating salesforce CRM for our customers. As per customer requirment I would like to know wether any webhook available to get the contacts or leads when they are edited. 
GovindarajGovindaraj
Hi Thejeswar,

Not sure about webhooks but i believe 'Platform Events' will work for your requirement.

https://developer.salesforce.com/docs/atlas.en-us.platform_events.meta/platform_events/platform_events_publish.htm

Thanks,
Govindaraj.S
Adam Zuckerman 3Adam Zuckerman 3
Platform events are a good option, but require you to setup a CometD client or EMP Connector. This may or may not present a barrier for entry for you. If you're looking for a simple way to send an outbound webhook you might want to check out Declarative Webhooks (https://appexchange.salesforce.com/appxListingDetail?listingId=a0N3u00000MSv8REAT)