Skip to main content

Data Destination

Note API Connector allows you to import data into Notion table databases or Notion simple tables.

Using Note API Connector Web App

When using the web app, you must select:

Notion workspace
Notion Page ID (where the data will be imported)

Selecting a Notion Page

On the request setup screen, choose your Notion workspace and search for a page where the data should be imported.

Select Notion Workspace

You can either:

1️⃣ Search for a Notion page using the selection menu.
2️⃣ Manually enter a Page ID (this provides a visual confirmation if the page is found).

Selecting a Notion Page

If you enter a Page ID manually, Note API Connector will validate it and display the page title with a checkmark if successful.

An image from the static

How to Find Your Notion Page ID

To manually enter a Page ID:

1️⃣ Open the Notion page you want to use.
2️⃣ Look at the browser URL. The format will be:

https://www.notion.so/Your-Page-Name-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

3️⃣ The Page ID is the long string of letters and numbers at the end (typically 32 characters).

Example:

https://www.notion.so/My-Task-Manager-3a5f7c9d8b2e4567a89c123456789abc

Page ID: 3a5f7c9d8b2e4567a89c123456789abc

Using Note API Connector Chrome Extension

If you are using the Chrome extension, the process is more automated:

✅ The extension detects the current Notion workspace.
✅ It automatically selects the page where you are currently working.
✅ Data is imported directly into the open Notion page.

Extension Auto-Detection

Notion Table Database vs. Notion Simple Table

You can choose whether to import data into a:

Notion table database (structured data with advanced functionality)
Notion simple table (a simple table added to a Notion page)

You can check detailed guide in Notion guide.

Importing into a Notion Table Database

To store API data in a Notion database:

1️⃣ Convert a Notion page into a database using the slash command: /database
2️⃣ Select the database

Creating a Notion Database

Importing into a Notion Simple Table

If you choose to import data into a Notion table, Note API Connector will generate a new table block inside your Notion page. This method does not modify existing page content.

Creating a Notion Table

Recommendation

A Notion database is more powerful for working with data.

  • You can apply formulas, filters, and views.
  • You can reference data from other Notion databases.