Import & Migration
importFromNotion
Import from Notion
Migrate the Notion pages/databases shared with The Cloud into Pages.
Arguments
databasesAsTablesbooleanoptionalWhen true, each Notion database becomes a real Cloud Table (typed columns from its properties + rows from its entries) plus a stub page linking to it. Default false keeps the page-list surface.notionIdstringoptionalOptional single Notion page/database id (from listNotionPages) to import just that object and its subtree.reRunFailuresFromJobIdstringoptionalOptional jobId of a prior import: re-import ONLY the branches that failed in that run (idempotent; runs in its own lane, inheriting the original run's target Space/parent).spaceIdstringoptionalOptional target Space id from listPageSpaces. Omit for your personal Pages. Ignored when targetParentPageId is set.targetParentPageIdstringoptionalOptional existing Cloud page id: import the whole Notion tree UNDER this page (the 'archive my Notion under one page' shape).
Returns
Runs as a BACKGROUND JOB: returns a jobId immediately and keeps importing even if you disconnect: poll getNotionImportStatus(jobId) for progress.
Ask for it
The Cloud routes these requests to this verb.
- import my Notion
- migrate Notion into The Cloud
- archive my Notion
- retry the failed Notion pages
Pair it with
The verbs that finish the job.