bytechefhq/bytechef

Clickup - Create Task Comment action

开放

#1,550 创建于 2024年10月1日

 (3 条评论) (0 个反应) (1 位负责人)Java (156 个派生)auto 404
backendgood first issuehacktoberfestworkflow-component

仓库指标

星标
 (907 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

The Create Task Comment action for the ClickUp component adds a comment to task within a user's Clickup workspace.

Action properties:

  • workspace ID - the ID of the workspace where the task resides
  • space ID - the ID of the space within the workspace
  • list ID - the ID of the list containtg the task
  • task ID - the ID of the task to which the comment will be added
  • comment - text of the comment to be added to the task
  • notify all - a boolean flag indicating whether notifications should be sent to all participants, including the creator of the comment

Ouput:

  • comment - the newly created comment object

Documentation: https://clickup.com/api/clickupreference/operation/CreateTaskComment/

贡献者指南