Skip to content

☁︎ Node implementation of nForce to integrate with Salesforce REST API

Notifications You must be signed in to change notification settings

Gurenax/node-nforce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node nForce

Getting started

  1. Create a Connected App in salesforce to get the Consumer Key and Consumer Secret.
  2. Ensure that the Permitted Users setting indicate All users may self-authorize.
  3. Make sure you also have your salesforce username, password and security token. Reset the security token if you lost it.
  4. Provide the info in the .env file
CONSUMER_KEY = 
CONSUMER_SECRET = 
SALESFORCE_USERNAME = 
SALESFORCE_PASSWORD = 
SALESFORCE_SECURITY_TOKEN = 
  1. Run node app.js

About

  • The goal of this project is to create a basic implementation of nforce using modern javascript while utilising concepts like promises, async/await.

Reference

About

☁︎ Node implementation of nForce to integrate with Salesforce REST API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published