PowerPlatformConnectors/independent-publisher-conne.../ClickUp Team Manager
Duke DeVan 10d26f64f5
ClickUp Team Manager (Independent Publisher) (#1120)
* Add files via upload

* Update ClickUp Team Manager.md

* Rename ClickUp Team Manager.md to readme.md

* Update readme.md

* Update apiProperties.json

Updated iconBrandColor

* Update apiDefinition.swagger.json

Made updates to descriptions and spacing.

* Update apiDefinition.swagger.json

* Update readme.md

* Update apiDefinition.swagger.json
2021-10-19 11:54:46 -07:00
..
apiDefinition.swagger.json
apiProperties.json
readme.md

readme.md

ClickUp Team Manager

ClickUp is a productivity platform that helps teams manage projects and tasks. Leveraging the API in App or Automation, allows users to create spaces, folders, and lists.

Publisher: Duke DeVan - Hitachi Solutions

Prerequisites

To use the connector you will need:

  • ClickUp account

Supported Operations

Get Teams

Returns every team in organization.

Create A Folder

Creates a new folder in designated space.

Create A Space

Creates a new space in designated team.

Create A List

Creates a new list in designated folder.

Obtaining Credentials

Sign in to ClickUp account and take the following steps.

  1. Go to settings
  • Select Integrations
  • Select ClickUp API
  • Select Create an App
    • Name App
    • Provide redirect url - global.consent.azure-apim.net
  • Select Create App – you will receive AppID and App Secret 2.Generate Code
  • Navigate to https://app.clickup.com/api?client_id={client_id}&redirect_uri={redirect_url}
  • Select Workspace
  • Select Connect
  • Copy Code from address bar – paste into notepad or text editor will be needed to generate authorization token
  1. Use Code to generate Authorization Token (auth token does not expire)
  1. Create Connection (see deployment instructions)

Known Issues and Limitations

No known issues or limitations at this point.