Create a Buffer scheduled post
Approval-gated Buffer post creation workflow. It reads the destination channel for context, then creates exactly one post with caller-supplied text, schedule mode, scheduled time, tags, optional documented assets, and optional channel metadata through recued-core.buffer. It does not edit existing posts, delete posts, reorder queues, mutate channels, manage team settings, upload local files, or call arbitrary GraphQL.
How it works
Inspect the data fetches, transforms, gates, and output this recipe runs.
Process (10 steps)
channel_id
trim
Trim whitespace from setting channel id
post_text
trim
Trim whitespace from setting text
due_at
trim
Trim whitespace from setting due at
has_channel
compare
Check if channel id has data
has_text
compare
Check if post text has data
channel
?
skip_create
any
Check if any of the conditions are true
created_post
?
skip: step.skip_create equal true
skipped
compare
Check if skip create equals true
card
to_summary
Format results as a summary card
Settings
Configurable at install. Defaults shown — change them anytime in Recued.
mode
setting
=
customScheduled
text
setting
=
assets
setting
=
buffer
setting
=
due at
setting
=
tag ids
setting
=
metadata
setting
=
[object Object]
channel id
setting
=
ai assisted
setting
=
true
save to draft
setting
=
false
scheduling type
setting
=
automatic
Trust & control
What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.