API
- class notionapimanager.notion_database_api_manager.NotionDatabaseApiManager(integration_token, database_ids)
Class for reading from (and writing to) Notion databases
- connect()
Perform preparation operations before communicating with Notion API
- create_page(database_id, page_properties: List[PropertyValue])
Add Notion page to database
- Parameters
database_id (str) – id of database you want to add a page to
page_properties (List[
PropertyValue]) – property values of new page