Common Questions
This page answers frequent questions when setting up and using Note API Connector.
Can Note API Connector impact my existing data?
No. Note API Connector will not change pages/rows that it didn't create. It only modifies the rows it manages.
How it works
- When you run a request for the first time, Note API Connector creates new rows/pages in the Notion database for the items it imports.
- On future runs, the connector will only refresh or update the specific rows it created previously — or it will add new rows for new items. It will not touch rows that were created manually or by other tools.
- Multiple requests or integrations writing to the same database: Each request keeps track of the rows it created. If you have two separate Note API Connector requests, each one will update only the rows it created — they won’t overwrite each other
Can't find your Notion database in the Page dropdown?
When creating a request, the Page dropdown fetches the first 100 pages and databases that Note API Connector has access to.
If your page or database isn’t visible in the list:
1️⃣ Try typing part of the name into the search box. Results update as you type.

2️⃣ Alternatively, paste the Page ID manually into the input field on the right.

Response view shows too many fields and is hard to navigate
Some APIs return very large responses with hundreds of fields. In Response View, Note API Connector displays all available fields so you can verify the structure of your data before mapping it to Notion.
This can feel overwhelming if you need to scroll through many fields in a small dialog. Here are four ways to make navigation easier, from simplest to most advanced:
1️⃣ Use your browser’s search (Ctrl+F or Cmd+F) directly in the Response View to quickly jump to a field by name.
2️⃣ Open Transform API Response → API Data Response. This shows the JSON in a vertical format, which can be easier to scan. There’s also a built-in search bar to find fields inside the raw JSON.
3️⃣ Filter the response with JMESPath or JSONata. These tools let you reduce the response to only the fields and data you care about.
4️⃣ Update your API request parameters (if supported). Many APIs allow you to specify which fields to return, this reduces response size at the source.
👉 Using these methods, you don’t need to scroll endlessly. You can search, filter, and simplify the response before mapping to Notion.
Need More Help?
If you have more questions, contact Note API Connector Support: