Skip to content
Recued
Menu
← Back to recipes

Trello board activity digest

by recued-core v1

Scheduled read-only digest for one Trello board. It reads board metadata, lists, cards, members, labels, and recent actions through recued-core.trello, renders compact tables, and can send an in-app nudge when open cards are visible. It does not create, update, archive, delete, attach, assign, label, comment, mutate webhooks, or call arbitrary Trello endpoints.

How it works 28 steps

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

Process (28 steps)
me ?
board ?
lists_raw ?
cards_raw ?
members_raw ?
labels_raw ?
actions_raw ?
lists default
Apply default
cards default
Apply default
members default
Apply default
labels default
Apply default
actions default
Apply default
list_count count
Count items in lists
card_count count
Count items in cards
member_count count
Count items in members
label_count count
Count items in labels
action_count count
Count items in actions
has_cards compare
Check if card count is greater than 0
notify_enabled compare
Check if setting notify when cards equals true
should_notify all
Check if all conditions are true
notify ?
skip: step.should_notify not_equal true
card_rows slice
Take a subset of
action_rows slice
Take a subset of
card_names pluck
Extract name from each item
card_names_text join
Join items with " "
card_table to_table
Format results as a data table
action_table to_table
Format results as a data table
card to_summary
Format results as a summary card
Settings 10 configurable

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

trello setting =
board id setting =
channels setting = in_app
end hour setting = 10
weekdays setting = 1,2,3,4,5
row limit setting = 25
start hour setting = 8
card filter setting = open
action filter setting = commentCard,updateCard,createCard,copyCard,moveCardToBoard
notify when cards 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 Trello connection
Declared by the recipe — Recued grants these at install, where you review them before approving.

Data it touches

Warehousedata.card

About

Tags

trello trelloboardcardsactionsdigestschedulenotificationpack:trello

Details

28 steps 10 configurable settings recipe_id: trello-board-activity-digest