Append block children.
External Documentation
To learn more, visit the Notion documentation.
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"
}
Append Children to Block with Notion and Send Results Via Email
Preview this Workflow on desktop
Was this page helpful?