Notion

Last updated: September 8, 2025

Notion is an all-in-one workspace for notes, docs, and structured data via databases. With the Notion integration, Zams agents can search your workspace, query databases, and manage pages—all through intuitive natural-language commands.


Connection Method

  • Type: OAuth v2

  • Requirements:

    • An active Notion account within the workspace you'd like to connect

    • A Notion Integration app with proper permissions shared with your workspace pages/databases

  • Connect in Zams

    1. Go to IntegrationsNotion in your Zams dashboard.

    2. Click Connect and complete the Notion OAuth flow.


Available Functionalites

Funcionality

Description

Search

Find content across all accessible Notion pages and databases.

Query Database

Pull records from a Notion database using filters, sorting, and pagination. Requires the database to be shared with the integration.

Create Page

Add a new page or item to a database with property values matching the database schema.

Update Page

Modify existing page contents or properties, as allowed by Notion’s API capabilities.


Example of Use

  • Search your workspace

@Notion search for any page mentioning ‘Q3 launch’ across all workspace pages.”

  • Query a database

@Notion query the Sales Opportunities database to show items where Status is Pending and sort by Close Date.”

  • Create a new task

@Notion create a new page in the Tasks database with Title = ‘Draft blog post’, Status = ‘Idea’, Due Date = next Friday.”

  • Update an existing note

@Notion update the page ID abc123 to set Status = In Progress and add a substring ‘Started drafting’ in the content.”