Canny
Connect to Canny to manage product feedback boards, posts, comments, users, votes, tags, and categories.
Authentication
| Method | Kind | Status | Details |
|---|---|---|---|
| API Key | api_key | available | — |
Call a tool
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 catalog
Available tools
18 callable operations
Change post statusCANNY_CHANGE_POST_STATUSChanges a Canny post status and optionally notifies voters or adds a status comment.Connection
Changes a Canny post status and optionally notifies voters or adds a status comment.
Authentication
Connected account requiredTags
Create categoryCANNY_CREATE_CATEGORYCreates a new Canny category for a board.Connection
Creates a new Canny category for a board.
Authentication
Connected account requiredTags
Create commentCANNY_CREATE_COMMENTCreates a comment on a Canny post.Connection
Creates a comment on a Canny post.
Authentication
Connected account requiredTags
Create or update userCANNY_CREATE_OR_UPDATE_USERCreates or updates a Canny user and optionally associates companies and custom fields.Connection
Creates or updates a Canny user and optionally associates companies and custom fields.
Authentication
Connected account requiredTags
Create postCANNY_CREATE_POSTCreates a new Canny post.Connection
Creates a new Canny post.
Authentication
Connected account requiredTags
Create tagCANNY_CREATE_TAGCreates a new Canny tag for a board.Connection
Creates a new Canny tag for a board.
Authentication
Connected account requiredTags
Create voteCANNY_CREATE_VOTECreates a vote for a Canny post.Connection
Creates a vote for a Canny post.
Authentication
Connected account requiredTags
Delete commentCANNY_DELETE_COMMENTDeletes a Canny comment.Connection
Deletes a Canny comment.
Authentication
Connected account requiredTags
Delete postCANNY_DELETE_POSTDeletes an existing Canny post.Connection
Deletes an existing Canny post.
Authentication
Connected account requiredTags
Delete voteCANNY_DELETE_VOTEDeletes a vote from a Canny post.Connection
Deletes a vote from a Canny post.
Authentication
Connected account requiredTags
List boardsCANNY_LIST_BOARDSReturns all Canny boards associated with the company.Connection
Returns all Canny boards associated with the company.
Authentication
Connected account requiredTags
List categoriesCANNY_LIST_CATEGORIESLists Canny categories, optionally scoped to a board.Connection
Lists Canny categories, optionally scoped to a board.
Authentication
Connected account requiredTags
List postsCANNY_LIST_POSTSLists Canny posts with optional board, status, search, sort, and pagination filters.Connection
Lists Canny posts with optional board, status, search, sort, and pagination filters.
Authentication
Connected account requiredTags
List tagsCANNY_LIST_TAGSLists Canny tags, optionally scoped to a board.Connection
Lists Canny tags, optionally scoped to a board.
Authentication
Connected account requiredTags
Retrieve boardCANNY_RETRIEVE_BOARDRetrieves an existing board by ID.Connection
Retrieves an existing board by ID.
Authentication
Connected account requiredTags
Retrieve postCANNY_RETRIEVE_POSTRetrieves a Canny post by ID, or by URL name with board ID.Connection
Retrieves a Canny post by ID, or by URL name with board ID.
Authentication
Connected account requiredTags
Retrieve userCANNY_RETRIEVE_USERRetrieves a Canny user by ID.Connection
Retrieves a Canny user by ID.
Authentication
Connected account requiredTags
Update postCANNY_UPDATE_POSTUpdates an existing Canny post.Connection
Updates an existing Canny post.
Authentication
Connected account requiredTags