create_goal
Create a new goal within a ClickUp workspace by specifying the workspace ID, goal name, and due date, with optional owners, color, and description to define the goal's details.
Instructions
Create a new goal in a workspace
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Goal name | |
| color | No | Hex color code | |
| owners | No | User IDs of goal owners | |
| team_id | Yes | The workspace/team ID | |
| due_date | Yes | Due date (Unix ms) | |
| description | No | ||
| multiple_owners | No |