notion-blocks-batch
Get blocks from Notion page specified by page_id field of input record.
notion-blocks-batch [profile=PROFILE]
- profile=PROFILE
- Profile name of Notion
Output Fields
| Field | Type | Name | Description |
|---|---|---|---|
| profile | String | Connect profile | Profile name of Notion |
| id | String | Block ID | GUID format. |
| object | String | Object | e.g. block |
| type | String | Type | e.g. heading_1, paragraph, child_page |
| line | String | Text content | |
| created | String | Created at | |
| updated | String | Last edited at | |
| creator_name | String | Creator name | |
| last_editor_name | String | Last editor name | |
| creator_id | String | Creator ID | GUID format. |
| last_editor_id | String | Last editor ID | GUID format. |