Skip to content
Recued
Menu
← Back to recipes

monday.com board digest

by recued-core v1

Scheduled read-only digest for one monday.com board. It reads the current user, board structure, groups, item page, board updates, and activity log through recued-core.monday, renders compact tables, and can send an in-app nudge when visible items exist. It does not create, update, move, archive, comment on, restructure, delete, upload to, invite users to, or call arbitrary monday.com GraphQL.

How it works 29 steps

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

Process (29 steps)
me ?
board ?
groups_raw ?
items_raw ?
board_updates_raw ?
skip: config.include_board_updates not_equal true
activity_raw ?
skip: config.include_activity not_equal true
board_rows default
Apply default
board_name default
Apply default
groups default
Apply default
items default
Apply default
board_updates default
Apply default
activity default
Apply default
item_count count
Count items in items
group_count count
Count items in groups
update_count count
Count items in board updates
activity_count count
Count items in activity
has_items compare
Check if item count is greater than 0
notify_enabled compare
Check if setting notify when items equals true
should_notify all
Check if all conditions are true
notify ?
skip: step.should_notify not_equal true
item_rows slice
Take a subset of
group_rows slice
Take a subset of
update_rows slice
Take a subset of
item_names pluck
Extract name from each item
item_names_text join
Join items with ", "
item_table to_table
Format results as a data table
group_table to_table
Format results as a data table
update_table to_table
Format results as a data table
card to_summary
Format results as a summary card
Settings 11 configurable

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

monday setting =
board id setting =
channels setting = in_app
end hour setting = 10
weekdays setting = 1,2,3,4,5
row limit setting = 25
column ids setting =
start hour setting = 8
include activity setting = true
notify when items setting = true
include board updates 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 Monday connection
Declared by the recipe — Recued grants these at install, where you review them before approving.

Data it touches

Warehousedata.boardsdata.me

About

Tags

monday mondayboardsitemsgroupsupdatesdigestschedulenotificationwork-managementpack:monday

Details

29 steps 11 configurable settings recipe_id: monday-board-workspace-digest