clickup_goal_create
Create a new goal in a ClickUp workspace by specifying name, description, due date, and assigning owners to track progress and align team objectives.
Instructions
Create a new goal in a workspace
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| description | No | Goal description | |
| due_date | No | Due date as Unix timestamp (milliseconds) | |
| name | Yes | Goal name | |
| owner_ids | No | List of owner user IDs | |
| team_id | No | Workspace (team) ID. Omit to use the default workspace from config. |