Trello board activity digest
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
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
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.