salesforce-obm-catcher icon indicating copy to clipboard operation
salesforce-obm-catcher copied to clipboard

Simple node.js application for catching Outbound Messages sent from Salesforce. Converts the XML to an object for your convenience.

Salesforce Outbound Message Catcher

Simple node.js application for catching Outbound Messages sent from Salesforce.

Outbound messages are sent in XML so this will catch the message and convert the XML to an object that you can easily work with to do awesome stuff.

Instructions

From the command line type:

git clone [email protected]:jeffdonthemic/salesforce-obm-catcher.git
cd salesforce-obm-catcher
npm install # install dependencies
npm start # start the server
npm test # run all tests

Modify the code in /routes/obm.js to do awesome stuff with the data from the outbound message.

Contributors