# Copy to: ~/.config/sendpreview-2-notion/.env
# Keep the copied file private; it contains your Notion integration token.

NOTION_TOKEN="ntn_PASTE_YOUR_TOKEN_HERE"
NOTES_DB_ID="PASTE_YOUR_DATABASE_ID_HERE"

# Optional: customize database property names/values if your database differs.
PROP_TITLE="Name"
PROP_TYPE="Type"
TYPE_VALUE="Image"

# Default matches the current script. Change only after validating against Notion API docs.
NOTION_VERSION="2025-09-03"
