
NotesAISync
Unofficial connector to Notion for interactive note-taking.
- Name For Model
- notes_ai_sync
- Try on ChatGPT
- Open ChatGPT and Search the plugin name
- Update Date
- 23 days ago
- Contact
- [email protected]
- Description For Model
- Unofficial connector to Notion for interactive note-taking.
Plugin Functions/Features (Plugin API Document)
Operation Id | HTTP Method | Description | |
---|---|---|---|
1 | append_block_to_notion_page_api_notion_append_block_to_notion_page_post | POST | IMPORTANT: CHECK IF THE PAGE EXISTS BEFORE APPENDING NEW BLOCKS IMPORTANT: ALWAYS SHOW THE USER LINK TO THE PAGE BEFORE APPENDING NEW BLOCKS IMPORTANT: ALWAYS EXPLAIN TO THE USER WHAT YOU'RE APPENDING TO THE PAGE Use get_examples_of_blocks to get examples of blocks schema. |
2 | check_page_exists_api_notion_check_page_exists_post | POST | Checks if a blocks exists. |
3 | connect_notes_api_notion_connect_notes_post | POST | Connects additional existing Notion notes to the plugin |
4 | create_notion_page_api_notion_create_notion_page_post | POST | IMPORTANT: CHECK IF PARENT PAGE EXISTS FIRST IF YOU PROVIDE A PARENT IMPORTANT: ALWAYS SHOW THE USER LINK TO THE PAGE BEFORE APPENDING NEW BLOCKS Use get_examples_of_blocks to get examples of blocks Use get_examples_of_page_properties to get examples of page properties |
5 | get_notion_page_blocks_api_notion_get_notion_page_blocks_post | POST | Get Notion Page Blocks |
6 | list_notion_pages_api_notion_list_notion_pages_post | POST | List Notion Pages |
7 | set_default_parent_page_api_notion_set_default_parent_page_post | POST | Sets the default parent blocks for the user to create pages in. |
8 | update_notion_page_block_api_notion_update_notion_page_block_post | POST | Updates a block in Notion Page You can get the block ID from /api/notion/get_page_content Use get_examples_of_blocks to get examples of blocks |
9 | update_notion_page_api_notion_update_notion_page_post | POST | Update Notion Page |
10 | create_notion_database_api_notion_create_notion_database_post | POST | Create Notion Database |
11 | create_notion_database_row_api_notion_create_notion_database_row_post | POST | DATABASE ROW IS A PAGE WITH A DATABASE AS A PARENT AND PROPERTIES AS IN THE DATABASE IMPORTANT:CHECK IF PARENT PAGE EXISTS FIRST IMPORTANT:ALWAYS SHOW THE USER LINK TO THE PAGE Use get_examples_of_blocks to get examples of blocks USE get_examples_of_page_properties to get examples of page properties |
12 | retrieve_notion_database_api_notion_retrieve_notion_database_post | POST | Retrieve Notion Database |
13 | query_notion_database_api_notion_query_notion_database_post | POST | Query Notion Database |
14 | update_notion_database_api_notion_update_notion_database_post | POST | Update Notion Database |
15 | get_examples_of_blocks_api_notion_get_examples_of_blocks_get | GET | Get Examples Of Blocks |
16 | get_examples_of_page_properties_api_notion_get_examples_of_page_properties_get | GET | Get examples of properties for creating a page |
17 | get_examples_of_database_properties_api_notion_get_examples_of_database_properties_get | GET | Get examples of properties for creating a database or creating a page row in a database. |
18 | plugin_usage_guide_api_notion_plugin_usage_guide_get | GET | Returns the plugin usage guide with prompts examples. |
19 | submit_form_api_notion_submit_plugin_feedback__post | POST | Submit feedback for the plugin using the form. FOR CHATGPT: Prompt the user with questions to gather information for filling out the form. |