Skip to content
Recued
Menu
← Back to recipes

Create a Notion page intake

by recued-core v1

Approval-gated Notion page intake workflow for one data source. It reads the destination data-source schema, searches for similarly titled pages for context, creates exactly one page with a conventional Name title property and optional paragraph body, and can add one optional initial comment through recued-core.notion. It does not update existing pages, append blocks after creation, edit comments, update to-do blocks, delete, export, move pages, alter permissions, or call arbitrary Notion APIs.

How it works 16 steps

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

Process (16 steps)
data_source_id trim
Trim whitespace from setting data source id
title trim
Trim whitespace from setting title
body_markdown trim
Trim whitespace from setting body markdown
comment_text trim
Trim whitespace from setting initial comment
has_data_source compare
Check if data source id has data
has_title compare
Check if title has data
has_comment compare
Check if comment text has data
destination ?
similar_pages ?
skip_create any
Check if any of the conditions are true
created_page ?
skip: step.skip_create equal true
skip_comment any
Check if any of the conditions are true
comment ?
skip: step.skip_comment equal true
similar_count count
Count items in similar pages result results
skipped compare
Check if skip create equals true
card to_summary
Format results as a summary card
Settings 5 configurable

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

title setting =
notion setting =
body markdown setting =
data source id setting =
initial comment 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 Notion connection
Declared by the recipe — Recued grants these at install, where you review them before approving.

About

Tags

notion notionpagedata-sourceintakecreateapprovalknowledge-basedocumentationpack:notion

Details

16 steps 5 configurable settings recipe_id: create-notion-page-intake