Create a Buffer idea intake
Approval-gated Buffer idea intake workflow. It reads the organization and idea groups for context, then creates exactly one content idea with title, body, target services, optional planning date, tags, media, and group placement through recued-core.buffer. It does not create posts, publish, edit or delete existing ideas, reorder queues, mutate channels, or call arbitrary GraphQL.
How it works
Inspect the data fetches, transforms, gates, and output this recipe runs.
Process (17 steps)
organization_id
trim
Trim whitespace from setting organization id
title
trim
Trim whitespace from setting title
idea_text
trim
Trim whitespace from setting text
group_id
trim
Trim whitespace from setting group id
place_after_id
trim
Trim whitespace from setting place after id
has_organization
compare
Check if organization id has data
has_text
compare
Check if idea text has data
organization
?
idea_groups
?
skip_create
any
Check if any of the conditions are true
created_idea
?
skip: step.skip_create equal true
skipped
compare
Check if skip create equals true
created_idea_id
default
Apply default
created_idea_title
default
Apply default
created_idea_group_id
default
Apply default
created_idea_error
default
Apply default
card
to_summary
Format results as a summary card
Settings
Configurable at install. Defaults shown — change them anytime in Recued.
date
setting
=
tags
setting
=
text
setting
=
media
setting
=
title
setting
=
buffer
setting
=
group id
setting
=
services
setting
=
ai assisted
setting
=
true
place after id
setting
=
organization id
setting
=
Trust & control
What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.