{ "object": "page", "parent": { "type": "workspace" }, "icon": { "type": "emoji", "emoji": "\ud83c\udfaf" }, "properties": { "title": { "title": [ { "text": { "content": "{{PROJECT_NAME}}" } } ] } }, "children": [ { "object": "heading_1", "heading_1": { "rich_text": [ { "text": { "content": "\ud83d\udcca Project Dashboard" } } ] } }, { "object": "paragraph", "paragraph": { "rich_text": [ { "text": { "content": "{{PROJECT_DESCRIPTION}}" } } ] } }, { "object": "heading_2", "heading_2": { "rich_text": [ { "text": { "content": "\ud83d\udcc8 Status" } } ] } }, { "object": "callout", "callout": { "icon": { "emoji": "\u2705" }, "rich_text": [ { "text": { "content": "Status: {{STATUS}}\nPhase: {{PHASE}}\nProgress: {{PROGRESS}}%" } } ] } } ] }