OCNORA

Notion

Business appsAPI keycredential probe

Create and query pages in Notion databases.

OCNORA ships 22 typed Notion operations. Each node has a schema-driven form, input and output tables beside its settings, and is pre-flighted by Workflow Health before your first real run. Anything not covered by a typed node reaches https://api.notion.com/v1 through the HTTP node with the same credential.

Operations 22

  • Append Block Children
    Append blocks to the end of a page or a container block.
    notion.append_block_children
  • Archive Page
    Archive a page by moving it to the workspace trash.
    notion.archive_page
  • Create Comment
    Add a comment to a page, or reply in an existing discussion.
    notion.create_comment
  • Create Database
    Create a database as a child of an existing page.
    notion.create_database
  • Create Database Page
    Create a page (row) in a Notion database.
    notion.create_page
  • Delete Block
    Delete a block by moving it to the workspace trash.
    notion.delete_block
  • Get Block
    Retrieve a single block by id.
    notion.get_block
  • Get Bot User
    Retrieve the bot user this integration authenticates as.
    notion.get_bot_user
  • Get Database
    Retrieve a database's schema and metadata by id.
    notion.get_database
  • Get Page
    Retrieve a single Notion page by id.
    notion.get_page
  • Get Page Property
    Read one property of a page, including paginated ones.
    notion.get_page_property
  • Get User
    Retrieve one Notion user by id.
    notion.get_user
  • List Block Children
    List one page of a block's or page's child blocks.
    notion.list_block_children
  • List Comments
    List the unresolved comments on a page or block.
    notion.list_comments
  • List Databases
    List the databases shared with this integration.
    notion.list_databases
  • List Users
    List one page of the workspace's users.
    notion.list_users
  • Query Database
    Query pages from a Notion database with optional filter and sort.
    notion.query_database
  • Restore Page
    Restore an archived page out of the workspace trash.
    notion.restore_page
  • Search
    Search the pages and databases shared with this integration.
    notion.search
  • Update Block
    Update a block's content, or archive and restore it.
    notion.update_block
  • Update Database
    Rename a database, edit its description, schema or archived flag.
    notion.update_database
  • Update Page
    Update a Notion page's properties, or archive it.
    notion.update_page

Run your first Notion workflow today.

Create a free workspace, add the connection, pick a template or describe the workflow to Build with AI. Workflow Health checks it before it runs.