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
alexjalexj 

automatically export lead/account from salesforce to third party app with rest api

Hi
I need to automatically export lead and account (on insert or update) to a third party app, but I can't determine which solution fit perfectly my requirement.
I know there is an outbound messages function that can automatically send messages via soap and I already tested it, but the third party app is rest api only. most of use cases in API documentation talk about processing messages from our app to Salesforce, but not in the other way!

what is the best solution to do that?