Description
Notion API v2.0 — 32 actions: Pages, Databases, Blocks helpers, Search, Users, Comments, auto-paginate, duplicate_page.
community_notion · action · Utility · Available · v1.0.0
Notion API v2.0 — 32 actions: Pages, Databases, Blocks helpers, Search, Users, Comments, auto-paginate, duplicate_page.
Fields shown in the editor when configuring the node. Generated directly from the NodeDefconfigFields.
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
integrationLabelEtichetta integration (opzionale) | string | no | — | — |
operationOperazione | enumcreatePagequeryDatabaseupdatePagegetPage | yes | createPage | — |
parentIdParent ID (database o page UUID) | expression | no | — 32-char-uuid-with-dashes | UUID del parent (database per createPage in db, page per createPage child). Required per createPage. |
parentTypeTipo parent | enumdatabase_idpage_id | no | database_id | database_id (default) per pages in db, page_id per child pages. |
pageIdPage ID (per updatePage/getPage) | expression | no | — | UUID page Notion. Required per updatePage/getPage. |
databaseIdDatabase ID (per queryDatabase) | expression | no | — | UUID database. Required per queryDatabase. |
propertiesJsonProperties (JSON Notion schema) | code | no | — { "Name": { "title": [{ "text": { "content": "Hello" }}] } } | Properties shape Notion (vedi developers.notion.com/reference/property-value-object). Required per createPage/updatePage. |
filterJsonFilter (per queryDatabase) | code | no | — { "property": "Status", "select": { "equals": "Done" } } | Filter object per queryDatabase. Vedi developers.notion.com/reference/post-database-query-filter. |
pageSizePage size (per queryDatabase) | number | no | 50 | Max 100 (hard cap Notion). Default 50. |
Fields available to downstream nodes via $node.<alias>.json.<field>:
okdatapageIdresultscounthasMorenextCursorJSON 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
}
}Available now on all FlowForge plans. Try it free without a credit card.
Start freeBrowse all nodes