Open Connector
All tools

Canny

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

cannyv1.0.018 tools

Authentication

MethodKindStatusDetails
API Keyapi_keyavailable

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.

Changes a Canny post status and optionally notifies voters or adds a status comment.

Authentication

Connected account required

Tags

Posts
Create categoryCANNY_CREATE_CATEGORYCreates a new Canny category for a board.

Creates a new Canny category for a board.

Authentication

Connected account required

Tags

Categories
Create commentCANNY_CREATE_COMMENTCreates a comment on a Canny post.

Creates a comment on a Canny post.

Authentication

Connected account required

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.

Authentication

Connected account required

Tags

Users
Create postCANNY_CREATE_POSTCreates a new Canny post.

Creates a new Canny post.

Authentication

Connected account required

Tags

Posts
Create tagCANNY_CREATE_TAGCreates a new Canny tag for a board.

Creates a new Canny tag for a board.

Authentication

Connected account required

Tags

Tags
Create voteCANNY_CREATE_VOTECreates a vote for a Canny post.

Creates a vote for a Canny post.

Authentication

Connected account required

Tags

Votes
Delete commentCANNY_DELETE_COMMENTDeletes a Canny comment.

Deletes a Canny comment.

Authentication

Connected account required

Tags

Comments
Delete postCANNY_DELETE_POSTDeletes an existing Canny post.

Deletes an existing Canny post.

Authentication

Connected account required

Tags

Posts
Delete voteCANNY_DELETE_VOTEDeletes a vote from a Canny post.

Deletes a vote from a Canny post.

Authentication

Connected account required

Tags

Votes
List boardsCANNY_LIST_BOARDSReturns all Canny boards associated with the company.

Returns all Canny boards associated with the company.

Authentication

Connected account required

Tags

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

Lists Canny categories, optionally scoped to a board.

Authentication

Connected account required

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.

Authentication

Connected account required

Tags

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

Lists Canny tags, optionally scoped to a board.

Authentication

Connected account required

Tags

Tags
Retrieve boardCANNY_RETRIEVE_BOARDRetrieves an existing board by ID.

Retrieves an existing board by ID.

Authentication

Connected account required

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.

Authentication

Connected account required

Tags

Posts
Retrieve userCANNY_RETRIEVE_USERRetrieves a Canny user by ID.

Retrieves a Canny user by ID.

Authentication

Connected account required

Tags

Users
Update postCANNY_UPDATE_POSTUpdates an existing Canny post.

Updates an existing Canny post.

Authentication

Connected account required

Tags

Posts

Provider resources