For the productivity nerds out there, I’ve just made public a plugin with a handful of basic calls:
- Start the timer
- Get current running timer
- Get / Create projects
- Get / Create clients
…
Get it in the marketplace.
About Toggl Track
Toggl Track is a cross-platform time tracking application with native apps with fantastic integrations.
Toggl Track: Time Tracking Software for Any Workflow
4 Likes
New version: added a call that allows you to retrieve the total in seconds for a project.
1 Like
New minor version, I finally figured out how to do a search for all time entries for a project. I have to say, Toggl’s API is the most inconsistent and irritating thing I’ve ever worked with. And I worked with Quickbooks’s API.
1 Like
Hello Fellow Time-tracking Nerds,
I published a new minor version. It adds the ability to stop a time entry.
Not to self: time_entry_id is NOT the project id. Don’t be like me and keep trying with the wrong id. Best to get the time_entry_id with the Time Entry - current details call.
2 Likes
Hey there,
I’m curious as to how exactly you are using the plugin. Like how did you integrate it in your current apps.
1 Like
this looks incredibly cool.
I want to build my own app, on top of toggl.
My app would have its own userbase, so I would do authorizaiton, authentication on my side.
Do you think I can programatically create API for them on Toggl ?
And then create my own frontend, since my use case is a bit different.
It should work. Take a look at the API docs for invitations. That’s the only way I found to add a user to your organization.
An alternative would be to allow the users to bring their own account and just use auth the user’s Toggl account with their auth API.
oh very interesting! I want a seamless experience so cannot have them bring their own Keys.
So if I have 100 users . Would I add those 100 users to same organization and workspace?
At the end of the day, those people would have nothing to do with each other.
I would imagine, every use will create atleast 25 projects so it would be 2500 projects.
Does this make sense to do it in 1 Organization or 1 Workspace
p.s end goal for my idea is to have a seperate startup product where I charge people subscription. I don’t have time to build backend myself so want to avoid it initially.