Home Integration Jive and Salesforce Integration

Jive and Salesforce Integration

The Jive tile should retrieve some JSON data from a Salesforce using custom web service.

Please find below a couple of links with useful information.

(1) Jive developer signup – it’s free
https://developers.jivesoftware.com/

(2) Introduction to tiles:
https://community.jivesoftware.com/community/developer/blog/2013/11/01/integrations-your-way-introducing-the-jive-sdk

(3) GitHub documentation and SDK code:
https://github.com/jivesoftware/jive-sdk

(4) The root of the Salesforce example is here:
https://github.com/jivesoftware/jive-sdk/tree/master/jive-sdk-service/generator/examples/sfdc

(5) The Salesforce example bundled in the SDK includes code which queries salesforce:
https://github.com/jivesoftware/jive-sdk/blob/master/jive-sdk-service/generator/examples/sfdc/services/sfdc/backend/routes/oauth/sfdcQueryer.js

(6) It delegates down to useful utilities that do the actual querying for you, using access tokens:
https://github.com/jivesoftware/jive-sdk/blob/master/jive-sdk-service/generator/examples/sfdc/services/sfdc/backend/sfdc_helpers.js

(7) The tile needs a tiny backend, which I suggest should be on Heroku because it’s cheap and fully integrates with Salesforce:
https://community.jivesoftware.com/community/developer/blog/2013/12/21/from-zero-to-cloud-service-in-20-minutes-using-the-jive-sdk

You may also like

Leave a Comment