Sign in

Create Task Comment

documented

Add a new comment to a task.

POST /v2/task/{task_id}/commentCommentsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.clickup.com/api/v2/task/{{$task_id}}/comment" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"comment": "{{$comment}}"}'
Create Task Comment · ClickUp · OpenIntegrations