Canny
Connect to Canny to manage product feedback boards, posts, comments, users, votes, tags, and categories.
认证方式
| 方式 | 底层类型 | 状态 | 说明 |
|---|---|---|---|
| API Key | api_key | available | — |
调用示例
import { createClient } from "@open-connector/sdk";const oc = createClient({ baseUrl: "https://api.openconnector.dev", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await oc.executeTool({ slug: "CANNY_CHANGE_POST_STATUS", connectedAccountId: "conn_...", arguments: { /* match this tool's input schema */ },});import Composio from "@composio/client";const composio = new Composio({ baseURL: "https://api.openconnector.dev/composio", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await composio.tools.execute("CANNY_CHANGE_POST_STATUS", { connected_account_id: "conn_...", arguments: { /* match this tool's input schema */ },});oc tools execute CANNY_CHANGE_POST_STATUS --data '{ }'Tool 目录
可用 Tools
18 个可调用操作
Change post statusCANNY_CHANGE_POST_STATUSChanges a Canny post status and optionally notifies voters or adds a status comment.需要连接
Changes a Canny post status and optionally notifies voters or adds a status comment.
认证
需要 Connected AccountTags
Create categoryCANNY_CREATE_CATEGORYCreates a new Canny category for a board.需要连接
Creates a new Canny category for a board.
认证
需要 Connected AccountTags
Create commentCANNY_CREATE_COMMENTCreates a comment on a Canny post.需要连接
Creates a comment on a Canny post.
认证
需要 Connected AccountTags
Create or update userCANNY_CREATE_OR_UPDATE_USERCreates or updates a Canny user and optionally associates companies and custom fields.需要连接
Creates or updates a Canny user and optionally associates companies and custom fields.
认证
需要 Connected AccountTags
Create postCANNY_CREATE_POSTCreates a new Canny post.需要连接
Creates a new Canny post.
认证
需要 Connected AccountTags
Create tagCANNY_CREATE_TAGCreates a new Canny tag for a board.需要连接
Creates a new Canny tag for a board.
认证
需要 Connected AccountTags
Create voteCANNY_CREATE_VOTECreates a vote for a Canny post.需要连接
Creates a vote for a Canny post.
认证
需要 Connected AccountTags
Delete commentCANNY_DELETE_COMMENTDeletes a Canny comment.需要连接
Deletes a Canny comment.
认证
需要 Connected AccountTags
Delete postCANNY_DELETE_POSTDeletes an existing Canny post.需要连接
Deletes an existing Canny post.
认证
需要 Connected AccountTags
Delete voteCANNY_DELETE_VOTEDeletes a vote from a Canny post.需要连接
Deletes a vote from a Canny post.
认证
需要 Connected AccountTags
List boardsCANNY_LIST_BOARDSReturns all Canny boards associated with the company.需要连接
Returns all Canny boards associated with the company.
认证
需要 Connected AccountTags
List categoriesCANNY_LIST_CATEGORIESLists Canny categories, optionally scoped to a board.需要连接
Lists Canny categories, optionally scoped to a board.
认证
需要 Connected AccountTags
List postsCANNY_LIST_POSTSLists Canny posts with optional board, status, search, sort, and pagination filters.需要连接
Lists Canny posts with optional board, status, search, sort, and pagination filters.
认证
需要 Connected AccountTags
List tagsCANNY_LIST_TAGSLists Canny tags, optionally scoped to a board.需要连接
Lists Canny tags, optionally scoped to a board.
认证
需要 Connected AccountTags
Retrieve boardCANNY_RETRIEVE_BOARDRetrieves an existing board by ID.需要连接
Retrieves an existing board by ID.
认证
需要 Connected AccountTags
Retrieve postCANNY_RETRIEVE_POSTRetrieves a Canny post by ID, or by URL name with board ID.需要连接
Retrieves a Canny post by ID, or by URL name with board ID.
认证
需要 Connected AccountTags
Retrieve userCANNY_RETRIEVE_USERRetrieves a Canny user by ID.需要连接
Retrieves a Canny user by ID.
认证
需要 Connected AccountTags
Update postCANNY_UPDATE_POSTUpdates an existing Canny post.需要连接
Updates an existing Canny post.
认证
需要 Connected AccountTags