Overview
Phinite’s Notion predefined tool lets workspace assistants call Notion APIs through DevStudio after you save a connection under Integrations → Predefined tools. Read and update Notion pages and databases, search content, appendPredefined tools require a saved connection before they appear in Graph Studio’s tool picker. See Predefined Tools in GraphStudio.
What this integration enables
- Automate workflows using this predefined tool from agent graphs
- Connect once under Integrations and reuse across assistants
- Enable individual subtools per agent in Graph Studio
Required credentials
- See integration configuration fields in Phinite
Setup steps
- Create an integration at notion.so/my-integrations and copy the internal integration token.
- Share target pages/databases with the integration.
- Log into your Phinite workspace at app.phinite.ai
- Navigate to Integrations → Predefined tools
- Select Notion
- Click + Add Configuration
- Enter the credential fields listed above
- Select assistants that should use this connection
- Click Save Configuration
Configure in Graph Studio
- Open an agent in Graph Studio
- Select the agent node → Tools tab → Add a new tool
- Choose NotionTool (or search for Notion)
- Select your saved connection or add a new one
- Enable the subtools your workflow needs and save
Predefined tools
Phinite provides 20 subtools for Notion:- Create Database: Create a Notion database under a page
- Retrieve Database: Retrieve a Notion database by id
- Update Database: Update database title/metadata
- Create Page: Create a page in a data source
- Update Page: Update properties/icon/cover of a page
- Retrieve Page: Retrieve a page with selected properties
- Append Block Children: Append blocks to a page or block
- List Block Children: List child blocks for a page/block
- Delete Block: Delete a block by id
- Create Data Source: Create a data source in a database
- Update Data Source: Update data source schema/title/icon
- Retrieve Data Source: Retrieve a data source by id
- Query Data Source: Query a data source with filters/sorts
- List Data Source Templates: List templates for a data source
- Create File Upload: Initiate a Notion file upload
- Send File Upload: Send a public file URL to a file upload
- List File Uploads: List file uploads for the integration
- Search: Search pages/data sources shared with the integration
- List Users: List workspace users
- Retrieve User: Retrieve a user by id
Documentation & resources
- Official documentation:
https://developers.notion.com/ - Phinite documentation: Notion
Notes
- Store API keys and tokens securely; many providers show secrets only once
- Use separate connections for Dev, UAT, and Prod environments where possible
- Test with a minimal subtool call after saving credentials

