Everhour

Learn how to use Everhour with Composio

Overview

Enum

EVERHOUR

Description

Everhour is a time tracking and expense management software equipped with budgeting, forward resource planning, expense tracking, dashboards, and reports.

Authentication Details

api_key
stringRequired

Actions

Tool to create a new client in everhour. use when you need to add a client before tracking time or assigning it to projects.

Action Parameters

business_details
string
name
stringRequired
projects
array

Action Response

data
object
error
string
successful
boolean
Tool to delete a client. use when you need to permanently remove a client from everhour after confirming the client id.

Action Parameters

client_id
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to list all clients. use when you need an overview of workspace clients.

Action Parameters

Action Response

data
object
error
string
successful
boolean
Tool to retrieve all expenses. use when you need to review expense records across your workspace.

Action Parameters

Action Response

data
object
error
string
successful
boolean
Tool to retrieve a specific client by id. use when you need detailed client information after obtaining the client's id.

Action Parameters

client_id
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to retrieve a specific project. use after you have the project id if you need its details.

Action Parameters

projectId
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to retrieve a specific section. use when you need detailed section data by its id.

Action Parameters

sectionId
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to retrieve profile information of the authenticated user. use after providing api key to fetch current user's profile details.

Action Parameters

Action Response

data
object
error
string
successful
boolean
Tool to list all invoices. use when you need to retrieve every invoice in your everhour workspace after authenticating with your api key.

Action Parameters

Action Response

data
array
error
string
successful
boolean
Tool to list all projects. use when you need to retrieve every project accessible by your authenticated api key.

Action Parameters

Action Response

data
object
error
string
successful
boolean
Tool to list sections within a project. use when you need to retrieve all sections for a specified project after authenticating with your api key.

Action Parameters

projectId
stringRequired

Action Response

data
array
error
string
successful
boolean
Tool to list all tags. use when you need to retrieve every tag in your everhour workspace after authenticating with your api key.

Action Parameters

Action Response

data
array
error
string
successful
boolean
Tool to list all team members. use when you need to retrieve your everhour team's current roster after authenticating with your api key.

Action Parameters

Action Response

data
array
error
string
successful
boolean
Tool to create a new project in everhour. use after gathering project details to persist a new project.

Action Parameters

archived
boolean
billable
boolean
budget
number
client
string
color
string
internal
boolean
name
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to delete a project. use when you need to permanently remove a project from everhour after confirming the project id.

Action Parameters

project_id
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to create a new section in a project. use when you need to organize tasks under an existing project after confirming the project id.

Action Parameters

name
stringRequired
project_id
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to delete a section. use when you need to permanently remove a section from everhour after confirming the section id.

Action Parameters

section_id
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to create a new task in a project. use when you need to quickly add a task under a specific project id. example: "create a task named 'write tests' in project proj 123456".

Action Parameters

assignee
string
estimate
string
name
stringRequired
parent
string
positions
object
projectId
stringRequired
section
string
tags
array

Action Response

data
object
error
string
successful
boolean
Tool to start a new timer for a task. use when you need to begin tracking time on a specific task.

Action Parameters

task
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to update an existing client. use when you need to modify client details such as name, hourly rate, or archived status after confirming the client id.

Action Parameters

archived
boolean
hourly_rate
number
id
stringRequired
name
string

Action Response

data
object
error
string
successful
boolean
Tool to update an existing project. use after confirming the project id when modifying project details.

Action Parameters

billable
boolean
billingMethod
string
budget
number
budgetIncludeExpenses
boolean
budgetReset
string
budgetType
string
hourlyRate
number
name
string
note
string
project_id
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to list all expense categories. use when you need to retrieve every category available for categorizing expenses after authenticating with your api key.

Action Parameters

Action Response

data
array
error
string
successful
boolean
Tool to list all webhooks. use when you need to retrieve every configured webhook for the account after authenticating with your api key.

Action Parameters

Action Response

data
array
error
string
successful
boolean
Tool to list all teams. use to retrieve available teams for your api key.

Action Parameters

Action Response

data
array
error
string
successful
boolean