External DocumentationTo learn more, visit the Notion documentation.
Actions
Append Children To Block
Append block children.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Block ID | The unique identifier of a block or a page. |
| Children | Child content to append to a container block as an array of block objects. Note: For more information about block objects, visit Notion’s API documentation. |
{
"child_page": {
"title": "Who Will Teach Silicon Valley to Be Ethical? "
},
"created_time": "2021-04-27T20:38:19.437Z",
"has_children": true,
"id": "a1712d54-53e4-4893-a69d-4d581cd2c845",
"last_edited_time": "2021-05-12T06:07:37.724Z",
"object": "block",
"type": "child_page"
}
Was this page helpful?