Icon

Notion Connector

Quickly build integrations connecting your B2B SaaS to Notion.

About the Notion Connector

Manage Notion pages, databases, and users

Actions

Action NameAction Description
Create DatabaseCreates a database as a subpage in the specified parent page, with the specified properties schema set on its initial data source.
Retrieve DatabaseRetrieve a database object by ID. Returns database-level information including child data sources.
Update DatabaseUpdate database-level attributes such as title, icon, cover, and inline status. To update data source properties, use the Update Data Source action.
Create Data SourceAdd an additional data source to an existing database. A standard table view is created alongside the new data source.
List Data SourcesList all data sources accessible to the integration.
Query Data SourceQuery a data source to retrieve pages with optional filtering and sorting.
Retrieve Data SourceRetrieve a data source object containing structural information about columns and configuration.
Update Data SourceUpdate a data source object including its properties (schema), title, description, and trash status.
Create Database (Deprecated)Creates a database as a subpage in the specified parent page, with the specified properties schema. Currently, the parent of a new database must be a Notion page or a wiki database.
Create Database ItemCreates an Item on a database.
Get Database (Deprecated)Retrieve a database by ID
List Databases (Deprecated)List all databases or data sources
Query Database (Deprecated)Query a Notion database or data source
Get PageRetrieve a page by ID with optional property filters
List PagesList all pages
Create PageCreates a new page that is a child of an existing page or database.
Raw RequestSend raw HTTP request to Notion
Get Current UserGet the currently logged in user
Get User by IDGet a user by their ID
List UsersList all users in the workspace with optional page size

Triggers

Trigger NameTrigger Description
New and Updated PagesChecks for new and updated pages in Notion on a configured schedule.
New and Updated DatabasesChecks for new and updated databases in Notion on a configured schedule.
New and Updated Database ItemsChecks for new and updated items in a Notion database on a configured schedule.