📄️ View Raw Data API Response
When you run an API request in Note API Connector, it automatically converts API responses into a tabular format.
📄️ Select Nested Data
When you run an API request in Note API Connector, it automatically converts API responses into a tabular format for easy mapping to Notion.
📄️ Data Transformation
When you import API data into Notion, you often need to transform it first. Note API Connector provides two editors: JMESPath and JSONata. Both can filter and reshape JSON, but they serve slightly different purposes.
📄️ Response JMESPath
Note API Connector includes a built-in JMESPath interactive editor that allows you to transform JSON responses from an API.
📄️ Response JSONata
Note API Connector now includes a built-in JSONata editor alongside JMESPath. JSONata is a flexible query and transformation language for JSON that not only extracts and filters data but also lets you calculate values, transform text, and restructure objects.