Skip to content

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

Notifications You must be signed in to change notification settings

jeffdonthemic/salesforce-obm-catcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published