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

IFTTT recipes

I´d like to know if there is a possibility to add a large group in "Community- Activity Groups" and through some sort of automation grab all participants steps once a day and export it into a spreadsheet. 

This is already done with IFTTT for myself and my own data but i want to save the data from a group. Been trying to figure out the syntax, this is the one for my own data:

 

 {{Date}} ||| {{TotalSteps}} ||| {{TotalFloorsClimbed}} ||| {{TotalCaloriesBurned}} ||| {{TotalElevationGained}} ||| {{TotalElevationGainedUnit}} ||| {{TotalDistanceCovered}} ||| {{TotalDistanceCoveredUnit}} ||| {{SedentaryMinutes}} ||| {{LightlyActiveMinutes}} ||| {{FairlyActiveMinutes}} ||| {{VeryActiveMinutes}}

 

But how do I do to collect data from a specific group of friends?

 

Any other suggestions how to achieve this? Other tools, export functions/reporting capabilities I´ve missed?

 

/Per

Best Answer
0 Votes
2 REPLIES 2

What about using IFTTT to have group members log to the same Google Doc?

Best Answer
0 Votes

You won't be able to do this with IFTTT, as IFTTT doesn't have group recipes.

 

You'd need to create your own web application to use the Fitbit API and the Google Docs API. Your friends would need to authorize your application. Your application would then need to fetch each person's data and add it as you desire to your Google Spreadsheet.

Best Answer