Skip to content

Clockify 节点#

使用 Clockify 节点在 Clockify 中自动化工作,并将 Clockify 与其他应用程序集成。n8n 内置支持广泛的 Clockify 功能,包括创建、更新、获取和删除任务、时间条目、项目和标签。

在此页面上,您将找到 Clockify 节点支持的操作列表以及更多资源的链接。

凭据

有关设置身份验证的指导,请参阅 Clockify 凭据

操作#

  • Project 项目
    • Create a project 创建项目
    • Delete a project 删除项目
    • Get a project 获取项目
    • Get all projects 获取所有项目
    • Update a project 更新项目
  • Tag 标签
    • Create a tag 创建标签
    • Delete a tag 删除标签
    • Get all tags 获取所有标签
    • Update a tag 更新标签
  • Task 任务
    • Create a task 创建任务
    • Delete a task 删除任务
    • Get a task 获取任务
    • Get all tasks 获取所有任务
    • Update a task 更新任务
  • Time Entry 时间条目
    • Create a time entry 创建时间条目
    • Delete a time entry 删除时间条目
    • Get time entry 获取时间条目
    • Update a time entry 更新时间条目

模板和示例#

Time logging on Clockify using Slack

by Blockia Labs

View template details
Manage projects in Clockify

by Harshil Agrawal

View template details
Update time-tracking projects based on Syncro status changes

by Jonathan

View template details
Browse Clockify integration templates, or search all templates

如果不支持您的操作该怎么办#

如果此节点不支持您想要执行的操作,您可以使用 HTTP 请求节点来调用服务的 API。

您可以在 HTTP 请求节点中使用为此服务创建的凭据:

  1. 在 HTTP 请求节点中,选择身份验证 > 预定义凭据类型
  2. 选择您要连接的服务。
  3. 选择您的凭据。

有关更多信息,请参阅自定义 API 操作