Skip to content

Clockify 节点#

¥Clockify node

使用“Clockify”节点,实现 Clockify 中的自动化操作,并将 Clockify 与其他应用集成。n8n 内置支持 Clockify 的多种功能,包括创建、更新、获取和删除任务、时间记录、项目和标签。

¥Use the Clockify node to automate work in Clockify, and integrate Clockify with other applications. n8n has built-in support for a wide range of Clockify features, including creating, updating, getting, and deleting tasks, time entries, projects, and tags.

本页面列出了 Clockify 节点支持的操作以及更多资源的链接。

¥On this page, you'll find a list of operations the Clockify node supports and links to more resources.

Credentials

请参阅 Clockify 凭证 以了解有关设置身份验证的指导。

¥Refer to Clockify credentials for guidance on setting up authentication.

操作#

¥Operations

  • 项目

¥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

模板和示例#

¥Templates and examples

Template widget placeholder.

What to do if your operation isn't supported#

If this node doesn't support the operation you want to do, you can use the HTTP Request node to call the service's API.

You can use the credential you created for this service in the HTTP Request node:

  1. In the HTTP Request node, select Authentication > Predefined Credential Type.
  2. Select the service you want to connect to.
  3. Select your credential.

Refer to Custom API operations for more information.