- Home
- Resources
- Integrations
- Clockodo
Clockodo Make integrationAutomate Clockodo with Make.
Can Make keep your Clockodo customers, projects and entries in step with the rest of your tools? The Clockodo Make integration gives you 25 modules: 2 triggers, 15 actions and 8 searches. This page shows what they do, how to connect your account and how to build a first working scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Clockodo Make integration automate?
The Clockodo Make integration links your Clockodo account to Make, a no-code tool where you build a scenario: an automation made of modules, each one a single brick such as a trigger, an action or a search. Clockodo can start a scenario, receive data from other apps, or hand its records to them.
A project for every new customer. Watch new Customers spots a customer added in Clockodo, and Create a project opens the matching project right away, so nobody books hours against a missing project.
Entries that follow your other tools. Watch Entry fires as soon as an entry changes. From there, Get project and Get user fetch the context, and the next module in another app receives a clean record instead of a bare ID.
Reports without copy and paste. List entries, List entry groups and List services pull the records you need, one bundle (one item passed to the next module) at a time, ready for a spreadsheet or a message.
One honest limit: Make's own documentation for Clockodo is marked as limited, because little public information exists about the app. The module list is complete, but field details are thin, so test each module with real data first. For anything the listed modules skip, Make an API Call reaches the Clockodo API with the same connection. The same kind of flow can often be built in n8n too; the n8n vs Make comparison lays out the criteria. To go further, see Make training or, when a run fails, Make troubleshooting.
How do you connect Clockodo to Make?
- 01
Add a Clockodo module
Open a scenario, click the + and search for Clockodo. Pick any module, then click Create a connection. A connection is your Clockodo account linked to Make once and reused by every Clockodo module.
- 02
Name the connection
Give the connection a name you will recognize later, such as the account or team it belongs to. This step is optional, but it helps a lot once several people share the same Make organization.
- 03
Authorize and save
Make either opens the Clockodo authorization page or asks for the key Clockodo gives you. Follow the screen you get, then click Save. The module can now read your Clockodo data.
Your first scenario: a Clockodo project for each new customer
GoalWhen a new customer appears in Clockodo, Make creates a project for that customer.
- 01
Create the scenario
On the Scenarios page, create a new scenario and click the big + in the middle of the editor. That opens the list of apps you can use as the first module.
- 02
Add the trigger
Search for Clockodo, pick Watch new Customers and click Create a connection if you have none yet. This module starts the scenario whenever it finds a new customer.
- 03
Add the project action
Click the + on the right of the trigger and choose Create a project. Map the customer coming from the trigger into the module, so the new project is attached to the right customer.
- 04
Test with Run once
Add a test customer in Clockodo, then click Run once. Read the bundles each module received, then check that the project exists in Clockodo.
- 05
Schedule and switch on
Click the clock on the first module to set the schedule, every 15 minutes by default, then switch the scenario on. Each module run on one bundle counts as one operation on your plan.
Which Clockodo events can start a scenario?
2 modules start a scenario when something happens in Clockodo. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by Clockodo as soon as it happens.
Watch Entry
Instant triggerIn Make“Watches Entry updates”
Watch Entry starts your scenario the moment an entry is updated in Clockodo, so any follow-up (a message, a sheet row, a billing check) happens without anyone pressing a button.
Watch new Customers
triggerIn the docs onlyWatch new Customers hands your scenario each customer added in Clockodo since the last check, which makes it the natural starting point for onboarding flows built around a client.
What else can Make do in Clockodo?
Clockodo gives you 23 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Modules index
- Create a customer
- Create a project
- Delete a project
- Delete Customer
- Edit project
- Get a customer
- Get entry
- Get lumpsum service
- Get project
- Get running clock
- Get user
- Make an API Call
- Update Customer
- Update entry
- List customer
- List entries
- List entries texts
- List entry groups
- List lumpsum services
- List projects
- List services
- List users
- Get project v4
Create a customer
ActionIn Make“Creates a new customer.”
Create a customer adds a new client to Clockodo from data that lives elsewhere, so your team can start tracking hours for them without retyping anything.
Create a project
ActionIn Make“Creates a new project.”
Create a project opens a project in Clockodo from your scenario, which saves someone from setting it up by hand every time work is sold.
Delete a project
ActionIn Make“Deletes a project by id.”
Delete a project removes a Clockodo project by its ID. Your project list stays tidy when work gets cancelled upstream.
Delete Customer
ActionIn Make“Deletes a customer by id.”
Delete Customer erases a Clockodo customer by ID, useful when your client database is cleaned in another system and Clockodo should match it.
Edit project
ActionIn Make“Edit the project by id.”
Edit project changes an existing Clockodo project found by its ID, so project details stay aligned with what your sales or planning tool says.
Get a customer
ActionIn Make“gets a customer by id.”
Get a customer returns the full record of one Clockodo customer from its ID, turning a bare number coming from an entry or project into readable details.
Get entry
ActionIn Make“Get specific entry by id.”
Get entry fetches one specific Clockodo entry by its ID, giving the next modules the complete record instead of a partial reference.
Get lumpsum service
ActionIn Make“Get a specific lumpsumservices by id.”
Get lumpsum service reads one lump sum service from Clockodo by its ID, so a billing flow can pick up its details without a manual lookup.
Get project
ActionIn Make“Get a specific project by an given id.”
Get project returns a single Clockodo project from its ID, which adds the project context to anything else your scenario sends out.
Get running clock
ActionIn Make“Retrieve the current running entry.”
Get running clock tells your scenario which entry is currently running in Clockodo, so you can react to live work instead of finished entries only.
Get user
ActionIn Make“Get a specific user by id.”
Get user loads one Clockodo user by ID, turning the user reference found on an entry into a name and details other tools understand.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
Make an API Call sends any request to the Clockodo API with the connection you already set up, covering what the other listed modules leave out.
Update Customer
ActionIn Make“Update a specific customer.”
Update Customer rewrites the details of an existing Clockodo customer, so a change made in your CRM does not leave an outdated record in time tracking.
Update entry
ActionIn Make“Update a specific entry by id.”
Update entry corrects a specific Clockodo entry by ID from inside a scenario, which saves someone from fixing records one by one in the app.
List customer
SearchIn Make“List all customers.”
List customer returns every Clockodo customer, one bundle each, so later modules can process them one after another or check whether a client exists.
List entries
SearchIn Make“List all entries by given criterion.”
List entries pulls the Clockodo entries that match the criteria you set, giving you the raw material for a timesheet export or a billing check.
List entries texts
SearchIn Make“List all entries by given criterion.”
List entries texts returns the texts attached to Clockodo entries matching your criteria, handy when the descriptions matter more than the hours.
List entry groups
SearchIn Make“List entrygroups for reportings.”
List entry groups is the module Make describes as built for reporting: expect your entries grouped rather than one long list of lines.
List lumpsum services
SearchIn Make“List all lumpsumservice.”
List lumpsum services returns all the lump sum services defined in Clockodo, which gives you a quick way to find their IDs or sync them into a catalog.
List projects
SearchIn Make“List all projects.”
List projects returns every Clockodo project as separate bundles, a good base for syncing projects to a planning tool or looking one up by name.
List services
SearchIn Make“Lists all services.”
List services brings back all the services set up in Clockodo, the kinds of work people book their hours against, so other tools can reuse the same list.
List users
SearchIn Make“List all user.”
List users returns every user of your Clockodo account, one bundle each, so you can match people across tools or check who has access.
Get project v4
ActionIn the docs onlyGet project v4 is a second way to read one Clockodo project, listed by Make without any official description, which is why it deserves a quick test before use.
Need help automating Clockodo with Make?
A person reads every message.