/ClickUpPowerShell

PowerShell module to wrap around and ease the use of the ClickUp API.

Primary LanguagePowerShellApache License 2.0Apache-2.0

ClickUpPowerShell

This PowerShell module wraps around and eases the use of the ClickUp API in PowerShell scripts and projects.

Install

Install-Module -Name ClickupAPI

https://www.powershellgallery.com/packages/ClickupAPI/

Roadmap

API endpoints

API Reference Code Docs Error Handling Tested Comments
Attachments ✅ 🟡
Authorization ✅ 🟡
Checklists ✅ 🟡
Comments ✅ 🟡
Custom Fields ✅ 🟡
Dependencies ✅ 🟡
Folders ✅ 🟡
Goals ✅ 🟡
Guests ✅ 🟡 Enterprise only
Lists ✅ 🟡
Members ✅ 🟡
Shared Hierarchy ✅ 🟡
Spaces ✅ 🟡
Tags ✅ 🟡
Tasks ✅ 🟡
Task Templates ✅ 🟡
Teams ✅ 🟡
Time Tracking ✅ 🟡 Partial implementation only. v2.0 will be implemented only. Legacy will not be implemented.
Users ✅ 🟡 Enterprise only
Views ✅ 🟡
Webhooks ✅ 🟡

Other

API Reference Code Docs Tested Comments
Authentication
Rate Limit
Error Handling