Notion Automation Pro Tips2026-07-06Ship HTML snapshots into NotionUse Notion's new API-created HTML blocks to turn sprint dashboards, roadmap deltas, and review packets into refreshable visual snapshots inside a Notion page.
Notion Automation Pro Tips2026-06-26Label MCP sessions with fetch selfUse Notion MCP's new `fetch self` identity check to verify the connected workspace and user before routing write-heavy roadmap or stakeholder-brief automations.
Notion Automation Pro Tips2026-06-25Build non-blocking Notion automations with async MCP task pollingNotion shipped `notion-get-async-task` on June 25, 2026 — the first MCP polling tool for long-running operations. Learn the three-tool async pattern (fire → poll with exponential backoff → act on result), a concrete sprint-template duplication workflow, three stitching points across Workers, n8n, and Notion Automation property handoffs, and four gotchas including the undocumented `async_task` response schema.
Notion Automation Pro Tips2026-06-23Notion MCP tool access by plan — the full mapAs of June 22, 2026, Notion's MCP server shows all 17 tools on every plan — but visibility ≠ access. This article maps each tool against plan tier, documents the one concrete access improvement (notion-query-data-sources dropped from Enterprise to Business+Notion AI), and gives Free/Plus users two working workarounds.
Notion Automation Pro Tips2026-06-22GLM 5.2 is now in Notion's model picker — and its 1M context window changes what Custom Agents can actually processGLM 5.2 (Z.ai / Zhipu AI) arrived in Notion's Custom Agents model picker on June 17, 2026 — the first open-weight model in the picker. The practical differentiator for PMs is its 1M-token context window, which lets a single agent run ingest a full sprint database, spec documents, and a changelog without truncation. The article explains what the model is (744B MoE, 40B active, MIT license), defines its lane in the picker vs. Auto mode, walks through a 5-step weekly sprint report setup with a copy-paste instruction block, and documents five gotchas — including the undocumented Notion credit multiplier, which remains the key unknown before committing to it at scale.
Notion Automation Pro Tips2026-06-17Zapier MCP can't read Notion. Here's how to fix it with a second MCP server.Zapier MCP's Notion integration is write-only — 8 operations, zero database reads. The fix is a second MCP server: run Notion's official `notion-mcp-server` alongside Zapier MCP in Claude Desktop so Claude auto-routes reads to one and writes to the other. Covers the exact JSON config, tool namespacing, a full read-write loop, four PM power workflows, and the June 2026 workspace-level rate limit gotcha.
Notion Automation Pro Tips2026-06-15When to use n8n AI Builder for Notion workflows — and when to build manuallyn8n's AI Builder scaffolds a 25-node workflow in 90 seconds — but it silently breaks Notion date writes and creates new pages instead of updating existing ones. This tip gives you a 6-dimension decision table, a 4-step hybrid build pattern (45–90 min → 15–25 min), and the Notion-specific failure modes the official docs still don't mention.
Notion Automation Pro Tips2026-06-11Notion API now lets bots write to People properties — here's the audit trail it unlocksOn June 10, 2026, Notion removed the validation_error that blocked bot user objects from being written to people properties and user rich text mentions. This tip shows the 4-step "Bot Identity Attribution" pattern: each integration stamps its own bot UUID into a custom People property on every PATCH, and a database Property edited automation fires on detection — bridging the API-to-automation gap that previously had no native solution. Includes JSON payloads, a prerequisites table, 3 PM workflow patterns, and gotchas covering the Custom Agent exclusion, human-edit noise, and webhook action limits.
Notion Automation Pro Tips2026-06-11Notion AI now runs real code — here's what the community found before Notion announced itOn June 10, 2026, two r/Notion users independently confirmed an unannounced Notion AI feature: a live Amazon Linux 2023 sandbox (Python 3.13, Node 24, pandas, LibreOffice) plus a Sub Agents delegation panel. Neither is in any official changelog. Here's what each tool can do and what PMs should try — carefully — right now.
Notion Automation Pro Tips2026-06-10Notion OAuth now mints unique tokens on every authorization — audit your integration nowNotion's June 8 OAuth change silently breaks re-authorization flows. Three concrete fixes for bot_id schemas, callback guards, and concurrency races.
Notion Automation Pro Tips2026-06-09Chain Notion Custom Agents through a shared databaseCustom Agents can't call each other directly — the workaround is a shared Notion database acting as a message bus. Agent A flips a Status property when it finishes; Agent B fires on that exact property change via its own "property is updated" trigger. Covers the 4-step build guide, a PM feature-request triage → enrichment pipeline, and 6 production gotchas including the one-write-surface rule, the 2-hop DB Automation cap, and the absence of a centralized debug view.
Notion Automation Pro Tips2026-06-08Give Claude access to Jira, Notion, and Slack in one MCP serverZapier's MCP server (launched May 2026) lets Claude orchestrate 40,000+ actions across Jira, Notion, Slack, and Gmail through a single URL — no code required. The key trap: this works when Claude is the orchestrator calling Zapier MCP, not when a Notion Custom Agent connects to Zapier MCP (blocked by an open MCP handshake bug). Covers 5-step setup, a copy-paste sprint-check prompt, the 2-tasks-per-call cost model, and four production gotchas.