Open Connector
所有 Tools

Canny

Connect to Canny to manage product feedback boards, posts, comments, users, votes, tags, and categories.

cannyv1.0.018 个 Tools

认证方式

方式底层类型状态说明
API Keyapi_keyavailable

调用示例

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 Account

Tags

Posts
Create categoryCANNY_CREATE_CATEGORYCreates a new Canny category for a board.

Creates a new Canny category for a board.

认证

需要 Connected Account

Tags

Categories
Create commentCANNY_CREATE_COMMENTCreates a comment on a Canny post.

Creates a comment on a Canny post.

认证

需要 Connected Account

Tags

Comments
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 Account

Tags

Users
Create postCANNY_CREATE_POSTCreates a new Canny post.

Creates a new Canny post.

认证

需要 Connected Account

Tags

Posts
Create tagCANNY_CREATE_TAGCreates a new Canny tag for a board.

Creates a new Canny tag for a board.

认证

需要 Connected Account

Tags

Tags
Create voteCANNY_CREATE_VOTECreates a vote for a Canny post.

Creates a vote for a Canny post.

认证

需要 Connected Account

Tags

Votes
Delete commentCANNY_DELETE_COMMENTDeletes a Canny comment.

Deletes a Canny comment.

认证

需要 Connected Account

Tags

Comments
Delete postCANNY_DELETE_POSTDeletes an existing Canny post.

Deletes an existing Canny post.

认证

需要 Connected Account

Tags

Posts
Delete voteCANNY_DELETE_VOTEDeletes a vote from a Canny post.

Deletes a vote from a Canny post.

认证

需要 Connected Account

Tags

Votes
List boardsCANNY_LIST_BOARDSReturns all Canny boards associated with the company.

Returns all Canny boards associated with the company.

认证

需要 Connected Account

Tags

Boards
List categoriesCANNY_LIST_CATEGORIESLists Canny categories, optionally scoped to a board.

Lists Canny categories, optionally scoped to a board.

认证

需要 Connected Account

Tags

Categories
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 Account

Tags

Posts
List tagsCANNY_LIST_TAGSLists Canny tags, optionally scoped to a board.

Lists Canny tags, optionally scoped to a board.

认证

需要 Connected Account

Tags

Tags
Retrieve boardCANNY_RETRIEVE_BOARDRetrieves an existing board by ID.

Retrieves an existing board by ID.

认证

需要 Connected Account

Tags

Boards
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 Account

Tags

Posts
Retrieve userCANNY_RETRIEVE_USERRetrieves a Canny user by ID.

Retrieves a Canny user by ID.

认证

需要 Connected Account

Tags

Users
Update postCANNY_UPDATE_POSTUpdates an existing Canny post.

Updates an existing Canny post.

认证

需要 Connected Account

Tags

Posts

Provider 资源