Reference for typed triggers, durable steps, replay-safe data flow, and idempotent workflow effects.
Scaffold a Notion App workflow with typed triggers and replay-safe durable steps.
Review Notion App workflows for trigger typing and retry safety.
Reference for typed triggers, durable steps, replay-safe data flow, and idempotent Workflow effects.
Scaffold a Notion Worker Workflow with typed triggers and replay-safe durable steps.
Review Notion Worker Workflows for trigger typing and retry safety.
Guide to setting up third-party authentication for a Notion Worker. Covers brokered credentials for external-service API keys / personal access tokens, OAuth, and plaintext environment secrets only when worker code needs the value. Use when the worker needs…
Comprehensive guide to building Notion Workers syncs — covers the two-sync architecture (backfill+delta), replace mode, pagination, consistency buffers, pacers, deletion strategies, and common pitfalls. Auto-loads when sync-related work is detected.