Skip to main content

Synced Objects

Notion supports the following Synced Objects:
  • Files

    Notion pages are synced as Markdown files.

    • All child pages (including entries of a database) will be synced as distinct files with their parentId set to the ID of the parent page or database.
    • Properties of database entries are currently not synced, except for the Title property, which will become the file name.
    • Attachments and images are represented as links within the page Markdown and must be downloaded separately.

Files

Send a request to Enable Sync to start a file sync. Syncs for Notion can be created with one of the following configurations:
  • Global Sync: All pages and databases that are granted to the integration at time of authentication will be synced.
  • Sync of specific pages: Only a group of specific pages and their descendants will be synced.
  • Global Sync
  • Sync of specific pages
Example
{
    "integration": "notion",
    "pipeline": "files",
    "configuration": {}
}
Configuration options:No configuration options are required for a global Sync.
I