Push Hull users to Salesforce.
- Click on the "Deploy to Heroku Button"
- Enter credentials for Hull and Salesforce
- Manually setup the Heroku Scheduler to add a task to run every 10minutes (or every hour). The task to run is :
npm run sync
Configured via Hull Dashboard.
Field settings options are
key
the key of the field in the Hull UserReport objectdefaultValue
default value to set if the value is undefinedoverwrite
if set to true, the value set on hull will always overwrite the value on Salesforce. defaults to falsetpl
use instead ofkey
for custom values built from a mustache template. (context of the template is the whole UserReport object)
npm run sync
To run the tests suite :
npm test
And in tdd mode
gulp tdd