create_goal
Create a new ClickUp goal in a specified team/workspace by passing the team ID and goal name, along with optional fields for owners, due date, color, and description.
Instructions
Create a new goal in a ClickUp team/workspace.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the goal | |
| color | No | Hex color for the goal (e.g. #68aaf2) | |
| owners | No | Array of user IDs who own the goal | |
| team_id | Yes | The ID of the team (workspace) | |
| due_date | No | Due date as ms timestamp | |
| description | No | Description of the goal | |
| multiple_owners | No | Allow multiple owners |