pd-notion-create-page
Original:🇺🇸 English
Translated
2 scripts
Notion: Create a new page or add a row to a database.
3installs
Sourcecasret/pipedream
Added on
NPX Install
npx skill4agent add casret/pipedream pd-notion-create-pageTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →notion create-page / add-row
PREREQUISITE: Readfor all commands.../pd-notion/SKILL.md
bash
# Page under a page
npx tsx resources/pd-notion.ts create-page --parent PAGE_ID --title 'New Page' [--content TEXT]
# Row in a database
npx tsx resources/pd-notion.ts add-row --db DB_ID --prop 'Name:title:Task' --prop 'Status:select:Todo'Check first for property names/types.
db-schema[!CAUTION] Write commands — confirm before executing.