Canny Make integrationAutomate Canny with Make.
Can Make keep your Canny board moving while you work elsewhere? The Canny Make integration gives you 32 modules: 4 triggers, 19 actions and 9 searches. This page shows product and support teams how to connect Canny, build a first scenario and pick the right module.
Verified Trustpilot reviews · AI, automation & growth agency
What does the Canny Make integration do?
The Canny Make integration links your Canny account to Make, a no-code tool where you build a scenario (the automation itself, a chain of modules). Each module is one brick: a trigger that starts the run, an action that changes something in Canny, or a search that reads data. Canny posts, votes, comments and users can then flow to your other tools without copy and paste.
Close the loop with voters. Watch Status Changes spots a post that moved to a new status, and Create a Comment leaves a note on it. People who follow the request see the update where they voted.
Turn support tickets into requests. When a customer asks for a feature in your help desk, Search Posts checks whether the request already exists. If it does, Create a Vote adds the customer's vote on their behalf; if not, Create a Post opens it on the right board.
Keep your team informed. Watch Comments and Watch Votes react the moment something happens in Canny, so a new comment or vote can reach your chat tool, your CRM or a spreadsheet.
The listed modules do not cover every part of the Canny API. For the rest, Make an API Call reuses your connection to reach any endpoint. Canny may also exist as a node in n8n; if you are still choosing between the two tools, read n8n vs Make. New to the editor? The Make training walks you through it, and the Make pricing page explains how operations are counted.
How do you connect Canny to Make?
- 01
Copy your Canny API key
You need an active Canny account. In Canny, open your company's settings panel, select the API section and copy the API key shown on screen. Keep it at hand: Make asks for it once, then reuses it.
- 02
Add a Canny module in Make
Log in to Make, add any Canny module to your scenario and click Create a connection. A connection is your Canny account linked to Make; every Canny module in every scenario can reuse it.
- 03
Name it and paste the key
The Connection name field is optional, but a clear name helps when you run several Canny workspaces. Paste the API key you copied, or follow the on-screen instructions, and save. The module can now read your boards and posts.
Your first scenario: comment on a post when its status changes
GoalWhen a post changes status in Canny, Make leaves a comment on that post so anyone following it sees the news.
- 01
Create the scenario
On the Scenarios page, create a new scenario and click the big +. Search for Canny and pick Watch Status Changes as the first module.
- 02
Link your Canny account
Click Create a connection and paste your API key. Once the connection exists, Make can read your Canny data and fill the module's lists for you.
- 03
Add the comment
Click the + on the right of the trigger and add Create a Comment. Map the post from the bundle (one item passed from module to module) that Watch Status Changes returned, then write your message.
- 04
Test with Run once
Change a test post's status in Canny, then click Run once. Make runs the scenario one time and shows the bundles each module received, so you can check the comment before going live.
- 05
Schedule and switch on
Watch Status Changes is a scheduled trigger, so open the clock on the first module. A new scenario checks every 15 minutes by default; keep it or adjust it, then switch the scenario on.
What can start a Canny scenario?
4 modules start a scenario when something happens in Canny. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by Canny as soon as it happens.
Watch Comments
Instant triggerIn Make“Triggers when a new comment is created or deleted.”
Every comment written or removed under a Canny post can start your scenario, so the discussion around a request reaches the tools your team already reads.
Watch Posts
Instant triggerIn Make“Triggers when a new post is created, modified or deleted.”
You get a run each time a post is created, edited or deleted in Canny, which makes it the widest trigger of the app and the natural entry point for triage.
Watch Status Changes
Scheduled triggerIn Make“Watches status changes.”
Status moves on your posts become bundles you can act on: announce what shipped, update a roadmap sheet, or tell the customer who asked.
Watch Votes
Instant triggerIn Make“Triggers when a new vote is created.”
A fresh vote on any post can kick off your scenario, which lets you see demand building up the moment it happens instead of reading totals later.
What can Make do in Canny?
Canny gives you 28 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Modules index
- Add Post Tag
- Change Post Status
- Create a Comment
- Create a Post
- Create a Tag
- Create a Vote
- Create or Update a User
- Delete a Comment
- Delete a Company
- Delete a User
- Delete a Vote
- Get a Board
- Get a Comment
- Get a Post
- Get a Tag
- Get a User
- Get a Vote
- Make an API Call
- Remove Post Tag
- List All Boards
- List Changelog Entries
- List Opportunities
- List Status Changes
- List Tags
- List Users
- Search Comments
- Search Posts
- Search Votes
Add Post Tag
ActionIn Make“Adds a tag to a post.”
Posts get sorted without anyone opening them: this module sticks one of your tags on a post, so filters in Canny show the right requests to the right team.
Change Post Status
ActionIn Make“Changes status of a post.”
Your board stays accurate on its own: this action moves a post to another status, so voters see progress without a product manager updating it by hand.
Create a Comment
ActionIn Make“Creates a comment.”
People following a request get an answer right where they voted, because this action writes a comment under the post you choose.
Create a Post
ActionIn Make“Creates a post.”
Feedback that arrives outside Canny becomes a real request that others can find and vote on. The module opens a new post on the board you pick.
Create a Tag
ActionIn Make“Creates a tag.”
New labels appear in Canny without a trip to the settings, since this action adds a tag you can then place on posts.
Create a Vote
ActionIn Make“Add a vote to a post on someone's behalf.”
Customers who ask for a feature by email or on a call still count in Canny: this action adds a vote to a post on their behalf.
Create or Update a User
ActionIn Make“Creates a new user or updates an already existing user.”
Canny knows who your customers are, and one module handles both cases: it creates the user when they are new and updates them when they already exist.
Delete a Comment
ActionIn Make“Deletes a comment.”
Spam and duplicate replies disappear from your board without a moderator scrolling through posts. This action removes one comment for good.
Delete a Company
ActionIn Make“Deletes a company.”
Your Canny data stays in line with your customer list, because this action removes a company that no longer belongs there.
Delete a User
ActionIn Make“Deletes a user.”
Removing a person from Canny becomes one step of a wider cleanup: this module deletes the user you point it to.
Delete a Vote
ActionIn Make“Deletes a vote.”
Vote counts stay honest, since this action takes back a vote that should not be there.
Get a Board
ActionIn Make“Retrieves a board.”
You get the full record of one board when the previous module only hands you a reference to it, which makes messages and reports easier to read.
Get a Comment
ActionIn Make“Retrieves a comment.”
One comment, read in full, is what this module brings back, ready to pass on to the next module of your scenario.
Get a Post
ActionIn Make“Retrieves the details of an existing post, specified by its ID.”
The full details of an existing post, found by its ID, land in your scenario so every module after it can use them.
Get a Tag
ActionIn Make“Retrieves a tag.”
This module returns a single tag with its details, handy when a scenario must confirm a label before acting on posts.
Get a User
ActionIn Make“Retrieves the details of an existing user by Canny ID, ID or Email.”
You can find a Canny user from what you already have: a Canny ID, an ID or an email address. The profile then feeds the next modules.
Get a Vote
ActionIn Make“Retrieves a vote.”
A single vote comes back with its details, which helps when you need to know who backed what before writing to them.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
Whatever the listed modules miss, this one reaches: it sends an authorized request to any endpoint of the Canny API, using the same connection as the others.
Remove Post Tag
ActionIn Make“Removes a tag from a post.”
Labels that no longer apply come off automatically: this action takes one tag off a post and leaves the post itself untouched.
List All Boards
SearchIn Make“Returns a list of all boards associated with your company, in no particular order.”
One search brings back every board of your company. The order is random, which is fine when your scenario goes through them all.
List Changelog Entries
SearchIn Make“Retrieves a list of changelog entries. Sorted by newest.”
Your release notes can travel beyond Canny: this search returns changelog entries, newest first, ready to go to a newsletter or a help center.
List Opportunities
SearchIn Make“Lists opportunities.”
The opportunities tracked in Canny come out as bundles, so sales and product work from the same list, each in their own tool.
List Status Changes
SearchIn Make“Retrieves a list of status changes. Sorted by newest.”
You can pull the history of status changes on demand, newest first, in the middle of any scenario.
List Tags
SearchIn Make“Retrieves a list of tags.”
This search gives you the tags that exist in your Canny account, which is the safest way to know what labels you can use.
List Users
SearchIn Make“Lists users.”
The people in your Canny account come out as a list you can copy, compare or clean up in another tool.
Search Comments
SearchIn Make“Returns a list of comments.”
You get the comments you are looking for without reading each post. The search returns them as bundles for your next modules.
Search Posts
SearchIn Make“Returns a list of posts.”
Duplicates stay off your board, since this search finds existing posts before your scenario decides to create a new one.
Search Votes
SearchIn Make“Returns a list of votes.”
Who backed which request becomes visible outside Canny: the search returns votes as bundles you can send to a sheet or a CRM.
Need help automating Canny with Make?
A person reads every message.