同步操作将从 Gitee 极速下载/tooljet 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
id | title |
---|---|
notion | Notion |
ToolJet can connect to a Notion workspace to do operations on notion pages, databases and blocks.
For integrating Notion with ToolJet we will need the API token. The API token can be generated from your Notion workspace settings. Read the official Notion docs for Creating an internal integration with notion API.
Notion API provides support for:
:::tip
Before querying Notion, you must share the database with your integration. Click the share button in your database view, find your integration name select it.
:::
On database resource you can perform the following operations:
This operations retrieves a Database object using the ID specified.
https://www.notion.so/workspace/XXX?v=YYY&p=ZZZ
then XXX
is the database ID, YYY
is the view ID and ZZZ
is the page ID.This operation gets a list of Pages contained in the database, filtered and ordered according to the filter conditions and sort criteria provided in the query.
https://www.notion.so/workspace/XXX?v=YYY&p=ZZZ
then XXX
is the database ID, YYY
is the view ID and ZZZ
is the page ID.This operation creates a database as a subpage in the specified parent page, with the specified properties.
https://www.notion.so/workspace/XXX?v=YYY&p=ZZZ
then XXX
is the database ID, YYY
is the view ID and ZZZ
is the page ID.This operation updates an existing database as specified by the parameters.
On page resource you can perform the following operations:
This operation retrieves a Page object using the ID specified.
This operation creates a new page in the specified database or as a child of an existing page. If the parent is a database, the property values of the new page in the properties parameter must conform to the parent database's property schema. If the parent is a page, the only valid property is title.
This operation updates page property values for the specified page. Properties that are not set via the properties parameter will remain unchanged.
This operation retrieves a property_item object for a given page ID and property ID. Depending on the property type, the object returned will either be a value or a paginated list of property item values. See Property item objects for specifics.
The following operations can be performed on the block resource:
:::info
To get the id for blocks, simply click on the menu icon for the block and click "Copy link". Afterwards, paste the link in the browser and it should look like this: https://www.notion.so/Creating-Page-Sample-ee18b8779ae54f358b09221d6665ee15#7fcb3940a1264aadb2ad4ee9ffe11b0e
the string after # is the block id i.e. 7fcb3940a1264aadb2ad4ee9ffe11b0e
.
:::
This operation retrieves a Block object using the ID specified.
This operation creates and appends new children blocks to the parent block_id specified.
This operation retrieves a paginated array of child block objects contained in the block using the ID specified.
This operation updates the content for the specified block_id based on the block type.
The following operations can be performed on the user notion resource:
This operation retrieves a User using the ID specified.
This operation returns a paginated list of Users for the workspace.
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。