ToolJet/marketplace/plugins/clickup/lib/manifest.json
2025-08-03 12:39:18 +05:30

33 lines
No EOL
721 B
JSON

{
"$schema": "https://raw.githubusercontent.com/ToolJet/ToolJet/develop/plugins/schemas/manifest.schema.json",
"title": "ClickUp datasource",
"description": "Clickup plugin for task, list, and doc management",
"type": "api",
"source": {
"name": "ClickUp",
"kind": "clickup",
"exposedVariables": {
"isLoading": false,
"data": {},
"rawData": {}
},
"options": {
"apiKey": {
"type": "string",
"encrypted": true
}
}
},
"defaults": {},
"properties": {
"apiKey": {
"label": "API Key",
"key": "apiKey",
"type": "password",
"description": "Enter your Personal API Token"
}
},
"required": [
"apiKey"
]
}