boond_actions_create
Create a new action in BoondManager, specifying name, status, due date, priority, project, assignee, and description to track tasks.
Instructions
Create a new action
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Action name | |
| status | No | Action status | open |
| dueDate | No | Due date (ISO 8601 format) | |
| priority | No | Action priority | |
| projectId | No | Project ID | |
| assignedTo | No | User ID to assign action to | |
| description | No | Action description |