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-Version is required and features differ by version.
  • Database vs data source split: modern integrations must work with data_source_id for “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.


Quick start

Related skills
Installs
3
GitHub Stars
1
First Seen
Feb 1, 2026