Skip to main content
Skip table of contents

Notion - Download Database to Workflows

Overview

Allows for quick and seamless download of a Notion Database to Workflows. Results can either be downloaded to a JSON or CSV file.

Variables

NameReferenceTypeRequiredDefaultOptionsDescription
Access TokenNOTION_ACCESS_TOKENPassword--The access token assigned to the integration created
Database IDNOTION_DATABASE_IDAlphanumeric--The ID of the notion database found in the URL
Destination File NameNOTION_DEST_FILEAlphanumeric--The name of the file to save the downloaded data
Destination Folder NameNOTION_DEST_FOLDERAlphanumeric--The optional folder to store the downloaded data
File TypeNOTION_FILE_TYPESelectcsvCSV: csv

JSON: json
The file type to store results

YAML

Below is the YAML template

YAML

source:
  template: Notion - Download Database to Workflows
  inputs:
    NOTION_ACCESS_TOKEN:
    NOTION_DATABASE_ID:
    NOTION_DEST_FILE:
    NOTION_DEST_FOLDER:
    NOTION_FILE_TYPE: csv
  type: TEMPLATE
guardrails:
  retry_count: 1
  retry_wait: 0h0m0s
  runtime_cutoff: 1h0m0s
  exclude_exit_code_ranges:
    - 200
    - 201
    - 202
    - 203
    - 204
    - 205
    - 206
    - 249

      
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.