Notion

community_notion · action · Utility · Available · v1.0.0

Description

Notion API v2.0 — 32 actions: Pages, Databases, Blocks helpers, Search, Users, Comments, auto-paginate, duplicate_page.

⚙️ Configuration parameters

Fields shown in the editor when configuring the node. Generated directly from the NodeDefconfigFields.

FieldTypeRequiredDefaultDescription
integrationLabel
Etichetta integration (opzionale)
stringno
operation
Operazione
enum
createPagequeryDatabaseupdatePagegetPage
yescreatePage
parentId
Parent ID (database o page UUID)
expressionno
32-char-uuid-with-dashes
UUID del parent (database per createPage in db, page per createPage child). Required per createPage.
parentType
Tipo parent
enum
database_idpage_id
nodatabase_iddatabase_id (default) per pages in db, page_id per child pages.
pageId
Page ID (per updatePage/getPage)
expressionnoUUID page Notion. Required per updatePage/getPage.
databaseId
Database ID (per queryDatabase)
expressionnoUUID database. Required per queryDatabase.
propertiesJson
Properties (JSON Notion schema)
codeno
{ "Name": { "title": [{ "text": { "content": "Hello" }}] } }
Properties shape Notion (vedi developers.notion.com/reference/property-value-object). Required per createPage/updatePage.
filterJson
Filter (per queryDatabase)
codeno
{ "property": "Status", "select": { "equals": "Done" } }
Filter object per queryDatabase. Vedi developers.notion.com/reference/post-database-query-filter.
pageSize
Page size (per queryDatabase)
numberno50Max 100 (hard cap Notion). Default 50.

⬆️ Node output

Fields available to downstream nodes via $node.<alias>.json.<field>:

  • ok
  • data
  • pageId
  • results
  • count
  • hasMore
  • nextCursor

💡 Configuration example

JSON snippet of the node as it appears in the workflow. Values are derived fromdefaultValue and from required parameters.

{
  "id": "node-community_notion-1",
  "defId": "community_notion",
  "label": "Notion",
  "config": {
    "operation": "createPage",
    "parentType": "database_id",
    "pageSize": 50
  }
}

🔗 Related nodes in the same category

Ready to use Notion?

Available now on all FlowForge plans. Try it free without a credit card.

Start freeBrowse all nodes