Built by Metorial, the integration platform for agentic AI.
Retrieve all tags from TimeCamp. Tags can be assigned to tasks for categorizing tracked time.
Create a new client or update an existing client in TimeCamp. To create a new client, provide a name. To update an existing client, also provide the clientId.
Create a new task or project in TimeCamp. To create a top-level project, omit parentId or set it to 0. To create a subtask, provide the parent task's ID.
Create a new time entry in TimeCamp. You can specify a start/end time range or a duration in seconds. Optionally associate the entry with a task and mark it as billable.
Retrieve attendance records from TimeCamp. Shows total work hours per day and exact start/end times of working days. Useful for payroll and workforce management.
Update an existing task or project in TimeCamp. Modify the name, parent, tags, description, billable status, budget, or assigned users.
Update an existing time entry in TimeCamp. Modify the date, duration, start/end times, description, task association, or billable status.
Create a new invoice in TimeCamp for a client. The invoice can be created from tracked billable time or as a blank template.
Retrieve all client records from TimeCamp. Clients can be associated with projects and invoices.
Create a new tag or update an existing tag in TimeCamp. Tags are used to categorize time entries and tasks.
Retrieve all tasks and projects from TimeCamp. Projects are top-level tasks (level 1), and tasks are nested beneath them hierarchically. Optionally retrieve a single task by ID.
Retrieve all invoices from TimeCamp. Returns invoice details including client association, status, amount, and currency.
Retrieve all users in the TimeCamp account. Returns user details including email, display name, and role information.
Retrieve time entries from TimeCamp filtered by date range, tasks, or users. Returns logged time with duration, task association, billable status, and timestamps. Use this to query timesheet data, generate reports, or review tracked hours.
Delete a time entry from TimeCamp by its ID. This action is permanent and cannot be undone.
Delete a task or project from TimeCamp by its ID. This action is permanent. Deleting a project will also affect its subtasks.
Control the TimeCamp real-time timer. Check its current status, start tracking time on a task, or stop the running timer. Useful for live time tracking integrations.