Skip to content
Recued
Menu
← Back to recipes

WordPress content digest

by recued-core v1

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 27 steps

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 10 configurable

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.

Where it runs

Device + server Runs on your device (browser) or your server.

Permissions it requires

Send notificationsRead your Wordpress connection
Declared by the recipe — Recued grants these at install, where you review them before approving.

About

Tags

wordpress wordpresscmssitepostspagescommentsdigestschedulenotificationpack:wordpress

Details

27 steps 10 configurable settings recipe_id: wordpress-content-digest