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 02:31 PM
@asharifian can correct me if he meant this to be implemented in another way, but it’s likely available via a triggered task.
07-10-2019 03:57 PM
@dmiller I created the Task and now should I add those task in the beginning of the Pipeline (before Receive SFDC Message snap). What snap should I use to attach that Task I created earlier?
Thanks.
07-10-2019 04:10 PM
A triggered task lets you run the task from that URL, so you wouldn’t add it into the pipeline. See How to Run a Pipeline from a URL (Triggered Task) in the documentation.