Skip to content
Recued
Menu
← Back to recipes

Create a Buffer idea intake

by recued-core v1

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

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

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.

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.createideadata.account

About

Tags

buffer buffersocial-mediaideasintakecreateapprovalmarketingpack:buffer

Details

17 steps 11 configurable settings recipe_id: create-buffer-idea-intake