create_post
Create a new post on a Canny feedback board by providing author ID, board ID, and title. Optionally include details, category, and custom fields.
Instructions
Create a new post in a Canny board
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Title of the post | |
| boardId | Yes | ID of the board to create the post in | |
| details | No | Detailed description of the post (optional) | |
| authorId | Yes | ID of the user creating the post | |
| categoryId | No | ID of the category for the post (optional) | |
| customFields | No | Custom field values as key-value pairs (optional) |