Confluence space activity brief
Scheduled read-only activity brief for one Confluence Space. It lists recent pages, blog posts, and open tasks through the recued-core.confluence pack, renders compact tables, and optionally sends an in-app nudge when work is visible. It never edits pages, downloads attachments, changes permissions, or calls arbitrary Atlassian endpoints.
How it works
Inspect the data fetches, transforms, gates, and output this recipe runs.
Process (22 steps)
pages_raw
?
blogposts_raw
?
tasks_raw
?
pages
default
Apply default
blogposts
default
Apply default
tasks
default
Apply default
page_rows
slice
Take a subset of
blogpost_rows
slice
Take a subset of
task_rows
slice
Take a subset of
page_count
count
Count items in pages
blogpost_count
count
Count items in blogposts
task_count
count
Count items in tasks
total_visible
sum
Sum values in
has_activity
compare
Check if total visible is greater than 0
notify_enabled
compare
Check if setting notify when activity equals true
should_notify
all
Check if all conditions are true
notify
?
skip: step.should_notify not_equal true
page_titles
pluck
Extract title from each item
page_titles_text
join
Join items with "
"
page_table
to_table
Format results as a data table
task_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.
channels
setting
=
in_app
cloud id
setting
=
end hour
setting
=
10
space id
setting
=
weekdays
setting
=
1,2,3,4,5
atlassian
setting
=
row limit
setting
=
20
start hour
setting
=
8
notify when activity
setting
=
true
Trust & control
What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.