Skip to content
Recued
Menu
← Back to recipes

Create Contentful entry draft

by recued-core v1

Approval-gated Contentful draft creation workflow. It reads the target content type schema, creates exactly one draft entry from a caller-supplied locale-wrapped fields object, and returns the new entry for review. It does not publish, update existing entries, delete, upload/process assets, mutate content types, or call arbitrary Contentful routes.

How it works 9 steps

Inspect the data fetches, transforms, gates, and output this recipe runs.

Process (9 steps)
space_id trim
Trim whitespace from setting space id
environment_id trim
Trim whitespace from setting environment id
content_type_id trim
Trim whitespace from setting content type id
reason trim
Trim whitespace from setting reason
content_type ?
draft ?
schema_fields default
Apply default
schema_table to_table
Format results as a data table
card to_summary
Format results as a summary card
Settings 6 configurable

Configurable at install. Defaults shown — change them anytime in Recued.

fields setting = [object Object]
reason setting =
space id setting =
contentful setting =
environment id setting = master
content type 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 Contentful connection
Declared by the recipe — Recued grants these at install, where you review them before approving.

About

Tags

contentful contentfulentrydraftcmscreateapprovalpack:contentful

Details

9 steps 6 configurable settings recipe_id: create-contentful-entry-draft