cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Salesforce Outbound Message Notification

asharifian
Employee
Employee

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.

1d44904ffa65e406a207691426591fffaec4dfa5.jpg

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.

Outbound Message Integration_2017_02_28.slp (6.5 KB)

12 REPLIES 12

grant_booker
New Contributor II

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

dmiller
Admin Admin
Admin

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.


Diane Miller
Community Manager

dmiller
Admin Admin
Admin

The file needed in Read Ack and Respond:

  • The acknowledgement will be an XML file indicating that an acknowledgement has been made. After doing some research in Salesforce forums and viewing the Salesforce acknowledgement WSDL (found here), the XML file should look like the following:

37%20AM


Diane Miller
Community Manager

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.