Weavz
Canny

Canny

Manage Canny feedback boards, posts, comments, votes, tags, and feedback webhook events.

10 tools
3 triggers

Tools

Name
list_boards

List Canny boards.

list_posts

List Canny posts with skip pagination and filters.

retrieve_post

Retrieve a Canny post by ID.

create_post

Create a Canny post on a board.

update_post

Update Canny post fields such as title, details, status, owner, eta, or category.

delete_post

Delete a Canny post by ID.

list_comments

List comments for a Canny post.

create_comment

Create a comment on a Canny post.

create_vote

Create a Canny vote for a post and voter.

list_tags

List Canny tags.

Triggers

Name
post_created

Receives Canny webhook events. Configure this trigger URL in Canny; signature verification is not performed because raw request bodies are not available here.

post_status_changed

Receives Canny webhook events. Configure this trigger URL in Canny; signature verification is not performed because raw request bodies are not available here.

webhook_event

Receives Canny webhook events. Configure this trigger URL in Canny; signature verification is not performed because raw request bodies are not available here.

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('canny', 'list_boards', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'canny',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Canny to my app?

Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.

What tools does Canny support?

Canny supports 10 tools including List Boards, List Posts, Retrieve Post, Create Post, Update Post, and more.

Can I use Canny with AI agents?

Yes. Add Canny to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.

Can Canny be used in stateful agent workflows?

Yes. Agents can combine Canny tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.

What authentication does Canny use?

Canny uses API Key. Weavz stores credentials securely and uses them for authorized action execution.

How much does the Canny integration cost?

The Canny integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

What triggers does Canny support?

Canny supports 3 triggers including Post Created, Post Status Changed, Webhook Event.

Connect Canny in minutes

Get 20,000 free action executions every month. No credit card required.