NotesAISync

NotesAISync

Unofficial connector to Notion for interactive note-taking.

Name For Model
notes_ai_sync
Update Date
6 months ago
Description For Model
Unofficial connector to Notion for interactive note-taking.

Plugin Functions/Features (Plugin API Document)

Operation IdHTTP MethodDescription
1append_block_to_notion_page_api_notion_append_block_to_notion_page_postPOSTIMPORTANT: 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.
2check_page_exists_api_notion_check_page_exists_postPOSTChecks if a blocks exists.
3connect_notes_api_notion_connect_notes_postPOSTConnects additional existing Notion notes to the plugin
4create_notion_page_api_notion_create_notion_page_postPOSTIMPORTANT: 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
5get_notion_page_blocks_api_notion_get_notion_page_blocks_postPOSTGet Notion Page Blocks
6list_notion_pages_api_notion_list_notion_pages_postPOSTList Notion Pages
7set_default_parent_page_api_notion_set_default_parent_page_postPOSTSets the default parent blocks for the user to create pages in.
8update_notion_page_block_api_notion_update_notion_page_block_postPOSTUpdates 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
9update_notion_page_api_notion_update_notion_page_postPOSTUpdate Notion Page
10create_notion_database_api_notion_create_notion_database_postPOSTCreate Notion Database
11create_notion_database_row_api_notion_create_notion_database_row_postPOSTDATABASE 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
12retrieve_notion_database_api_notion_retrieve_notion_database_postPOSTRetrieve Notion Database
13query_notion_database_api_notion_query_notion_database_postPOSTQuery Notion Database
14update_notion_database_api_notion_update_notion_database_postPOSTUpdate Notion Database
15get_examples_of_blocks_api_notion_get_examples_of_blocks_getGETGet Examples Of Blocks
16get_examples_of_page_properties_api_notion_get_examples_of_page_properties_getGETGet examples of properties for creating a page
17get_examples_of_database_properties_api_notion_get_examples_of_database_properties_getGETGet examples of properties for creating a database or creating a page row in a database.
18plugin_usage_guide_api_notion_plugin_usage_guide_getGETReturns the plugin usage guide with prompts examples.
19submit_form_api_notion_submit_plugin_feedback__postPOSTSubmit feedback for the plugin using the form. FOR CHATGPT: Prompt the user with questions to gather information for filling out the form.