- Home
- Resources
- Integrations
- Clockify
Clockify Make integrationAutomate Clockify with Make.
What if your timesheets filled themselves in while your team kept working? The Clockify Make integration gives you 36 modules, including 6 instant triggers and 22 actions. This guide shows ops leads and agency owners how to connect the account and ship a first working scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Clockify Make integration do for you?
The Clockify Make integration links your Clockify account to Make, a no-code tool where you build a scenario: an automation made of modules, each one a single brick that watches, searches or acts. Clockify can call Make the moment a timer starts, a client appears or an entry changes, and Make can write time, projects and tasks back.
A client file that builds itself. Your sales tool closes a deal, and Make runs Add a Client, then Add a Project, then Add a Task. The account manager opens Clockify and the structure is already there, ready for the first timer.
Hours that land where finance reads them. Get a Detailed Report or Get a Summary Report pulls the numbers out of Clockify once a project wraps up, and the next module sends them to the sheet, CRM or invoicing tool your team already uses.
A timer that follows the real work. Watch Timers reacts when someone starts or stops the clock. Pair it with a message to a team channel, or use Stop a Time Entry when a ticket is closed elsewhere so nobody logs a phantom evening.
What Make does not do: the listed modules cover entries, projects, tasks, clients, tags, workspaces, reports and groups. For anything else, the Make an API Call module reaches the rest of the Clockify API, and the Clockify API documentation lists which endpoints exist. Clockify also has an n8n node, covered on the Clockify n8n integration page, and the n8n vs Make comparison helps you pick. New to the editor? The Make training starts from zero.
How do you connect Clockify to Make?
- 01
Generate your API key in Clockify
Log in to Clockify, click your Profile icon in the upper right corner, then Profile Settings. Scroll down to the API section, click Generate and copy the key. This key is what lets Make act on your account.
- 02
Add a Clockify module in Make
In your scenario, add any Clockify module and click Create a connection. A connection is your Clockify account linked to Make once, then reused by every Clockify module. With an instant module, click Create a webhook first, then Create a connection.
- 03
Paste the key and save
Give the connection a name in Connection name if you like (handy when you manage several workspaces). Paste the key into the API Key field and click Save. Make can now list your Clockify data in every field.
Your first scenario: a starter task on every new project
GoalWhen a project is created in Clockify, Make adds a first task to it so the team can start tracking right away.
- 01
Create the scenario
Open the Scenarios page in Make, create a new scenario and click the big + in the middle of the canvas. That circle becomes your first module.
- 02
Set up Watch Projects
Search for Clockify, pick Watch Projects, then click Create a webhook and attach your Clockify connection. Clockify will now tell Make about each project you create.
- 03
Add the task module
Click the + on the right of the trigger and choose Add a Task. Map the project coming from Watch Projects, then type the task name, for example Kickoff. Make lists the values it can read, no need to remember any ID.
- 04
Test with Run once
Click Run once, then create a test project in Clockify. Each module shows the bundles it received: a bundle is one item passing from module to module, here one project. Check that the task appeared in Clockify.
- 05
Switch it on
Turn the scenario on. Because Watch Projects is instant, the scenario starts whenever Clockify calls Make. Each module run on a bundle counts as one operation, the unit Make tracks on your plan.
Which Clockify events can start a scenario?
6 modules start a scenario when something happens in Clockify. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by Clockify as soon as it happens.
Watch Time Entries
Instant triggerIn Make“Triggers when a time entry is created, updated or deleted.”
This trigger catches every move on a time entry: one gets created, edited or deleted, and your scenario starts with that entry in hand. It is the broadest watcher of the set.
Watch Projects
Instant triggerIn Make“Triggers when a project is created.”
Watch Projects wakes your scenario each time someone creates a project in Clockify. You get the new project as a bundle, ready to feed a task, a folder or a message.
Watch Tasks
Instant triggerIn Make“Triggers when a task is created.”
Here the signal is a brand new task inside a project. The scenario receives that task and can pass it on to whoever needs to know it exists.
Watch Clients
Instant triggerIn Make“Triggers when a client is created.”
A new client record in Clockify is enough to start this one. The scenario gets the client and can build everything that usually follows a signature.
Watch Tags
Instant triggerIn Make“Triggers when a tag is created.”
Tags are how many teams sort billable work, overtime or campaigns in Clockify. This trigger starts a run whenever a new tag is added to the workspace.
Watch Timers
Instant triggerIn Make“Triggers when a timer is started or stopped.”
Watch Timers follows the stopwatch itself: it starts a run when someone launches a timer and again when they stop it. Of the six triggers, this one sits closest to live work.
What can Make do in Clockify?
Clockify gives you 30 modules in 9 groups. For each one: what it does for you, when to reach for it, and what to watch out for.
Modules index
Time Entry
6 modulesFind Time Entries
SearchIn Make“Finds time entries for a specified user in a workspace.”
Pulls the time entries of one user in a workspace, so the scenario can loop over them one bundle at a time.
Get a Time Entry
ActionIn Make“Gets the details of a time entry in a workspace.”
Reads a single time entry in full when you already know which one you want. Think of it as opening the entry card rather than searching the whole list.
Run/Add a Time Entry
ActionIn Make“Runs or adds a new time entry to a workspace.”
Two jobs in one module: it can start a running timer or record a block of time that already happened. Either way, the hours end up in the workspace you pick.
Update a Time Entry
ActionIn Make“Updates a time entry in a workspace.”
Changes an entry that already exists instead of creating a second one. Useful to fix what people logged, or to enrich it with data from another tool.
Stop a Time Entry
ActionIn Make“Stops currently running time entry in a workspace.”
Stops the timer that is currently running in a workspace, exactly like pressing the stop button in Clockify, but triggered by an event elsewhere.
Delete a Time Entry
ActionIn Make“Deletes a time entry from a workspace.”
Removes a time entry from the workspace. Use it with care and treat the deletion as final.
Project
5 modulesFind Projects
SearchIn Make“Finds projects by name in a workspace.”
Looks up projects by name in a workspace and returns what matches. It turns a readable name, such as a client name, into the project Make can work with.
List Project Custom Fields
SearchIn Make“Retrieves a list of a project's custom fields.”
Returns the custom fields attached to one project. If your team uses custom fields in Clockify to hold extra info, this is how Make reads them.
Get a Project
ActionIn Make“Retrieves an existing project.”
Fetches one existing project with its details, when the scenario already knows which project it is dealing with.
Add a Project
ActionIn Make“Adds a new project to a workspace.”
Creates a new project in the workspace you choose, so time can be logged against it straight away.
Delete a Project
ActionIn Make“Deletes a project from a workspace.”
Removes a project from a workspace. Among all Clockify modules, this one deserves the most caution, since the project and its place in your reports go with it.
Task
3 modulesAdd a Task
ActionIn Make“Adds a new task to a project.”
Adds a task inside a project, the level where people pick what they are tracking time on.
Update a Task
ActionIn Make“Updates an existing task.”
Edits a task that already exists, so Clockify reflects what changed in the tool where the work is actually planned.
Find Tasks
SearchIn Make“Finds tasks by name in a project.”
Searches a project for tasks by name and hands back the matches as separate bundles.
Client
3 modulesFind Clients
SearchIn Make“Finds clients by their name in a workspace.”
Looks for clients by name in a workspace. It is the bridge between the company name in your CRM and the client record in Clockify.
Add a Client
ActionIn Make“Adds a new client to a workspace.”
Creates a client in the workspace, the record your projects hang under in Clockify.
Delete a Client
ActionIn Make“Deletes an existing client.”
Deletes an existing client from Clockify. It is the counterpart of Add a Client, meant for cleanup rather than daily work.
Tag
2 modulesFind Tags
SearchIn Make“Finds tags by name in a workspace.”
Searches the workspace for tags by name and returns the ones that match, so the scenario can attach the right label to an entry.
Add a Tag
ActionIn Make“Adds a new tag to a workspace.”
Creates a new tag in the workspace, ready to be used on time entries by people or by your scenario.
Workspace
2 modulesFind Workspaces
SearchIn Make“Finds workspaces for a currently logged-in user.”
Lists the workspaces the connected user can access. Most other Clockify modules ask for a workspace, and this is how the scenario picks one dynamically.
Add a Workspace
ActionIn Make“Adds a new workspace.”
Creates a new Clockify workspace, the top-level space that holds projects, clients, tags and time entries.
Reports
4 modulesGet a Summary Report
ActionIn Make“Retrieves a summary report.”
Pulls a summary report out of Clockify, the totals view rather than every line, and hands it to the next module.
Get a Detailed Report
ActionIn Make“Retrieves a detailed report.”
Retrieves a detailed report, the line-by-line version for when a total is not enough and someone wants to see each entry.
Get a Weekly Report
ActionIn Make“Retrieves a weekly report.”
Returns the weekly report, the view that lays time out across the days of a week, straight into your scenario.
Get an Expense Report
ActionIn Make“Retrieves an expense report.”
Fetches the expense report from Clockify, so costs logged next to hours can travel to the tool that pays or bills them.
Groups
4 modulesAdd a Group
ActionIn the docs onlyAdds a group to Clockify. Make publishes no description for this module, so its name is the only clue to what it does, and this page will not guess the rest.
Update a Group
ActionIn the docs onlyUpdates a group that already exists in Clockify. Like Add a Group, it comes without an official description, so what it can change is something you discover in the editor, not here.
List Groups
SearchIn Make“Retrieves a list of groups.”
Retrieves the groups of your Clockify account, each one as its own bundle the next modules can read.
Delete a Group
ActionIn the docs onlyDeletes a group from Clockify. It has no official description either, so take the name as the whole promise and treat the removal as final.
Other
1 moduleMake an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
The escape hatch: it calls any endpoint of the Clockify API using the connection you already set up, so there is no second login to manage.
Need help automating Clockify with Make?
A person reads every message.