An open API service indexing awesome lists of open source software.

https://github.com/bradbyte/sfdc-node-outbound-messages

A sample Express server that listens and parses Salesforce Outbound Messages
https://github.com/bradbyte/sfdc-node-outbound-messages

express nodejs outbound-messages salesforce sfdc

Last synced: 3 months ago
JSON representation

A sample Express server that listens and parses Salesforce Outbound Messages

Awesome Lists containing this project

README

          

# Salesforce Node Outbound Messages

Used with this example post: [How to Configure Express on NodeJS to Receive Salesforce Outbound Messages](https://www.bradbumbalough.com/2017/05/09/how-to-configure-express-on-nodejs-to-receive-salesforce-outbound-messages/)

### Usage
Install dependencies using `npm install` or `yarn`.

Fire up local server with `npm start`.

To test with Salesforce, use ngrok to expose your localhost publically.