n8n-nodes-timizer
v0.1.4
Published
n8n community node for Timizer - Timesheet management platform
Maintainers
Readme
n8n-nodes-timizer
This is an n8n community node for Timizer, a timesheet and activity report management platform.
It lets you interact with the Timizer API directly from your n8n workflows.
Installation
In your n8n instance:
- Go to Settings > Community Nodes
- Click Install a community node
- Enter
n8n-nodes-timizer - Click Install
Credentials
You need a Timizer API key and Team ID to authenticate. Configure them in n8n:
- Go to Credentials > New Credential
- Search for Timizer API
- Enter your API Key and Team ID
Nodes
Timizer
Interact with Timizer resources. Supported resources and operations:
| Resource | Operations | |---|---| | Activity Report | Create, Delete, Get, Update | | Client | Create, Delete, Get, Update | | Client Contact | Create, Delete, Update | | Contracted | Create, Delete, Get, Update | | Contracted Contact | Create, Delete, Update | | Mission | Create, Delete, Update | | Tag | Create, Delete, Update | | Team | Create, Delete, Update | | Team Member | Delete, Update |
Timizer Trigger
Starts a workflow when Timizer events occur via webhooks. Supported events:
- Activity Report: Created, Deleted, Refused, Shared, Signed, Updated
Compatibility
Tested with n8n v1.x. Requires Node.js >= 18.
