Chat With Workspace

Chat with your Notion workspace.

Developer: https://api.notionlink.io


“Chat With Workspace” is a versatile plugin that allows users to interact with their Notion workspace directly from the chat interface. It provides a range of functionalities such as searching for pages or databases, retrieving page or block details, fetching block children, and querying databases. This plugin essentially transforms your chat into a powerful command center for managing and navigating your Notion workspace.

Common prompts:

  • Search Pages or Databases: To search for a specific page or database, use the searchEndpoint function. For example, { "query": "Project Ideas" } will return all pages or databases with "Project Ideas" in their titles.
  • Retrieve Page Details: To get the properties of a specific page, use the getPageEndpoint function with the page ID. For instance, { "id": "page-id" }.
  • Fetch Block Details: To retrieve the details of a specific block, use the getBlockEndpoint function with the block ID. For example, { "id": "block-id" }.
  • Get Block Children: To fetch the child blocks of a specific block, use the getBlockChildrenEndpoint function with the block ID. For instance, { "id": "block-id" }.
  • Query a Database: To get a list of pages in a database, use the queryDatabaseEndpoint function with the database ID. For example, { "id": "database-id" }.

The “Chat With Workspace” plugin is a powerful tool that brings the extensive capabilities of Notion right into your chat interface. It streamlines the process of managing and navigating your workspace, making it easier and more efficient. Whether you’re searching for a specific page, fetching block details, or querying a database, this plugin has got you covered.