WordPress content digest
Scheduled read-only digest for one WordPress site. It reads site settings, recent posts, recent pages, recent comments, categories, and tags through recued-core.wordpress, renders compact tables, and optionally sends an in-app nudge when recent content or comments are visible. It never creates, updates, deletes, uploads media, changes settings, mutates users, installs plugins, or calls arbitrary WordPress endpoints.
How it works
Inspect the data fetches, transforms, gates, and output this recipe runs.
Process (27 steps)
search
trim
Trim whitespace from setting content search
settings
?
posts_raw
?
pages_raw
?
comments_raw
?
categories_raw
?
tags_raw
?
posts
default
Apply default
pages
default
Apply default
comments
default
Apply default
categories
default
Apply default
tags
default
Apply default
post_count
count
Count items in posts
page_count
count
Count items in pages
comment_count
count
Count items in comments
visible_count
sum
Sum values in
has_activity
compare
Check if visible count 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
post_rows
slice
Take a subset of
page_rows
slice
Take a subset of
comment_rows
slice
Take a subset of
post_table
to_table
Format results as a data table
page_table
to_table
Format results as a data table
comment_table
to_table
Format results as a data table
summary
to_summary
Format results as a summary card
Settings
Configurable at install. Defaults shown — change them anytime in Recued.
channels
setting
=
in_app
end hour
setting
=
10
weekdays
setting
=
1,2,3,4,5
row limit
setting
=
20
wordpress
setting
=
start hour
setting
=
8
post status
setting
=
publish
comment status
setting
=
approve
content search
setting
=
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.