- Home
- Resources
- Integrations
- Timeular
Timeular Make integrationAutomate Timeular with Make.
Your hours can log themselves while you work. The Timeular Make integration gives you 25 modules: 3 triggers, 18 actions and 4 searches. This guide is for anyone who tracks time in Timeular and wants it to talk to other tools, with a first scenario built step by step.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Timeular Make integration do for you?
The Timeular Make integration links your Timeular account to Make, a visual tool where you build a scenario: a chain of modules that runs on its own. Each module is one brick, like a trigger that notices a new time entry or an action that starts a tracking. No code, only blocks you click together.
Hours that land where they are billed. Watch Time Entries picks up every new entry, and the next module can copy it into a spreadsheet or an invoicing app. The team stops retyping timesheets.
Tracking that follows your work. When a task moves in another tool, List Activities finds the right Timeular activity and Start a Tracking launches the clock. Stop a Tracking closes it when the task is done.
A clean activity list. Create an Activity, Update an Activity and Archive an Activity keep Timeular aligned with the projects you manage elsewhere, and Create a Tag or Create a Mention adds the labels your reports rely on.
Make marks its documentation for this app as limited. Expect fewer explanations than for bigger apps, and test each module before you rely on it. When a module is missing, Make an API Call reaches the rest of the Timeular API with the same connection. The Make review tells you what to expect from the platform, and Make pricing explains how operations are counted. Many apps also exist on n8n; the n8n vs Make comparison lays out both tools side by side.
How do you connect Timeular to Make?
- 01
Add a Timeular module
In your scenario, click the +, type Timeular and pick any module. Make then asks for a connection, which is simply your Timeular account linked to Make once. Click Create a connection.
- 02
Name the connection
Give it a name you will recognize later, such as your work account. This step is optional, but it helps when several people or several Timeular accounts share the same Make organization.
- 03
Authorize and save
Approve access on the Timeular page that opens, or paste the key Timeular gives you if Make asks for one. Click Save. Every Timeular module in your scenarios can now reuse this connection.
Build your first Timeular scenario in Make
GoalWhen a task starts in another app, Make finds the matching Timeular activity and starts tracking it.
- 01
Create the scenario
Open the Scenarios page, create a new scenario and click the +. The first module comes from the tool where your tasks start, for example your project board or your form app.
- 02
Add List Activities
Click the + on the right of that first module, search Timeular and pick List Activities. Create the connection. This search returns your activities as bundles, one item per activity.
- 03
Add Start a Tracking
Add Start a Tracking next. Map the activity found by the previous module into it, so the clock runs on the right project. Make shows the data it can reuse once the connection works.
- 04
Test with Run once
Click Run once, then trigger a real task in your other app. Open each module's bubble to read the bundles it received and check that Timeular shows a running tracking.
- 05
Schedule and switch on
Set the schedule on the first module. A new scenario runs every 15 minutes by default, and 15 minutes is also the shortest gap on the Free plan. Switch the scenario on and let it work.
What starts a Timeular scenario
3 modules start a scenario when something happens in Timeular. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by Timeular as soon as it happens.
Watch for Time Entry Events
Instant triggerIn Make“Triggers when an event given in its type parameter occurs.”
This trigger wakes your scenario whenever something happens to a time entry, and you choose which event through its type setting. It suits flows that must react to changes, not just to new entries.
Watch for Tracking Events
Instant triggerIn Make“Triggers when an event given in its type parameter occurs.”
Here the scenario reacts to the live timer rather than to saved entries, and the event type you select decides which tracking event wakes it. It links the timer people actually use to the rest of your tools.
Watch Time Entries
Scheduled triggerIn Make“Triggers when a new time entry is created.”
Watch Time Entries brings every newly created time entry into your scenario as a bundle, one entry per bundle, ready to be copied or reported elsewhere. It is the simplest way to start, since it needs no event choice.
Everything Timeular can do in Make
Timeular gives you 22 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Modules index
- Archive an Activity
- Create a Mention
- Create an Activity
- Create a Tag
- Create a Time Entry
- Delete a Mention
- Delete a Tag
- Delete a Time Entry
- Get a Time Entry
- Make an API Call
- Show Current Tracking
- Start a Tracking
- Stop a Tracking
- Update a Mention
- Update an Activity
- Update a Tag
- Update a Time Entry
- Update a Tracking
- List Activities
- List Mentions
- List Tags
- Search Time Entries
Archive an Activity
ActionIn Make“Archives an activity. It does not affect existing time entries and this activity will still be available in analytics.”
Archiving hides an activity from daily use while keeping its history: past time entries stay untouched and the activity still shows in analytics. That makes it the safe way to retire a project.
Create a Mention
ActionIn Make“Creates a mention within the given space and scope (timeular is default).”
You get a new mention in a Timeular space, a label your team can pick when it describes its time. The scope defaults to Timeular unless you set another one.
Create an Activity
ActionIn Make“Creates a new activity. It should have a name, a space and a color.”
This module adds a fresh activity to Timeular, the thing your team tracks time against. Each one needs a name, a space and a color, which you can map from the previous module.
Create a Tag
ActionIn Make“Creates a tag within the given space and scope (timeular is default).”
A new tag appears inside the space you choose, giving your entries one more label for filtering reports. The scope is Timeular by default.
Create a Time Entry
ActionIn Make“Creates a new time entry. The time entry will be created even if it overlaps with other time entries – in result existing time entries will be split or deleted in such manner, that new one will fit without overlapping.”
Creating a time entry writes hours into Timeular without anyone touching the timer, for work logged elsewhere such as a meeting in your calendar.
Delete a Mention
ActionIn Make“Deletes the given mention.”
Removing a mention cleans up labels that no longer mean anything, such as a client you stopped working with. It works on one mention at a time, identified by the previous module.
Delete a Tag
ActionIn Make“Deletes the given tag.”
Delete a Tag removes one tag from your Timeular setup for good, which keeps the tag list short and readable for people picking one.
Delete a Time Entry
ActionIn Make“Deletes a time entry.”
This action erases one time entry from Timeular. It is useful when entries are generated automatically and some of them turn out to be wrong.
Get a Time Entry
ActionIn Make“Finds a time entry by its ID.”
Give it the ID of an entry and Get a Time Entry returns that one entry with its details, ready for the next module to read.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
When none of the listed modules covers your need, Make an API Call lets you reach any endpoint of the Timeular API, reusing the connection you already created.
Show Current Tracking
ActionIn Make“Shows current tracking.”
Show Current Tracking tells your scenario what is running right now in Timeular, if anything, so the next modules can decide what to do.
Start a Tracking
ActionIn Make“Starts a new tracking.”
This action starts the Timeular timer on an activity, so time starts counting without anyone clicking anything.
Stop a Tracking
ActionIn Make“Stops the current tracking.”
Stop a Tracking ends whatever tracking is currently running, so the time turns into a finished entry you can report on.
Update a Mention
ActionIn Make“Creates new mention label.”
Updating a mention gives it a new label while keeping the same mention, so you rename it instead of creating a second one.
Update an Activity
ActionIn Make“Updates the name and color of the activity.”
With this module you change the name and color of an existing activity, while its tracked hours stay where they are.
Update a Tag
ActionIn Make“Creates a new label for the tag.”
Update a Tag sets a new label on an existing tag, so the tag keeps its place and only its wording changes.
Update a Time Entry
ActionIn Make“Updates an existing time entry. Please note, that both the new and old activity attached to the time entry has to belong to the same integration.”
You correct a saved time entry here, including the activity it belongs to, without deleting and recreating it.
Update a Tracking
ActionIn Make“Edits the current tracking.”
Update a Tracking edits the tracking that is running right now, so you can fix it before it becomes a saved entry.
List Activities
SearchIn Make“Lists all activities.”
This search returns all your Timeular activities, each one as its own bundle, so later modules can pick the one they need.
List Mentions
SearchIn Make“Lists all mentions.”
List Mentions pulls every mention from Timeular, one bundle each, which gives you the reference list of people and clients your team uses.
List Tags
SearchIn Make“Lists all tags.”
All your tags come back from this search, one bundle per tag, ready to be compared, copied or cleaned up by the next modules.
Search Time Entries
SearchIn Make“Returns time entries in a given range.”
Search Time Entries returns the entries recorded within a date range you set, one bundle per entry, which is what a timesheet export needs.
Need help automating Timeular with Make?
A person reads every message.