Clockify is a free time tracking software that helps teams and individuals log work hours, track productivity, and manage projects. It offers features like timesheets, reports, and integrations to streamline time management.
Integrating your application with Clockify allows for efficient time tracking and management, enabling seamless synchronization of work hours, projects, and team collaboration.
Authentication
Before you begin, make sure you have the following information:
Connection Name
: Choose a meaningful name for your connection, such as "MyAppClockifyIntegration".Authentication Type
: Clockify supports the API Key authentication method.
API Key Based Authentication
Login to your Clockify account at https://clockify.me/.
Navigate to the user settings by clicking on your profile in the top-right corner.
Select "
API
" from the menu.Copy the API key displayed in your account and store it securely as it provides access to your clockify account.
Actions
Actions | Description |
| Creates a new client in Clockify |
| Creates a new project in Clockify |
| Creates a new tag in Clockify |
| Creates a new task in Clockify |
| Creates a new time entry in Clockify |
| Finds clients in Clockify |
| Finds clients in Clockify |
| Finds project by ID in Clockify |
| Finds running timer in Clockify |
| Finds tags in Clockify |
| Finds task in Clockify |
| Finds time entry in Clockify |
Triggers
Triggers | Description |
| Triggers when a new client is added to a workspace |
| Triggers when a new project is added to a workspace |
| Triggers when a new tag is added to a workspace |
| Triggers when a new task is added to a project on a specified workspace |
| Triggers when a new time entry is added |