clickUp.onWorkspaceEvent starts an automation when all ClickUp events in the selected Workspace.
automations/clickup-on-workspace-event.automation.ts
workspaceId. Optional static account defaults to the project’s ClickUp binding. Automate.ax maintains one signed Workspace webhook and updates its provider event set as triggers change.
Trigger data
Returns aSignal<ClickUpWebhookEvent>. event is one of ClickUp’s supported webhook names; the payload includes webhookId, historyItems, and applicable taskId, listId, folderId, spaceId, goalId, or keyResultId. History items preserve the stable ID, date, type, field, parent, data, source, before and after values, and user that ClickUp supplied.