Beyond-Bot.ai Logo+notion Logo

Beyond-Bot.ai + notion

Notion centralizes notes, docs, wikis, and tasks in a unified workspace, letting teams build custom workflows for collaboration and knowledge management

What You Can Do with this Integration

Automate Data Entry

Automatically sync new contacts or deals from Beyond-Bot.ai to notion.

Enrich Customer Profiles

Use Beyond-Bot.ai to find and add new information to your records in notion.

Trigger Workflows

Start automated workflows in notion based on conversations with your virtual expert.

Available Actions

Here are the specific actions your virtual expert can perform within notion.

Notion Add Page Content

Appends a single content block to a notion page or a parent block (must be page, toggle, to-do, bulleted/numbered list, callout, or quote); invoke repeatedly to add multiple blocks.

Notion Create Comment

Adds a comment to a notion page (via `parent page id`) or to an existing discussion thread (via `discussion id`); cannot create new discussion threads on specific blocks (inline comments).

Notion Create Database

Creates a new notion database as a subpage under a specified parent page with a defined properties schema; use this action exclusively for creating new databases.

Notion Create Notion Page

Creates a new page in a notion workspace.

Notion Delete Block

Archives a notion block, page, or database using its id, which sets its 'archived' property to true (like moving to "trash" in the ui) and allows it to be restored later.

Notion Fetch Comments

Fetches unresolved comments for a specified notion block or page id.

Notion Fetch Data

Simplifies the retrieval of notion items by abstracting the native notion api's complexity.

Notion Fetch Database

Fetches a notion database's structural metadata (properties, title, etc.) via its `database id`, not the data entries; `database id` must reference an existing database.

Notion Fetch Row

Retrieves a notion database row's properties and metadata; use a different action for page content blocks.

Notion Get About Me

Retrieves the user object for the bot associated with the current notion integration token, typically to obtain the bot's user id for other api operations.

Notion Get About User

Retrieves detailed information about a specific notion user, such as their name, avatar, and email, based on their unique user id.

Notion Insert Row Database

Creates a new page (row) in a specified notion database.

Notion List Users

Retrieves a paginated list of users (excluding guests) from the notion workspace; the number of users returned per page may be less than the requested `page size`.

Notion Query Database

Queries a notion database for pages (rows), where rows are pages and columns are properties; ensure sort property names correspond to existing database properties.

Notion Retrieve Comment

Tool to retrieve a specific comment by its id. use when you have a comment id and need to fetch its details.

Notion Retrieve Database Property

Tool to retrieve a specific property object of a notion database. use when you need to get details about a single database column/property.

Notion Update Page

Tool to update the properties, icon, cover, or archive status of a page. use when you need to modify existing page attributes.

Notion Update Row Database

Updates or archives an existing notion database row (page) using its `row id`, allowing modification of its icon, cover, and/or properties; ensure the target page is accessible and property details (names/ids and values) align with the database schema and specified formats.

Notion Update Schema Database

Updates an existing notion database's title, description, and/or properties; at least one of these attributes must be provided to effect a change.

Notion Append Block Children

Appends new child blocks to a specified parent block or page in notion, ideal for adding content within an existing structure (e.g., list items, toggle content) rather than creating new pages; the parent must be able to accept children.

Notion Archive Notion Page

Archives (moves to trash) or unarchives (restores from trash) a specified notion page.

Notion Duplicate Page

Duplicates a notion page, including all its content, properties, and nested blocks, under a specified parent page or workspace.

Notion Fetch Notion Block

Retrieves a notion block (or page, as pages are blocks) using its valid uuid; if the block has children, use a separate action to fetch them.

Notion Fetch Notion Child Block

Retrieves a paginated list of direct, first-level child block objects for a given parent notion block or page id; use block ids from the response for subsequent calls to access deeply nested content.

Notion Get Page Property Action

Call this to get a specific property from a notion page when you have a valid `page id` and `property id`; handles pagination for properties returning multiple items.

Notion Notion Update Block

Updates an existing notion block's textual content or type-specific properties (e.g., 'checked' status, 'color'), using its `block id` and the specified `block type`.

Notion Search Notion Page

Searches notion pages and databases by title; an empty query lists all accessible items, useful for discovering ids or as a fallback when a specific query yields no results.