Short answer: You can get block in Notion by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Notion Get Block action to a workflow, map its 1 input 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 |
|---|---|---|---|
Block ID block_id | string | Required | Notion block ID — a UUID. Most pages are also valid blocks (use the page ID). |
{"block_id": "e.g. a1b2c3d4-e5f6-7890-abcd-ef1234567890"}
{"id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890","type": "paragraph","object": "block","paragraph": {"rich_text": [{"plain_text": "Hello world"}]},"created_time": "2025-01-10T08:00:00.000Z","has_children": false,"last_edited_time": "2025-01-15T12:00:00.000Z"}
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.