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-26-2018 11:43 PM
Hi
This example is exactly what I’m trying to do.
Have downloaded the slp - but the “Read Ack and Respond” is a file reader.
What should be in the file? Tried to go to the New Hire Training Documentation - but can’t access
Thanks
Grant
07-27-2018 08:47 AM
The New Hire Training link will be removed.
That is an internal training document.
I’ll see what information we can grab from that though, that we can post here.
07-27-2018 08:56 AM
The file needed in Read Ack and Respond:
07-29-2018 05:49 PM
Thanks - I did manage to structure the file myself, and it is responding to Salesforce successfully.
Is there a way of not using a file reader - but an XML formatter or the like? Was trying to use it - but could not get the correct format back to Salesforce.
We have an open issue at the moment where File Reader snap is timing out occasionally, so am worried that this will error occasionally.