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

Fitbit Triggers accessible from IFTTT

ANSWERED

Hi,

I created an applet in IFTT (https://ifttt.com) using Fitbits Trigger called New weight logged
(This Trigger fires every time you log your weight in the Fitbit app or with the Aria scale).

I want to get the same notification (New weight logged) in my backend without using IFTTT. How can I do that?

Best Answer
0 Votes
1 BEST ANSWER

Accepted Solutions

Hi @GeekBit,

 

You can use the Subscriptions API to be notified when a Fitbit user logs weight. When your application receives this notification, you'll need to query the appropriate endpoint to get the new data.

Implementing Fitbit Subscription API

Use the following step to implement Subscription API:

  1. Configure a simple notification URL as described in Receiving Update Notifications.

  2. Make sure your subscriber endpoint is accessible from fitbit.com servers.

  3. Configure your subscriber endpoints as described in Configure A Subscriber.

  4. Verify your subscriber endpoint as described in Verify A Subscriber.

  5. Authenticate Fitbit users on your site as described in the OAuth authentication API.

  6. Add subscriptions as described in Add A Subscription.

I hope this helps. Let me know if you have any additional questions.

View best answer in original post

Best Answer
3 REPLIES 3

Hi @GeekBit,

 

You can use the Subscriptions API to be notified when a Fitbit user logs weight. When your application receives this notification, you'll need to query the appropriate endpoint to get the new data.

Implementing Fitbit Subscription API

Use the following step to implement Subscription API:

  1. Configure a simple notification URL as described in Receiving Update Notifications.

  2. Make sure your subscriber endpoint is accessible from fitbit.com servers.

  3. Configure your subscriber endpoints as described in Configure A Subscriber.

  4. Verify your subscriber endpoint as described in Verify A Subscriber.

  5. Authenticate Fitbit users on your site as described in the OAuth authentication API.

  6. Add subscriptions as described in Add A Subscription.

I hope this helps. Let me know if you have any additional questions.

Best Answer

Thank you for your answer!
You don't happen to know where I can find some sample code (Microsoft .NET) to start with? 

Best Answer
0 Votes

@GeekBit If you haven't done so already, I'd check out our community resources for sample code. I believe there is a .NET example there.

Best Answer
0 Votes