This is the Salesforce service, a repository which deals with the Salesforce integration of the CoderDojo Zen Community Platform project.
For installation instructions, please see the cp-local-development repository.
General documentation is in the community-platform repository.
Ensure configuration file for the running environment exists and has the correct options. Default environment is development, options read from config/config.js
- environment overrides in config/<environment>.env
.
SALESFORCE_URL - url
SALESFORCE_USERNAME - username
SALESFORCE_PASSWORD - password
Start Server:
./start.sh development ./service.js
SalesForce Leads are documented here. The full REST documentation may also be of use: http://www.salesforce.com/us/developer/docs/api_rest/api_rest.pdf.
You'll need to be set up with an account on the CoderDojo Salesforce sandbox. Please get in touch with our Technical Lead for guidance!