12-15-2022 13:45
12-15-2022 13:45
Hello - I am looking into an issue where one of our users is logging activity in the fitbit web portal but the activity is never recorded by our system. However, activities logged outside of the web portal are recorded by our system.
Can someone confirm if a user adding an activity via the web portal is supposed to trigger a notification to the webhook for the subscription?
Answered! Go to the Best Answer.
12-16-2022 11:00
12-16-2022 11:00
OH! I vaguely remember there were two ways to add activities through Fitbit.com, and one might not have triggered a notification. I couldn't find the information on it right now, but I believe it is something like
Would you double-check with your user how they are manually entering activities?
12-15-2022 14:00
12-15-2022 14:00
Hi @JaredMFP
Yes, if the user added, updated or deleted data in the Fitbit web portal, this should trigger a webhook notification for your application. To start troubleshooting this problem, try the following
12-16-2022 09:16
12-16-2022 09:16
@Gordon-C Thanks for the reply / troubleshooting steps.
I went through all 4 steps and everything seems correct.
The user has a subscription to our service in their list, the subscriber endpoint is configured correctly in the dev dashboard, the user id for their account is the same one we have in our system, and they have authorized to share data with our application.
Any other tips would be appreciated! Thank you!
12-16-2022 11:00
12-16-2022 11:00
OH! I vaguely remember there were two ways to add activities through Fitbit.com, and one might not have triggered a notification. I couldn't find the information on it right now, but I believe it is something like
Would you double-check with your user how they are manually entering activities?
12-19-2022 08:00
12-19-2022 08:00
@Gordon-C - That is good to know! Will document that on my side for future reference.
I have confirmed that the user is logging activities via the "common activities" section.
To confirm: Using one of the blue tiles (The farthest left one for "Walk" was what the user entered), a webhook should be sent?
12-21-2022 08:20
12-21-2022 08:20
@Gordon-C - Just wanted to follow up on this to see if you had any other thoughts on this?
12-27-2022 11:59
12-27-2022 11:59
Hi @JaredMFP
Yes, activities logged using the blue boxes will also send a webhook.
Gordon