Skip to content
Recued
Menu
← Back to recipes

Create a Buffer scheduled post

by recued-core v1

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

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

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.

Where it runs

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

Permissions it requires

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

Data it touches

Warehousedata.channeldata.createpost

About

Tags

buffer buffersocial-mediapostschedulecreateapprovalmarketingpack:buffer

Details

10 steps 11 configurable settings recipe_id: create-buffer-scheduled-post