Building a ChatGPT plugin for Notion integration

Lisa Park
Lisa ParkMar 2, 2026

I'm building a ChatGPT plugin that connects to Notion and lets users query their workspace. The OAuth flow was the trickiest part.

The plugin can:

  • Search across all pages and databases
  • Create new pages from conversation
  • Update existing content
  • Summarize recent changes
  • Biggest challenge: Notion's API has pagination limits and the plugin action timeout is 30 seconds. I had to implement clever caching.

    Would anyone find a tutorial useful? Happy to write one up.

    3.2k views16 replies41 likes

    Log in to reply to this topic.