This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Variables used by Scriptable. | |
// These must be at the very top of the file. Do not edit. | |
// icon-color: light-gray; icon-glyph: copy; | |
// follow instructions here https://developers.notion.com/docs/create-a-notion-integration | |
// for how to configure an integration, get the bearer token, and authorize the integration | |
// to access a Notion database. | |
const NOTION_DB_LINK = "https://www.notion.so/[YOUR USERNAME]/[LINK TO DATABASE]" | |
const BEARER_TOKEN = "Bearer secret_*******************************************" |