Connecting Klipfolio to Toggl

You can set up a connection between Klipfolio® and your Toggl data to display your time tracking metrics on a dashboard.

This article includes:

What options do I have for visualizing my Toggl data?

Create data visualizations based on pre-built options or build your own. The choice is yours!

Pre-built by Klipfolio

Take advantage of our pre-built data sources to gather the data most meaningful to you.

  • Toggl pre-built data sources: Data sources provide the foundation for Klip building, so we suggest you create a data source as a first step (before building Klips and adding them to your dashboard). Our pre-built data sources focus on the most sought-after Toggl data and are found on the Service Connectors page, available from this link or from your list of data sources. When you select a service connector from this page, the data source for that service is automatically added.

Custom-built by you

Taking the time to learn how to create your own data sources and Klips unlocks your data and enables you to control, manipulate, and transform it, leading you to unprecedented insights into your business.

  • Custom data sources: When you create a custom data source, you can either use the pre-built data source as a starting point from which to write your own query or you can write your own queries from the ground up and build a data source from scratch. You create custom-built data sources in the Service Connectors page, accessible from this link or from your list of data sources.
  • Custom Klips: Using our Klip Editor, you can construct and manipulate your data, including integrating multiple data sources, to produce unique, custom-built data visualizations. You create custom Klips from either your list of Klips or your Dashboard.

Regardless of whether you choose pre-built, custom-built, or a combination of both, before you can start building Klips and dashboards you need to connect to Toggl data in Klipfolio.

How do I connect to Toggl data in Klipfolio?

To connect your Toggl data to Klipfolio, you will need your API token.

To get the right data from Toggl, you use your Toggl API token in the queries provided by Klipfolio or in your own query when building data sources.

How do I find my Toggl API token?

To find your Toggl API token:

  1. Log in to your Toggl account.
  2. At the bottom left, click your name.
  3. Click Profile settings.
  4. Scroll down to the API token header.
  5. Copy your API token.

How do I add a Toggl pre-built data source?

To add a Toggl pre-built data source:

  1. Navigate to the Service Connectors page in Klipfolio and choose Toggl from the list.
  2. Select a pre-built data source from the left section of the Choose a pre-built or custom connection page.
  3. Enter your Toggl API token, type "api_token" where indicated, and click Next Step.
  4. On the Configure your data source page, if applicable, enter your API token and select a Toggl Workspace from the drop-down list.
  5. Click Get data or, if you want to modify the pre-built data request, click Switch to Custom settings.
    Note: If you switch back to the Basic settings page after making changes in the Custom settings page, your changes will not be saved.
  6. Ensure this is the data you’re looking for. If you’re using Klips, optionally select the checkbox to Model your data. If you’re using PowerMetrics, which requires modelled data sources, you’ll automatically enter the modeller after clicking Continue. Learn more about modelling data sources.
  7. Click Continue.
  8. Name, choose refresh settings, and, optionally, share your data source.
  9. Click Save.

If you clicked Switch to Custom settings:

  1. On the Configure your data source page, modify the Query URL to get the data you want. You can use the existing information in the Query URL text box as a base. It was auto-filled based on the pre-built data source you selected on the Choose a pre-built or custom connection page.
  2. Click Get data.
  3. Ensure this is the data you’re looking for. If you’re using Klips, optionally select the checkbox to Model your data. If you’re using PowerMetrics, which requires modelled data sources, you’ll automatically enter the modeller after clicking Continue. Learn more about modelling data sources.
  4. Click Continue.
  5. Name, choose refresh settings, and, optionally, share your data source.
  6. Click Save.

How do I create a Toggl custom-built data source?

If you choose to create a custom Toggl data source, you may need to enter your Workspace ID into a specific spot in the query.

To find your Toggl Workspace ID:

  1. Navigate to the Service Connectors page in Klipfolio and choose Toggl from the list.
  2. On the Choose a pre-built or custom connection page, select Workspaces.
  3. Enter your Toggl API token.
  4. Click Get data.
  5. Copy your Workspace ID from the query results.

To create a Toggl custom-built data source:

  1. Navigate to the Service Connectors page in Klipfolio and choose Toggl from the list.
  2. On the Choose a pre-built or custom connection page, click Create a custom Toggl data source.
  3. Enter your Toggl API token.
  4. Adjust the Query URL information, as noted on the Configure your data source page, to replace any generic placeholder query information with your own.
    For example, replace <yourWorkspaceID> with your own Workspace ID.
  5. Edit the Query URL to return the data you need. Refer to the Toggl API documentation for details.
  6. Click Get data.
  7. Ensure this is the data you’re looking for. If you’re using Klips, optionally select the checkbox to Model your data. If you’re using PowerMetrics, which requires modelled data sources, you’ll automatically enter the modeller after clicking Continue. Learn more about modelling data sources.
  8. Click Continue.
  9. Name, choose refresh settings, and, optionally, share your data source.
  10. Click Save.

How do I create a Toggl custom Klip?

You create custom Klips from either your list of Klips or your Dashboard. You choose a data visualization format, for example, a pie chart, gauge, or table, and decide whether you want to use an existing data source or create a new one. In the Klip Editor, there are limitless opportunities to modify, relate, and display your data. See the following related articles for more information and get building!

More about Toggl's API and queries

Klipfolio connects to hundreds of services in the cloud that have a REST API. If you take the time to learn your service’s API to create queries for the data you want, your possibilities are endless. Here’s a quick overview video on APIs and Klipfolio:

 Klipfolio API's 101

If you need assistance using APIs, enlist a data analyst or developer.

Refer to the Toggl API documentation to discover more data requests.

See the reference table below for API related information and sample queries.

API Documentation Toggl API documentation

Authentication Method

Basic HTTP Authentication
Response Format JSON

API Limits and Notes

Toggl returns a maximum of 50 records per query. To retrieve a specific set of records, specify a date range in the query or, to retrieve more records, ensure the query uses pagination.

Date Format

Example date format:

YYYY-MM-DD

Sample Queries

To list projects in a workspace:

https://api.track.toggl.com/api/v9/workspaces/{workspace_id}/projects

To list clients in a workspace:

https://api.track.toggl.com/api/v9/workspaces/{workspace_id}/clients

Related articles

Have more questions? Submit a request