Skip to content
Recued
Menu
← Back to recipes

ClickUp workspace task digest

by recued-core v1

Scheduled read-only work digest for one ClickUp Workspace. It lists a bounded page of visible tasks, open goals, and the current timer through the recued-core.clickup pack, renders compact tables, and optionally sends an in-app nudge when tasks are present. It never edits tasks, changes permissions, manages guests, uploads files, or calls arbitrary ClickUp endpoints.

How it works 18 steps

Inspect the data fetches, transforms, gates, and output this recipe runs.

Process (18 steps)
tasks_raw ?
goals_raw ?
timer_raw ?
tasks default
Apply default
goals default
Apply default
task_count count
Count items in tasks
goal_count count
Count items in goals
has_tasks compare
Check if task count is greater than 0
notify_enabled compare
Check if setting notify when tasks equals true
should_notify all
Check if all conditions are true
notify ?
skip: step.should_notify not_equal true
rows slice
Take a subset of
task_names pluck
Extract name from each item
task_names_text join
Join items with " "
task_table to_table
Format results as a data table
goal_rows slice
Take a subset of
goal_table to_table
Format results as a data table
card to_summary
Format results as a summary card
Settings 13 configurable

Configurable at install. Defaults shown — change them anytime in Recued.

page setting = 0
clickup setting =
reverse setting = false
team id setting =
channels setting = in_app
end hour setting = 10
order by setting = due_date
weekdays setting = 1,2,3,4,5
row limit setting = 25
start hour setting = 8
include closed setting = false
include subtasks setting = true
notify when tasks setting = true

Trust & control

What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.

Where it runs

Device + server Runs on your device (browser) or your server.

Permissions it requires

Send notificationsRead your Clickup connection
Declared by the recipe — Recued grants these at install, where you review them before approving.

About

Tags

clickup clickuptasksworkspacegoalstime-trackingschedulenotificationpack:clickup

Details

18 steps 13 configurable settings recipe_id: clickup-workspace-task-digest