@notionhq/apps
v0.0.4
Published
An SDK for building workflow apps for Notion
Maintainers
Keywords
Readme
Apps SDK
Development
- Install mise
- Run
mise install - Run
mise run setup - Run
mise run check && mise run test
The SDK requires Node 26 or newer and supports workflow capabilities only:
import { triggers } from "@notionhq/apps/triggers";
import { createWorkflow } from "@notionhq/apps/workflow";Publishing New Versions
Publishing is initiated only from the GitHub Actions UI:
- Open the Publish workflow.
- Select Run workflow on the
mainbranch.
The workflow always increments the patch version. It builds, checks, and tests the
SDK before committing the new version, creating an apps-v* GitHub release,
and publishing @notionhq/apps to npm.
