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

Fit Bit Zapier

Hi there! I am interested in creating an API for FitBit through Zapier and need the following info:

 

  1. Authorization fields (just the access token or Access token + secret?)
  2. Client ID (required) also known as Consumer Key or API Key.
  3. Client Secret (required) also known as Consumer Secret or API Secret.
  4. Authorization URL (required) where we redirect users when they attempt to connect to Zapier. We will construct and append the querystring for you.
  5. Access Token URL (required) where we POST the approval code when a user is redirected back to Zapier. Expects access_token in the response.
  6. Access Token Placement (optional) tokens placed in headers will look like Authorization: Bearer <token> and tokens in querystrings will look like ?access_token=<token>.
  7. Extra Requested Fields (optional) an advanced feature. Comma separated list of extra items to grab from a token response. access_token and refresh_token are already grabbed for you.

Thanks so much!

Rosi

Best Answer
5 REPLIES 5
  1. Depends on the request. See the OAuth 2.0 documentation.
  2. Register your app on https://dev.fitbit.com/apps to obtain
  3. You'll get this as part of my answer for #2
  4. See OAuth 2.0 documentation: authorization page
  5. See OAuth 2.0 documentation: access token request
  6. Authorization header
  7. That's up to you
Best Answer
0 Votes

I got Zapier to work with FitBit with custom data formatters

 

 See https://gist.github.com/cassus/7ba7829ff6f6882508e6d4bbf2d06534 for the parameters and the additional script I made

Best Answer

hi,

 

can u do this for me?

Best Answer

@theresa-perros wrote:

hi,

 

can u do this for me?


Hi, 

Do what? 

Best Answer
0 Votes

Hi there! I been searching for months how sync Fitbit data to Todoist. I have daily habit trackers for myself as tasks in Todoist like "drink 50oz water" "workout/be active once a day for 30min" "get 8hrs of sleep" etc.

 

I was surprised that #1 these tasks and triggers don't exist in IFTTT and Fitbit isn't on Zapier!

 

I saw your gift making Zapier to ready Fitbit data https://gist.github.com/cassus/7ba7829ff6f6882508e6d4bbf2d06534

 

I was wondering if you can develop code to check off a task in Todoist when certain goals are logged in Fitbit? Is this possible?

 

Or maybe instead of code for Zapier would be easier in IFTTT? https://platform.ifttt.com/maker/guide

I tried myself but couldn't do it 😕

Best Answer