This is an n8n community node for Tyme, a time tracking app for Mac and iOS.
Tyme lets individuals and teams track time against projects and tasks, manage absences, and generate reports. This node connects your n8n workflows to the Tyme API so you can automate time tracking, sync data with other tools, and build custom reporting pipelines.
n8n is a fair-code licensed workflow automation platform.
Installation Trigger Events Operations Credentials Compatibility Resources
Follow the installation guide in the n8n community nodes documentation.
The Tyme Trigger node starts a workflow automatically when something happens in Tyme. Activate the workflow and it registers a webhook with the Tyme API; deactivating it unregisters automatically.
Supported events:
- Category Created — a new project category is created
- Project Created — a new project is created
- Sub-Task Created — a new sub-task is created
- Task Created — a new task is created
- Time Entry Created — a new time entry is started
- Time Entry Stopped — a running time entry is stopped
- Create — log a new time entry against a task
- Update — modify an existing time entry
- Delete — remove a time entry
- Get Many — retrieve time entries for a date range, with optional filters
- Get — fetch a summarised time report for a date range
- Create — record an absence (vacation, sick leave, etc.)
- Update — update an existing absence record
- Delete — remove an absence record
- Create — create a new project
- Update — update project details
- Delete — delete a project
- Search — find projects by name
- Create — create a task inside a project
- Update — update task details
- Delete — delete a task
- Search — find tasks by name or parent project
- Create — create a sub-task inside a task
- Update — update sub-task details
- Delete — delete a sub-task
- Search — find sub-tasks by name
- Create — create a project category
- Update — update a project category
- Delete — delete a project category
- Search — find categories by name
- Get — retrieve a single team member
- Get Many — list all team members
This node uses OAuth 2.0 with PKCE to authenticate with the Tyme API. No Client ID or Client Secret is required — the node comes pre-configured.
To connect:
- Create a new Tyme OAuth2 API credential in n8n.
- Click Connect and sign in with your Tyme account.