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
- Host: GitHub
- URL: https://github.com/bradbyte/sfdc-node-outbound-messages
- Owner: bradbyte
- Created: 2017-05-09T17:49:22.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-09T19:24:51.000Z (about 9 years ago)
- Last Synced: 2025-01-30T14:35:20.550Z (over 1 year ago)
- Topics: express, nodejs, outbound-messages, salesforce, sfdc
- Language: JavaScript
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.