postMiroNote
Add sticky notes with custom content and positioning to Miro boards through WayStation's integration hub.
Instructions
Adds a new sticky note with specified content to a Miro board at the given position.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| boardId | Yes | The ID of the Miro board to add the note to | |
| content | Yes | The text content of the sticky note | |
| color | No | The color of the sticky note (e.g., "yellow", "blue", "green", "pink", "purple") | |
| x | No | X coordinate position on the board (default: 0) | |
| y | No | Y coordinate position on the board (default: 0) |