Discord Widget
ChainJet Logo
Notion

Notion Integrations

ChainJet allows you to connect Notion with web3 dapps and web2 services, so you can automate your work. No code required.

Triggers

Notion

New Database

Triggers when a database is created. Databases must be shared with the ChainJet Integtration to trigger event.
Notion

New Item in Database

Triggers when a new item is added to a database.
Notion

Page or Subpage Updated

Triggers when a page or one of its sub-pages is updated.
Notion

Updated Page ID

Triggers when a selected page is updated
Notion

Updated Page in Database

Triggers when a page in a database is updated. To select a specific page, use Updated Page ID instead

Actions

Notion

Append Block to Parent

Creates and appends blocks to the specified parent. See the docs
Notion

Create Database Item

Add a new item or page to a Notion database
Notion

Create Page

Creates a page from a parent page. The only valid property is title. See the docs
Notion

Create Page from Database

Creates a page from a database. See the docs
Notion

Duplicate Page

Creates a new page copied from an existing page block. See the docs
Notion

Find a Page

Searches for a page by its title. See the docs
Notion

Query Database

Query a database. See the docs
Notion

Retrieve Block

Retrieves a block. A block object represents content within Notion. Blocks can be text, lists, media, and more. A page is also a type of block. See the docs
Notion

Retrieve Database Content

Retreive the content of a database. See the docs
Notion

Retrieve Database Schema

Retrieves a database object. Database objects describe the property schema of a database in Notion. See the docs
Notion

Retrieve Page

Retrieves a page. See the docs
Notion

Retrieve Page Property Item

Retrieves a property_item object for a given page_id and property_id.
Notion

Search

Searches for a page or database. See the docs
Notion

Update Page

Updates page property values for the specified page. Properties that are not set will remain unchanged. To append page content, use the append block action. See the docs