External DocumentationTo learn more, visit the Notion documentation.
Parameters
Example Output
Workflow Library Example
Get Block with Notion and Send Results Via EmailPreview this Workflow on desktop
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 identifier of the required Notion block. |
{
"object": "<string>",
"id": "<string>",
"parent": {
"type": "<string>",
"workspace": true
},
"created_time": "2013-12-03T08:11:15.435Z",
"last_edited_time": "2005-01-07T07:49:55.550Z",
"created_by": {
"object": "<string>",
"id": "<string>"
},
"last_edited_by": {
"object": "<string>",
"id": "<string>"
},
"has_children": false,
"archived": false,
"in_trash": false,
"type": "<string>",
"child_database": {
"title": "<string>"
},
"request_id": "<string>"
}
Was this page helpful?