Buffer channel posts digest
Scheduled read-only digest for one Buffer organization. It reads account context, connected channels, filtered posts, and optional daily posting limits through recued-core.buffer, renders compact tables, and can send an in-app nudge when scheduled or failed posts need attention. It does not create, edit, delete, reorder, publish, or call arbitrary Buffer GraphQL.
How it works
Inspect the data fetches, transforms, gates, and output this recipe runs.
Process (17 steps)
buffer_account
?
channels_raw
?
posts_raw
?
skip_limits
any
Check if any of the conditions are true
limits_raw
?
skip: step.skip_limits equal true
channels
default
Apply default
post_edges
default
Apply default
limits
default
Apply default
channel_count
count
Count items in channels
post_count
count
Count items in post edges
has_posts
compare
Check if post count is greater than 0
should_notify
all
Check if all conditions are true
notify
?
skip: step.should_notify not_equal true
post_table
to_table
Format results as a data table
channel_table
to_table
Format results as a data table
limit_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.
buffer
setting
=
status
setting
=
scheduled,error
channels
setting
=
in_app
end hour
setting
=
10
weekdays
setting
=
1,2,3,4,5
row limit
setting
=
25
limit date
setting
=
start hour
setting
=
8
channel ids
setting
=
organization id
setting
=
notify when posts
setting
=
true
Trust & control
What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.