Loading...
Loading...
Canny integration. Manage data, records, and automate workflows. Use when the user wants to interact with Canny data.
npx skill4agent add membranedev/application-skills cannymembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search canny --elementType=connector --jsonoutput.items[0].element?.idmembrane connect --connectorId=CONNECTOR_ID --jsonmembrane connection list --jsonconnectionIdmembrane action list --intent=QUERY --connectionId=CONNECTION_ID --json| Name | Key | Description |
|---|---|---|
| List Posts | list-posts | Returns a list of posts. |
| List Users | list-users | Returns a list of users. |
| List Comments | list-comments | Returns a list of comments. |
| List Boards | list-boards | Retrieves a list of all boards for your company. |
| List Categories | list-categories | Returns a list of categories for a board. |
| List Companies | list-companies | Returns a list of companies. |
| List Tags | list-tags | Returns a list of tags for a board. |
| List Votes | list-votes | Returns a list of votes filtered by post, board, or user. |
| List Changelog Entries | list-changelog-entries | Returns a list of changelog entries. |
| Retrieve Post | retrieve-post | Retrieves the details of an existing post by its ID. |
| Retrieve User | retrieve-user | Retrieves the details of an existing user by ID, userID, or email. |
| Retrieve Comment | retrieve-comment | Retrieves the details of an existing comment by its ID. |
| Retrieve Board | retrieve-board | Retrieves the details of an existing board by its ID. |
| Retrieve Category | retrieve-category | Retrieves the details of an existing category by its ID. |
| Retrieve Tag | retrieve-tag | Retrieves the details of an existing tag by its ID. |
| Create Post | create-post | Creates a new post (feedback item) on the specified board. |
| Create User | create-or-update-user | Creates a new user if one doesn't exist, or updates an existing user with the provided data. |
| Create Comment | create-comment | Creates a new comment on a post. |
| Update Post | update-post | Updates an existing post's details like title, description, custom fields, or ETA. |
| Delete Post | delete-post | Deletes a post. |
membrane action run --connectionId=CONNECTION_ID ACTION_ID --jsonmembrane action run --connectionId=CONNECTION_ID ACTION_ID --json --input "{ \"key\": \"value\" }"membrane request CONNECTION_ID /path/to/endpoint| Flag | Description |
|---|---|
| HTTP method (GET, POST, PUT, PATCH, DELETE). Defaults to GET |
| Add a request header (repeatable), e.g. |
| Request body (string) |
| Shorthand to send a JSON body and set |
| Send the body as-is without any processing |
| Query-string parameter (repeatable), e.g. |
| Path parameter (repeatable), e.g. |
membrane action list --intent=QUERY