Toggl Configuration - sitMCella/toggl-trello-kpi GitHub Wiki

Toggl Track is a time tracking application that allows you to track your daily activities across different platforms.

The Toggl Trello KPI application has an integration with Toggl Track for retrieving the Toggl entries.

Create a Toggl Track Workspace

Create a Toggl Workspace in Toggl Track.

Create Entries in Toggl Track

Create the Toggl entries in the Toggl Track Workspace. The current version of the Toggl Trello KPI application does not make use of the Toggl Track tasks.

Configure the application

The file configuration/settings.yml contains the application configurations.

Configure the Toggl API Token

The Toggl API Token can be retrieved from the user profile settings in Toggl.

Add the Toggl API Token to the property "TOGGL_API_TOKEN" in configuration/settings.yml.

Run the following curl command for testing purposes. The command retrieves the user workspaces in Toggl.

curl -v -u {Toggl_API_Token}:api_token -H "accept: application/json" -X GET https://api.track.toggl.com/api/v8/workspaces | jq '.'