- Home
- Resources
- Integrations
- Everhour
Everhour Make integrationAutomate Everhour with Make.
What if your timesheets filled themselves while projects and clients stayed in sync? The Everhour Make integration offers 37 modules, including 6 triggers. This page is for teams who bill by the hour: it shows how to link your account and build a first scenario step by step.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Everhour Make integration do for you?
It lets Everhour talk to your other apps without code. In Make you build a scenario, the automation itself, from modules, the bricks that each do one job in one app. Here that means watching new clients, projects, tasks and timers, then creating, updating or deleting the matching records.
Projects that arrive organised. Watch New Projects spots each new project, and Create a Section adds the phases your team always uses, so nobody rebuilds the same structure by hand.
Hours logged where the work happens. A support agency can let Add a Time Record write the time spent on a ticket straight into Everhour, while Start a Timer and Stop a Timer follow events in another tool.
Clients kept in step with sales. When a deal closes in the CRM, Search Clients checks whether the client exists and Create a Client fills the gap; Update a Client keeps details aligned afterwards.
The Everhour documentation lists no specific limits, and it warns that its own content is AI-generated and worth double-checking. When a module is missing, Make an API Call reaches the rest of the Everhour API with the same connection. If you are still weighing platforms, the n8n vs Make comparison sets out the criteria, and Make training covers the editor from zero. Stuck on an error later? See Make troubleshooting.
How do you connect your Everhour account to Make?
- 01
Copy your API key from Everhour
Make needs an active Everhour account and its API key. In Everhour, open your profile, scroll to the bottom of the page and copy the API key shown there. Keep it at hand for the next step.
- 02
Open the connection window in Make
Add any Everhour module to your scenario and click Create a connection. A connection is your Everhour account linked to Make once, then reused by every Everhour module you add later.
- 03
Name it and paste the key
The Connection name field is optional, but a clear name helps when several people share the workspace. Paste the API key you copied, confirm, and Make can now read your Everhour data.
Your first scenario: give every new Everhour project its sections
GoalWhen a project is created in Everhour, Make adds a first section to it.
- 01
Create the scenario
From the Scenarios page, create a new scenario and click the big + to place the first module on the canvas.
- 02
Add Watch New Projects
Search for Everhour, pick Watch New Projects and choose your connection, or click Create a connection if this is your first Everhour module.
- 03
Chain Create a Section
Click the + on the right of the trigger and add Create a Section. Map the project from the bundle, the item passed on by the trigger, then fill the fields Make shows.
- 04
Test with Run once
Create a test project in Everhour, then click Run once. Open the bubble above each module to read the bundle it received and check the section in Everhour.
- 05
Schedule and switch it on
Open the clock on the first module: the default is every 15 minutes, the shortest gap on the Free plan. Save, then switch the scenario on so it keeps watching new projects.
What can start an Everhour scenario?
6 modules start a scenario when something happens in Everhour. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by Everhour as soon as it happens.
Watch New Clients
triggerIn the docs onlyEach client added in Everhour reaches your scenario as a bundle, so the billing tool, the CRM record or a shared folder can follow without anyone retyping a name.
Watch New Projects
triggerIn the docs onlyA new Everhour project becomes the starting signal for everything that usually follows it: sections, a kickoff message, a folder for the deliverables.
Watch New Tasks
triggerIn the docs onlyFresh tasks in Everhour can travel to the places where your team actually talks about work, such as a chat channel, a board app or a shared sheet.
Watch New Timer Started
triggerIn the docs onlyYou learn the moment of work beginning, give or take the schedule: someone started a timer in Everhour and your scenario can react to it.
Watch New Timer Stopped
triggerIn the docs onlyFinished work sessions become data you can reuse: every stopped timer in Everhour can feed a log, an invoice line or a follow-up message.
Watch Task Time Updated
triggerIn the docs onlyBudget drift shows up early: this trigger picks up tasks whose tracked time changed, so you can compare hours with what was sold.
What can Make do in Everhour?
Everhour gives you 31 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Modules index
- Add a Time Record
- Create a Client
- Create a Project
- Create a Section
- Create a Task
- Delete a Client Budget
- Delete a Project
- Delete a Section
- Delete a Task
- Delete a Task Estimate
- Delete a Time Record
- Get a Client
- Get a Project
- Get a Running Timer
- Get a Section
- Get a Task
- List Users
- Make an API Call
- Search Clients
- Search Projects
- Search Sections
- Search Tasks
- Search Time Records
- Start a Timer
- Stop a Timer
- Update a Client
- Update a Project
- Update a Section
- Update a Task
- Update a Task Estimate
- Update a Time Record
Add a Time Record
ActionIn the docs onlyHours land in Everhour without anyone opening a timesheet: the module writes a time record from data the scenario already holds, such as a finished call or a resolved ticket.
Create a Client
ActionIn the docs onlyA signed deal opens its client in Everhour by itself, giving future projects and budgets a place to live from day one.
Create a Project
ActionIn the docs onlyNew work gets a home in Everhour as soon as it is approved somewhere else, so hours can be tracked against it from the first session.
Create a Section
ActionIn the docs onlyProjects come out structured: this module adds a section inside an Everhour project, which keeps tasks grouped by phase or deliverable.
Create a Task
ActionIn the docs onlyRequests collected in another tool become Everhour tasks people can start a timer on, inside the project you choose.
Delete a Client Budget
ActionIn the docs onlyClients whose retainer has ended stop being measured against a cap that no longer applies, because this module removes the budget attached to them.
Delete a Project
ActionIn the docs onlyYour Everhour project list stays short without manual cleanup: the module removes a project the scenario points to.
Delete a Section
ActionIn the docs onlyProject structures follow the plan when it changes, since this module takes a section out of an Everhour project.
Delete a Task
ActionIn the docs onlyCancelled requests leave Everhour at the same time as they leave the tool where they started, so nobody logs hours on dead work.
Delete a Task Estimate
ActionIn the docs onlyA task goes back to open-ended tracking: this module removes its estimate while leaving the task and its hours in place.
Delete a Time Record
ActionIn the docs onlyTimesheets get corrected at scale: the module removes a time record, which helps when entries were logged against the wrong task.
Get a Client
ActionIn the docs onlyThe complete client record arrives in your scenario, so later modules can use its details instead of the few values a trigger passed on.
Get a Project
ActionIn the docs onlyEverything Everhour holds about one project becomes available to the next modules, ready to map into a report or a message.
Get a Running Timer
ActionIn the docs onlyYour scenario can find out whether a timer is running in Everhour right now, and what it is attached to.
Get a Section
ActionIn the docs onlyOne section's details come back from Everhour, which gives messages and reports the right phase name instead of a bare reference.
Get a Task
ActionIn the docs onlyA task's full record comes into the scenario, so a notification or a sync can carry more than the little a trigger delivers.
List Users
SearchIn the docs onlyThe people in your Everhour team come out as a list, one bundle per user, ready to drive reminders or team reports.
Make an API Call
ActionIn the docs onlyAnything the other modules leave out stays within reach, because this module calls the Everhour API directly with the connection you already set up.
Search Clients
SearchIn the docs onlyYour scenario checks whether a client already exists before doing anything, which is the simplest guard against duplicates in Everhour.
Search Projects
SearchIn the docs onlyFinding the right Everhour project becomes automatic, so a task, an entry or a message lands in the correct place.
Search Sections
SearchIn the docs onlyThe sections of your projects become easy to locate, which lets a scenario place a new task in the right phase.
Search Tasks
SearchIn the docs onlyExisting work is found before new work is created, keeping Everhour free of the same task entered twice.
Search Time Records
SearchIn the docs onlyTracked hours become raw material for reports, invoices or checks, because the module pulls the matching time records out of Everhour.
Start a Timer
ActionIn the docs onlyTime tracking begins at the right moment without anyone remembering to press the button in Everhour.
Stop a Timer
ActionIn the docs onlySessions close cleanly even when people forget, since the module stops the running timer in Everhour for you.
Update a Client
ActionIn the docs onlyClient details stay the same in Everhour and in the tool where sales maintain them, without copy and paste.
Update a Project
ActionIn the docs onlyProject information follows decisions made elsewhere, so the team sees the current state in Everhour without anyone editing it.
Update a Section
ActionIn the docs onlySection names and details keep up with the plan, useful when phases get renamed after the kickoff.
Update a Task
ActionIn the docs onlyTasks in Everhour mirror what changes in the tool where the work is discussed, from the name to the details your team relies on.
Update a Task Estimate
ActionIn the docs onlyEstimates stay honest: the module changes the estimate on a task, so progress reports compare hours with the latest agreement.
Update a Time Record
ActionIn the docs onlyTime entries get corrected without reopening every timesheet, which keeps invoices built on the right hours.
Need help automating Everhour with Make?
A person reads every message.