Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Integrate with Salesforce.com

Hi Team,

    Please let me know how can we integerate fitbit with salesforce..

 

   Use case need to be implemnted.

 

   Use case 1 : 

             When there is any update in the Fitbit data we need to update the corresponding object in salesforce. and how can we handle  the same for n users

 

    Use case 2: How to download n user fitbit data to the excel sheet and upload the same to salesforce.

                        Is there any other way we fecth the fitbit data and upload into salesforce. A tool which can automate this process.

 

Thanks

Ashok

 

 

   

Best Answer
0 Votes
2 REPLIES 2

Hi Ashok,

 

Fitbit has a standard OAuth 1.0a REST-style resource API that allows you to retrieve a user's data with their permission. You can download the desired data from Fitbit and transform it as you need for Salesforce. The methods to retrieve the data are listed at https://wiki.fitbit.com/display/API/Fitbit+Resource+Access+API

 

The Fitbit Subscriptions API allows your application to be notified of changes in a user's resource collection so that it knows to go download the new data. More information is at https://wiki.fitbit.com/display/API/Fitbit+Subscriptions+API .

 

 

Best Answer

Hi,

 

   Please let me know how can we download the data of n user.

 

I have written rest call in salesforce which can pull only one user's data and its working.. this will leave data inconsistence  in the salesfore because user may refresh the data or he may not refresh the data in the salesforce.

 

Lets assume this use case:

 

   As System admin i need to pulll down the fitbit data of n user and uplaod the data to the salesforce. can this be implemented. 

 

Any idea how can we craete end point for   the salesforce for the subscription.

 

Thanks

Ashok

 

 

Best Answer
0 Votes