You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ACTION] Improve Notion actions to loop block-creation, comply with request limits (#13889)
* Notion: Improved on addiong chunkArray function to get chunks of 1000 blocks each
* Flatten results
---------
Co-authored-by: Leo Vu <[email protected]>
Copy file name to clipboardExpand all lines: components/notion/actions/append-block/append-block.mjs
+22-4Lines changed: 22 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ export default {
6
6
key: "notion-append-block",
7
7
name: "Append Block to Parent",
8
8
description: "Creates and appends blocks to the specified parent. [See the documentation](https://developers.notion.com/reference/patch-block-children)",
0 commit comments