notion-api-automation
Installation
SKILL.md
Notion API Automation
Why this exists
Notion API work is easy to get “mostly right” and still fail in production due to:
- Versioning:
Notion-Versionis required and features differ by version. - Database vs data source split: modern integrations must work with
data_source_idfor “rows”. - Properties vs content: page properties are not the same as page block content.
- Pagination + throttling: most listing endpoints are paginated; rate limits are tight.
- Validation schema: property values must match the data source schema exactly.
This skill provides reliable, repeatable workflows and drop-in request patterns.