create_todos_for_note
Generate multiple todo items for a specific note in Sidvy by providing note ID and todo text strings, with optional line numbering and workspace specification.
Instructions
Create multiple todos for a note at once
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| noteId | Yes | Note ID to create todos for | |
| todoTexts | Yes | Array of todo text strings | |
| startingLineNumber | No | Starting line number (default: 1) | |
| workspaceId | No | Workspace ID (optional) |