Salesforce Outbound Message

  • Outbound Message is a notification() SOAP API call.
  • A single SOAP message can include upto 100 notifications.
  • It will try to resend till it gets successful acknowledgement for 24 hour old failures.
  • It expects following in the response:

  • To test visit "putsreq.com"
  • Create a workflow rule on Account object and select outbound message
  • Give url from putsreq.com as endpoint url.
  • Select the fields to be synced.
  • Activate the workflow rule.
  • Check status in Monitor ==> Outbound messages
  • Ensure that receiving endpoint sends proper response to SF as outlined above. Otherwise SF will keep on doing retry for messages failed in 24 hours. In response builder on putsreq.com have the response as mentioned above.




Setup VSCode with Salesforce

Step by Step guide to setup VSCode with Salesforce Install vscode Install Salesforce CLI (developer.salesforce.com/tools/sfdxcli) Perform fo...