Append table blocks to a Notion page. Use for structured tabular data like spreadsheets, comparison charts, and status trackers. Example: { "table_width": 3, "has_column_header": true, "rows": [ {"cells": [[{"type": "text", "text": {"content": "Col1"}}], [...], [...]]} ] } ⚠️ Ce…
afterstringOptional UUID of an existing child block. New blocks will be inserted after this block.
tablesRequiredarrayArray of tables to append. Each table includes: - table_width: Number of columns (1-100) - has_column_header: Style first row as header (optional, default false) - has_row_header: Style first column as header (optional, default false) - rows: Array of row objects (at least one r…
block_idRequiredstringThe UUID of the parent block or page to append children to.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.