04-06-2020 06:22
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

04-06-2020 06:22
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Hi! I want to develop an app for my fitbit and I need the app to send me notifications if I don't reach my goal. How can I do that?
04-06-2020 15:31
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


04-06-2020 15:31
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
With great difficulty. The Fitbit API doesn't include functions to send notifications, so you'd need to do that part using some other software (eg, a native app, although there might be utilities that could do it).
You'd need to write Fitbit code to read the achievement and goal data, and pass that to your notification app.
Perhaps you could do it all in one app (possibly a web app) using the Fitbit Web API.
Gondwana Software

04-08-2020 01:25
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

04-08-2020 01:25
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Thank you!

