Comment on page
Get page
Tags: #notion #productivity #naas_drivers #operations #snippet #page
Last update: 2023-04-12 (Created: 2021-08-16)
Description: This notebook allows you to quickly and easily create and organize webpages for any purpose.
from naas_drivers import notion
- Share integration with your database / page
# Enter Token API
NOTION_TOKEN = "ENTER_YOUR_NOTION_TOKEN_HERE" # EXAMPLE: "secret_xxxxxxxxxxxxxxxxxx"
# Enter Page URL
PAGE_URL = "ENTER_YOUR_PAGE_URL_HERE" # EXAMPLE: "https://www.notion.so/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
page = notion.connect(NOTION_TOKEN).page.get(PAGE_URL)
page
Last modified 3mo ago