Canny

Add a bot to Canny using the official integration.

The official Canny integration allows your bot to manage posts and comments in your Canny feature request boards.

Setup

Install the integration in Botpress

First, install the integration to your bot:

  1. In Botpress Studio, select Explore Hub in the upper-right corner.
  2. Search for the Canny integration, then select Install Integration.

In the Configuration menu, you should see one field: API key. Leave it empty for now—you’ll come back to it after getting your Canny API key.

Get your Canny API key

Next, get your Canny API key:

  1. Log in to your Canny dashboard.
  2. In the top-right corner, select your profile icon and go to Settings.
  3. From the left sidebar, go to API.
  4. Copy your API key.

Configure the integration in Botpress

Now, you can finish setting up the integration in Botpress:

  1. In the integration’s API Key field, paste your Canny API key.
  2. Select Save Configuration.

Cards

Create Comment

Create a new comment on a post

inputobject
outputobject

Create or Update User

Create a new user or update an existing one in Canny

inputobject
outputobject

Create Post

Create a new post in Canny

inputobject
outputobject

Delete Comment

Delete a comment

inputobject

Delete Post

Delete a post

inputobject

Get Comment

Retrieve a comment by ID

inputobject
outputobject

Get Post

Retrieve a post by ID

inputobject
outputobject

List Boards

List all boards in your Canny workspace

inputobject
outputobject

List Comments

List comments with optional filters

inputobject
outputobject

List Posts

List posts with optional filters

inputobject
outputobject

List Users

List all users in your Canny workspace with pagination

inputobject
outputobject

Update Post

Update an existing post

inputobject

Triggers