Procedures
Automation procedures in the Notion book.
to create a (new page) in notion
Concept
Description
Type
Required
Default Value
Concept
Description
Type
create a json
use the above as the parent
the parent's page_id is "1de281a74b61808fbf0ce51553cb9ed2"
get '{"title": [{"text": {"content": "Minimal Page"}}]}' as a json
use the above as the properties body
get '[{"object":"block","type":"paragraph","paragraph":{"rich_text":[{"type":"text","text":{"content":"This is a simple paragraph."}}]}}]' as json
use the above as the blocks
the blocks
create a json
use the above as the page
the page's parent is the parent
the page's "properties" is the properties body
set the page's "children" to the blocks
the page
use the page as the new page
create the new page in notionto query some (pages) from notion
Concept
Description
Type
Required
Default Value
Concept
Description
Type
Last updated
Was this helpful?
