App
Timesheet
Timesheet is a mobile Time Tracker which allows you the recording of your working hours with a simple push of a button.
What your agent can do with Timesheet
Triggers and actions 7 triggers · 53 actions
- TriggerNew Absence
Triggered when a new absence is requested or recorded in the chosen Timesheet organization.
- TriggerNew Project
Triggered when a new project is created in Timesheet.
- TriggerNew Rate
Triggered when a new pay rate is created in Timesheet.
- TriggerNew Tag
Triggered when a new tag is created in Timesheet.
- TriggerNew Task
Triggered when a new tracked time entry is recorded in Timesheet.
- TriggerNew Team
Triggered when a new team is created in Timesheet.
- TriggerNew Todo
Triggered when a new to-do is created in Timesheet.
- ActionApprove Absence
Approves a pending absence request in a Timesheet organization. Returns the updated absence, including its new status and who approved it.
- ActionCreate Expense
Creates an expense on a Timesheet task, with an amount, date and optional receipt. Returns the new expense with its ID.
- ActionCreate Note
Creates a note on a Timesheet task, with text and an optional attachment. Returns the new note with its ID.
- ActionCreate Organization
Creates a new organization (team workspace) in Timesheet. Returns the new organization with its ID.
- ActionCreate Project
Creates a new project in Timesheet, optionally with a client, default billing rate and team. Returns the new project with its ID.
- ActionCreate Rate
Creates a pay rate in Timesheet, such as an overtime multiplier or a bonus amount. Returns the new rate with its ID.
- ActionCreate Reminder
Creates a reminder in Timesheet on a one-off or recurring schedule. Returns the new reminder with its ID and next fire time.
- ActionCreate Tag
Creates a tag in Timesheet that can be applied to time entries. Returns the new tag with its ID.
- ActionCreate Task
Creates a time entry (task) on a Timesheet project, with start and end times and optional tags, rate and mileage. Returns the new entry with its ID and duration.
- ActionCreate Team
Creates a team inside a Timesheet organization. Returns the new team with its ID.
- ActionCreate Todo
Creates a to-do on a Timesheet project, with an optional due date, assignees and time estimate. Returns the new to-do with its ID.
- ActionDelete Expense
Deletes an expense from Timesheet. Returns confirmation that the expense was removed.
- ActionDelete Note
Deletes a note from Timesheet. Returns confirmation that the note was removed.
- ActionDelete Organization
Deletes an organization from Timesheet. Returns confirmation that the organization was removed.
- ActionDelete Project
Deletes a project from Timesheet. Returns confirmation that the project was removed.
- ActionDelete Rate
Deletes a pay rate from Timesheet. Returns confirmation that the rate was removed.
- ActionDelete Reminder
Deletes a reminder from Timesheet. Returns confirmation that the reminder was removed.
- ActionDelete Tag
Deletes a tag from Timesheet. Returns confirmation that the tag was removed.
- ActionDelete Task
Deletes a time entry from Timesheet. Returns confirmation that the entry was removed.
- ActionDelete Team
Deletes a team from Timesheet. Returns confirmation that the team was removed.
- ActionDelete Todo
Deletes a to-do from Timesheet. Returns confirmation that the to-do was removed.
- ActionFind Absence
Searches absences in a Timesheet organization by member, contract, type, status or date range, and returns the first match plus the full list of matches.
- ActionFind Expense
Searches Timesheet expenses by text, time entry, organization or date range, and returns the first match plus the full list of matches.
- ActionFind Note
Searches Timesheet notes by text, time entry, organization or date range, and returns the first match plus the full list of matches.
- ActionFind Organization
Looks up a Timesheet organization by name and returns its ID and details. Timesheet has no organization search endpoint, so this reads your organizations and matches the name, ignoring upper/lower case.
- ActionFind Project
Searches Timesheet projects by name, team or status, and returns the first match plus the full list of matches.
- ActionFind Rate
Searches Timesheet pay rates by name, team, project or status, and returns the first match plus the full list of matches.
- ActionFind Reminder
Looks up a Timesheet reminder by name and returns its ID and schedule. Timesheet has no reminder search endpoint, so this reads your reminders and matches the name, ignoring upper/lower case.
- ActionFind Tag
Searches Timesheet tags by name, team, project or status, and returns the first match plus the full list of matches.
- ActionFind Task
Searches Timesheet time entries by text, project, to-do, team or date range, and returns the first match plus the full list of matches.
- ActionFind Team
Searches Timesheet teams by name or organization, and returns the first match plus the full list of matches.
- ActionFind Todo
Searches Timesheet to-dos by title, project, status or assignee, and returns the first match plus the full list of matches.
- ActionGet Current Timer
Returns the state of your current Timesheet timer — whether it is running, paused or stopped, and the time entry it is tracking.
- ActionGet Project
Returns one Timesheet project by ID, including its client, settings and tracked totals.
- ActionGet Rate
Returns one Timesheet pay rate by ID, including its multiplier and extra amount.
- ActionGet Tag
Returns a single tag by its ID, including its name, colour, archived state, owning team and total tracked time.
- ActionGet Task
Returns a single tracked time entry by its ID, including its description, start and end times, duration, billing flags, project, rate, member and tags.
- ActionGet Team
Returns a single team by its ID, including its name, description, colour, owning organization, and project and member counts.
- ActionPause Timer
Pauses the running timer, starting a break. Returns the timer with its new paused state.
- ActionResume Timer
Resumes a paused timer, ending the current break. Returns the timer with its new running state.
- ActionSend Report
Generates a timesheet report for the chosen period and emails it to the given address.
- ActionStart Timer
Starts the timer on a project, creating a running time entry. Returns the timer and the entry it is tracking.
- ActionStop Timer
Stops the running timer and closes out the time entry it was tracking.
- ActionUpdate Expense
Updates an existing expense's description, date, amount, refund status or attached receipt. Fields left blank keep their current values.
- ActionUpdate Note
Updates an existing note's text, date or attachment. Fields left blank keep their current values.
- ActionUpdate Organization
Updates an organization's name, description, image, colour or AI chat setting. Fields left blank keep their current values.
- ActionUpdate Project
Updates an existing project's name, client, office, colour, billing defaults, salary or archived state. Fields left blank keep their current values.
- ActionUpdate Rate
Updates an existing pay rate's name, multiplier, extra amount, enabled or archived state. Fields left blank keep their current values.
- ActionUpdate Reminder
Updates an existing reminder's title, prompt, message template or schedule. Fields left blank keep their current values.
- ActionUpdate Tag
Updates an existing tag's name, colour or archived state. Fields left blank keep their current values.
- ActionUpdate Task
Updates an existing tracked time entry's project, description, times, billing flags, rate or tags. Fields left blank keep their current values.
- ActionUpdate Team
Updates an existing team's name, description, image, colour or salary visibility. Fields left blank keep their current values.
- ActionUpdate Todo
Updates an existing to-do's title, details, status, due date, assignees or time estimate. Fields left blank keep their current values.
No trigger or action matches that. Ask your agent to add it: it reads the API documentation and builds what you describe.
Not listed?
Need a trigger or action that is not here?
Ask your agent. Describe what you need in plain language and it reads the Timesheet API documentation, builds the operation at whatever depth the API allows, tests every branch and ships it. The list above is what exists today, not the limit.