An all-in-one workspace and collaboration platform that combines note-taking, document management, task management, and collaboration features. It was designed to provide individuals and teams with a flexible and customizable platform for organizing and managing information.

Changelog

4 versions
v2.1.0 Latest
  • Added test() (Flow Test Mode) to all triggers: NewDatabaseItem, UpdatedDatabaseItem.
v2.0.0
  • (breaking change) MakeApiCall: headers and parameters changed to key-value array inputs (body remains textarea/JSON to support nested structures) per standard #1459 — existing flows that used the old string/textarea headers or parameters must be updated
v1.0.2
  • Added output examples to component schemas.
v1.0.1
  • Initial release

Authentication

TypeDetails
OAuth 2
Authentication Hub Verified

This connector is globally authenticated and verified by Appmixer and is ready to use without registering your own OAuth application with the provider. Appmixer's Authentication Hub acts as an authentication proxy, so all OAuth-based connectors work out of the box. You can still use your own OAuth credentials (clientId and clientSecret) for enhanced customization or compliance — see the Connector Configuration section of the documentation. The Authentication Hub is enabled for all hosted Appmixer tenants; on self-managed installations it has to be explicitly set.

Triggers

2
New Database Item icon

New Database Item

Triggers when a new Item is added inside a selected database.
Updated Database Item icon

Updated Database Item

Triggers when a database item is updated.

Actions

8
Create Page icon

Create Page

Create a new page under a parent page.
Create Database Item icon

Create Database Item

Create a new item in a specified Notion database.
Find Database Item icon

Find Database Item

Find an item in a specified Notion database.
Find Page By Title icon

Find Page By Title

This component searches for pages in Notion based on a given title and returns only the titles and IDs of the matching pages. Due to the nature of Notion's search API, the results might not always be exact unless the search query is a unique and precise match. For retrieving more detailed information or metadata about a specific page, you can use the RetrievePage component by passing the Page ID obtained from this component. This component will return a maximum of 100 records.
Get Database icon

Get Database

Gets a selected Database using its ID.
Get Page icon

Get Page

Gets a page or a database item using its ID.
Make Api Call icon

Make Api Call

Generic method for making API calls to a 3rd party service.
Update Database Item icon

Update Database Item

Update selected item in a specified Notion database.