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
Go to Integrations → Notion in your Zams dashboard.
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
“
@Notionsearch for any page mentioning ‘Q3 launch’ across all workspace pages.”
Query a database
“
@Notionquery the Sales Opportunities database to show items whereStatusisPendingand sort byClose Date.”
Create a new task
“
@Notioncreate a new page in the Tasks database with Title = ‘Draft blog post’, Status = ‘Idea’, Due Date = next Friday.”
Update an existing note
“
@Notionupdate the page IDabc123to setStatus=In Progressand add a substring ‘Started drafting’ in the content.”