External API integrations (pure API calls only).
Services should:
{ success: boolean, data?: any, error?: string }
formatupdatePageUrl(pageId, url)
- Updates a Notion page's URL propertygetPageById(pageId)
- Retrieves a single Notion pagegetDatabaseById(databaseId)
- Retrieves a Notion databasegetDatabasePages(databaseId)
- Queries pages from a Notion databasegetDatabases()
- Lists all accessible Notion databasesAll functions return the standard {success, data/error, timestamp}
format.