clickUp.getGoal gets one ClickUp Goal and its Targets.
automations/clickup-get-goal.automation.ts
Inputs
goalId. Every action accepts an optional static account binding.
Output
Returns aClickUpGoal including keyResults.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Gets one ClickUp Goal and its Targets.
clickUp.getGoal gets one ClickUp Goal and its Targets.
import { automation, onDashboardRun } from "automate.ax"
import { clickUp } from "automate.ax/clickup"
export default automation("Get Goal", () => {
onDashboardRun({ title: "Get Goal" })
clickUp.getGoal({ goalId: "goal-id" })
})
goalId. Every action accepts an optional static account binding.
ClickUpGoal including keyResults.