Taskee integrations
Taskee connects to the rest of your stack in two ways: an open REST API that reaches everything the web app reaches, and CSV export for reports. This page lists what is available today, how to set each one up, and what is not there yet.
Available today
Taskee REST API
140 endpoints covering projects, tasks, comments, reported hours, reports and users. Header-token authentication, published OpenAPI 3.0 specification. Read more about the Taskee API
CSV report export
Download project, people and short time reports as CSV files, from the app or through the API. Read more about report export
Connect anything else through the API
Taskee does not ship a native connector for every tool, and we would rather say so than imply otherwise. What the API gives you is a documented way to build the link yourself: read and write tasks, move them between statuses, pull tracked hours, and read reports. The full specification is published as OpenAPI 3.0, so a client can be generated for most languages without writing a request by hand.
Frequently asked questions
Yes. Taskee ships a REST API with 140 endpoints and a published OpenAPI 3.0 specification. It covers projects, tasks, checklists, comments, tags, reported hours, reports, users and roles. Requests are authenticated with a token sent in the Authorization header.
Not with a native connector. Slack notifications are not part of the product today. Teams that need them build the bridge on the Taskee API, which exposes task and comment data the same way the web app reads it.
No native connector today. Projects, tasks and statuses are all reachable through the REST API, so a one-way or two-way sync can be scripted against it.
Yes, as CSV. The project report, the report by people and the short user report can each be downloaded as a CSV file for the date range you select, and the same three reports can be pulled through the API. CSV opens directly in Excel and Google Sheets.
Not today. Changes are read through the API, so a job on your side polls the endpoints it cares about instead of receiving a callback.
Need a specific integration?
If the connection your team needs is not on this page, tell us what it should do and which tool it should talk to. Write to hello@taskee.pro — it helps us decide what to build next, and in many cases the API already covers it.
