02-28-2017 09:18 AM
A key feature in Salesforce is the ability to send outbound notifications upon changes to assets - such as Accounts, Contacts, Leads, etc. This can be useful for real-time integrations with external systems.
To implement this feature, as a prerequisite, you should already have a Salesforce Developer account. This can be obtained for free. Also note that only new and modified records can be sent outbound. Deletions cannot be captured.
Attached is a sample pipeline that receives an outbound message from Salesforce and sends a response back.
07-10-2019 01:38 PM
Hi All,
Looks like the Snap is no longer available.
Should we use REST GET Snap in order to integrate with Salesforce Outbound message?
What is the Snaplogic EndPoint URL for Salesforce to call?
Thanks in advance.
07-10-2019 01:46 PM
Which Snap is no longer available?
07-10-2019 01:59 PM
The one it shows in this thread. Which SNAP do we use to receive SFDC message.
Also, how can we import .slp file into our Snaplogic environment?
I tried to convert it into .zip then imported, but then I received an error said that no required JSON file.
Thanks.
07-10-2019 02:03 PM
All of the Snaps in this pipeline are core Snaps with their names changed to explain what they are doing.
The SnapLogic environment accepts the .slp file format as is. No need to zip it. Just click the Import Pipeline button (the up arrow next to the pipeline tabs) in Designer.
07-10-2019 02:12 PM
Thank you - I’m able to import the pipeline.
What is the Snaplogic Endpoint URL that I can share with Salesforce for outbound message?