Clockify
Aynı zamanda bir ajan aracıClockify time tracking: workspaces, members & groups, projects, tasks, time entries & timers, clients, tags, custom fields, expenses, holidays, time-off & approvals, scheduling, invoices, audit logs, and detailed/summary/weekly reports.
86 eylemler · 3 tetikleyiciler
Clockify entegrasyonu — 86 aksiyon ve 3 tetikleyici ile Clockify'ı otomasyonlarına bağla; her aksiyon aynı zamanda bir AI agent aracı. Örnek: Get Current User, List Workspaces, Create Workspace, Get Workspace, Update Workspace Cost Rate. Boş bir tuvalde uğraşmadan — bağla ve workflow'larında kullan.
Aşağıdaki her eylem, bir AI ajanının da çağırabileceği bir araçtır — aynı pack hem iş akışlarınızı hem ajanlarınızı çalıştırır.
Tetikleyiciler 3
Clockify üzerinde bir iş akışını başlatabilen olaylar.
New Clockify Project
Polls the project list for newly created projects.
New Clockify Time Entry
Polls a user's time entries for newly created entries.
New Clockify Client
Polls the client list for newly created clients.
Eylemler 86
Zervanor'un Clockify üzerinde yapabilecekleri.
Workspaces85
List Workspaces
List all workspaces the user belongs to (GET /workspaces).
Create Workspace
Create a new workspace (POST /workspaces).
Get Workspace
Fetch workspace details (GET /workspaces/{workspaceId}).
Update Workspace Cost Rate
Modify the workspace default cost rate (PUT /workspaces/{workspaceId}/cost-rate).
List Workspace Users
List workspace members (GET /workspaces/{workspaceId}/users).
Invite User
Invite a user to the workspace (POST /workspaces/{workspaceId}/users).
Get Workspace User
Get a member profile (GET /workspaces/{workspaceId}/users/{userId}).
Update Workspace User
Modify member settings — role/rate/status (PUT /workspaces/{workspaceId}/users/{userId}).
Remove Workspace User
Remove a member from the workspace (DELETE /workspaces/{workspaceId}/users/{userId}).
List User Groups
List all user groups (GET /workspaces/{workspaceId}/groups).
Create User Group
Create a group (POST /workspaces/{workspaceId}/groups).
Get User Group
View group details (GET /workspaces/{workspaceId}/groups/{groupId}).
Update User Group
Update group settings (PUT /workspaces/{workspaceId}/groups/{groupId}).
Delete User Group
Delete a group (DELETE /workspaces/{workspaceId}/groups/{groupId}).
List Projects
List projects (GET /workspaces/{workspaceId}/projects).
Create Project
Create a project (POST /workspaces/{workspaceId}/projects).
Get Project
Get project details (GET /workspaces/{workspaceId}/projects/{projectId}).
Update Project
Update a project (PUT /workspaces/{workspaceId}/projects/{projectId}).
Delete Project
Delete a project (DELETE /workspaces/{workspaceId}/projects/{projectId}).
List Tasks
List tasks for a project (GET /workspaces/{workspaceId}/projects/{projectId}/tasks).
Create Task
Create a task (POST /workspaces/{workspaceId}/projects/{projectId}/tasks).
Get Task
Get task details (GET /workspaces/{workspaceId}/tasks/{taskId}).
Update Task
Update a task (PUT /workspaces/{workspaceId}/tasks/{taskId}).
Delete Task
Delete a task (DELETE /workspaces/{workspaceId}/tasks/{taskId}).
List Time Entries
List a user's time entries (GET /workspaces/{workspaceId}/user/{userId}/time-entries).
Create Time Entry
Create a time entry (POST /workspaces/{workspaceId}/time-entries).
Get Time Entry
Get a time entry (GET /workspaces/{workspaceId}/time-entries/{timeEntryId}).
Update Time Entry
Update a time entry (PUT /workspaces/{workspaceId}/time-entries/{timeEntryId}).
Delete Time Entry
Delete a time entry (DELETE /workspaces/{workspaceId}/time-entries/{timeEntryId}).
Start Timer
Start the timer for a time entry (POST /workspaces/{workspaceId}/time-entries/{timeEntryId}/start).
Stop Timer
Stop the active timer (PATCH /workspaces/{workspaceId}/time-entries/{timeEntryId}/stop).
List Clients
List clients (GET /workspaces/{workspaceId}/clients).
Create Client
Add a client (POST /workspaces/{workspaceId}/clients). Response includes the new client id.
Get Client
Get client details (GET /workspaces/{workspaceId}/clients/{id}).
Update Client
Update a client (PUT /workspaces/{workspaceId}/clients/{id}).
Delete Client
Delete a client (DELETE /workspaces/{workspaceId}/clients/{id}).
List Tags
List tags (GET /workspaces/{workspaceId}/tags).
Create Tag
Create a tag (POST /workspaces/{workspaceId}/tags).
Get Tag
Get tag details (GET /workspaces/{workspaceId}/tags/{tagId}).
Update Tag
Update a tag (PUT /workspaces/{workspaceId}/tags/{tagId}).
Delete Tag
Delete a tag (DELETE /workspaces/{workspaceId}/tags/{tagId}).
List Custom Fields
List workspace custom fields (GET /workspaces/{workspaceId}/custom-fields).
Create Custom Field
Create a custom field (POST /workspaces/{workspaceId}/custom-fields).
Update Custom Field
Update a custom field (PUT /workspaces/{workspaceId}/custom-fields/{customFieldId}).
Delete Custom Field
Delete a custom field (DELETE /workspaces/{workspaceId}/custom-fields/{customFieldId}).
List Expenses
List expenses (GET /workspaces/{workspaceId}/expenses).
Create Expense
Create an expense (POST /workspaces/{workspaceId}/expenses).
Get Expense
Get expense details (GET /workspaces/{workspaceId}/expenses/{expenseId}).
Update Expense
Update an expense (PUT /workspaces/{workspaceId}/expenses/{expenseId}).
Delete Expense
Delete an expense (DELETE /workspaces/{workspaceId}/expenses/{expenseId}).
List Expense Categories
List expense categories (GET /workspaces/{workspaceId}/expenses/categories).
Create Expense Category
Create an expense category (POST /workspaces/{workspaceId}/expenses/categories).
Update Expense Category
Update an expense category (PUT /workspaces/{workspaceId}/expenses/categories/{categoryId}).
Delete Expense Category
Delete an expense category (DELETE /workspaces/{workspaceId}/expenses/categories/{categoryId}).
Archive Expense Category
Archive/unarchive an expense category (PATCH /workspaces/{workspaceId}/expenses/categories/{categoryId}/status).
List Holidays
List holidays (GET /workspaces/{workspaceId}/holidays).
Create Holiday
Create a holiday (POST /workspaces/{workspaceId}/holidays).
List Holidays In Period
Holidays within a date range (GET /workspaces/{workspaceId}/holidays/in-period).
Update Holiday
Update a holiday (PUT /workspaces/{workspaceId}/holidays/{holidayId}).
Delete Holiday
Delete a holiday (DELETE /workspaces/{workspaceId}/holidays/{holidayId}).
List Time-Off Requests
List time-off requests (GET /workspaces/{workspaceId}/time-off-requests). NOTE: PTO endpoints may resolve to a different host (clockify-05); core base used as the documented default.
Create Time-Off Request
Submit a time-off request (POST /workspaces/{workspaceId}/time-off-requests).
List Time-Off Policies
List time-off policies (GET /workspaces/{workspaceId}/time-off-policies).
Create Time-Off Policy
Create a policy (POST /workspaces/{workspaceId}/time-off-policies).
Update Time-Off Policy
Update a policy (PUT /workspaces/{workspaceId}/time-off-policies/{policyId}).
Delete Time-Off Policy
Delete a policy (DELETE /workspaces/{workspaceId}/time-off-policies/{policyId}).
Get PTO Balance
Get a user's PTO balance (GET /workspaces/{workspaceId}/balance).
List Approval Requests
List approval requests (GET /workspaces/{workspaceId}/approval-requests).
Create Approval Request
Submit own entries for approval (POST /workspaces/{workspaceId}/approval-requests).
Submit Approval For User
Submit approval for another user (POST /workspaces/{workspaceId}/approval-requests/users/{userId}).
Update Approval Status
Approve/reject/withdraw an approval request (PATCH /workspaces/{workspaceId}/approval-requests/{approvalRequestId}).
List Schedules
List schedules (GET /workspaces/{workspaceId}/scheduling/schedules).
Create Schedule
Create a schedule (POST /workspaces/{workspaceId}/scheduling/schedules).
Get Schedule
Get a schedule (GET /workspaces/{workspaceId}/scheduling/schedules/{scheduleId}).
Update Schedule
Update a schedule (PUT /workspaces/{workspaceId}/scheduling/schedules/{scheduleId}).
Delete Schedule
Delete a schedule (DELETE /workspaces/{workspaceId}/scheduling/schedules/{scheduleId}).
List Invoices
List invoices (GET /workspaces/{workspaceId}/invoices).
Create Invoice
Create an invoice (POST /workspaces/{workspaceId}/invoices).
Get Invoice
Get invoice details (GET /workspaces/{workspaceId}/invoices/{invoiceId}).
Update Invoice
Update an invoice (PUT /workspaces/{workspaceId}/invoices/{invoiceId}).
Delete Invoice
Delete an invoice (DELETE /workspaces/{workspaceId}/invoices/{invoiceId}).
Get Audit Logs
Access audit-log records (GET /workspaces/{workspaceId}/audit-logs).
Get Detailed Report
Detailed time-entry report with paged rows (POST /workspaces/{workspaceId}/reports/detailed on the Reports host).
Get Summary Report
Summary report with grouped totals (POST /workspaces/{workspaceId}/reports/summary on the Reports host).
Get Weekly Report
Weekly report (POST /workspaces/{workspaceId}/reports/weekly on the Reports host).
User1
Get Current User
Retrieve the current authenticated user (identity / connectivity probe; no workspaceId needed).
Aramanızla eşleşen bir şey yok.
Clockify kullanan Çözüm Şablonları
Clockify ile kendi otomasyonunu görsel tasarımcıda kur.
Sıkça sorulan sorular
Clockify ile neler otomatikleştirebilirim?
86 aksiyon var — örneğin: Get Current User, List Workspaces, Create Workspace, Get Workspace, Update Workspace Cost Rate ve daha fazlası.
Hangi Clockify olayları bir workflow başlatabilir?
3 tetikleyici — örneğin: New Clockify Project, New Clockify Time Entry, New Clockify Client.
Clockify bir AI agent aracı olarak kullanılabilir mi?
Evet. Clockify'ın her aksiyonu otomatik olarak bir AI agent aracına dönüşür — aynı pack hem workflow'larını hem agent'larını besler.
Clockify entegrasyonu nasıl modellenir?
Clockify sürümlü bir connector pack olarak modellenir; muhakeme gerektiren adımlar workflow'larla aynı runtime'da barınan first-party agent'lara düşer.