Short answer: You can get page content in Notion by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Notion Get Page Content action to a workflow, map its 2 inputs from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Page or Block ID block_id | string | Required | Page or Block ID. Example: a1b2c3d4-e5f6-7890-abcd-ef1234567890 |
Page Size page_size | string | Optional | Page Size. e.g. "100" |
{"block_id": "e.g. a1b2c3d4-e5f6-7890-abcd-ef1234567890","page_size": "100"}
{"object": "list","results": [{"type": "paragraph","paragraph": {"rich_text": [{"plain_text": "Hello world"}]}},{"type": "heading_2","heading_2": {"rich_text": [{"plain_text": "Section Title"}]}}],"has_more": false}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.