What problem does it solve?
This Skill provides a straightforward way to programmatically create, read, update, and query Notion pages, data sources (databases), and block content so users and integrations can automate content workflows without manual UI interaction.
Core Features & Use Cases
- Search & Discovery: Find pages and data sources using the search endpoint to locate targets for automation.
- Create & Update: Create pages in a data source, create data sources, update page properties, and append blocks to pages.
- Querying: Query data_sources for filtered and sorted results using the dedicated data_sources query endpoint.
- Use Case: Automate meeting notes creation by writing a page into a project data source, then query and aggregate items from that data source for reporting.
Quick Start
Use the notion skill to create a new page titled Meeting Notes in a specified data source using your stored NOTION_API_KEY.