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.
Best Answer
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
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?
Best Answer
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
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
@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!
Best Answer
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
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?
Best Answer@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?
Best Answer
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
Hi @JaredMFP
Yes, activities logged using the blue boxes will also send a webhook.
Gordon