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
SFDC@ErrorSFDC@Error 

Notify to Other Application

Hi All,

How can i notify to application which is in onprimise server.Lets say i have created app like middilewire to synch salesforce record to onprimise oracle.When salesforce record update ,then it will notify that application to run and sync..any solutions for it....
Marvin MichumMarvin Michum
Hi, 

Have you taken a look at the Streaming API (https://developer.salesforce.com/docs/atlas.en-us.api_streaming.meta/api_streaming/intro_stream.htm)? Seems like this is exactly what you are looking for. 

"Streaming API enables streaming of events using push technology and provides a subscription mechanism for receiving events in near real time. The Streaming API subscription mechanism supports multiple types of events, including PushTopic events, generic events, platform events, and Change Data Capture events."

Let me know if this helps, or if I can be of more help :)