Beyond-Bot.ai + googlesheets
Google Sheets is a cloud-based spreadsheet tool enabling real-time collaboration, data analysis, and integration with other Google Workspace apps
What You Can Do with this Integration
Automate Data Entry
Automatically sync new contacts or deals from Beyond-Bot.ai to googlesheets.
Enrich Customer Profiles
Use Beyond-Bot.ai to find and add new information to your records in googlesheets.
Trigger Workflows
Start automated workflows in googlesheets based on conversations with your virtual expert.
Available Actions
Here are the specific actions your virtual expert can perform within googlesheets.
Googlesheets Add Sheet
Adds a new sheet (worksheet) to a spreadsheet. use this tool to create a new tab within an existing google sheet, optionally specifying its title, index, size, and other properties.
Googlesheets Append Dimension
Tool to append new rows or columns to a sheet, increasing its size. use when you need to add empty rows or columns to an existing sheet.
Googlesheets Clear Basic Filter
Tool to clear the basic filter from a sheet. use when you need to remove an existing basic filter from a specific sheet within a google spreadsheet.
Googlesheets Delete Dimension
Tool to delete specified rows or columns from a sheet in a google spreadsheet. use when you need to remove a range of rows or columns.
Googlesheets Delete Sheet
Tool to delete a sheet (worksheet) from a spreadsheet. use when you need to remove a specific sheet from a google sheet document.
Googlesheets Get Spreadsheet By Data Filter
Returns the spreadsheet at the given id, filtered by the specified data filters. use this tool when you need to retrieve specific subsets of data from a google sheet based on criteria like a1 notation, developer metadata, or grid ranges.
Googlesheets Get Spreadsheet Info
Retrieves comprehensive metadata for a google spreadsheet using its id, excluding cell data.
Googlesheets Insert Dimension
Tool to insert new rows or columns into a sheet at a specified location. use when you need to add empty rows or columns within an existing google sheet.
Googlesheets Search Developer Metadata
Tool to search for developer metadata in a spreadsheet. use when you need to find specific metadata entries based on filters.
Googlesheets Set Basic Filter
Tool to set a basic filter on a sheet in a google spreadsheet. use when you need to filter or sort data within a specific range on a sheet.
Googlesheets Spreadsheets Sheets Copy To
Tool to copy a single sheet from a spreadsheet to another spreadsheet. use when you need to duplicate a sheet into a different spreadsheet.
Googlesheets Spreadsheets Values Append
Tool to append values to a spreadsheet. use when you need to add new data to the end of an existing table in a google sheet.
Googlesheets Spreadsheets Values Batch Clear
Tool to clear one or more ranges of values from a spreadsheet. use when you need to remove data from specific cells or ranges while keeping formatting and other properties intact.
Googlesheets Spreadsheets Values Batch Clear By Data Filter
Clears one or more ranges of values from a spreadsheet using data filters. the caller must specify the spreadsheet id and one or more datafilters. ranges matching any of the specified data filters will be cleared. only values are cleared -- all other properties of the cell (such as formatting, data validation, etc..) are kept.
Googlesheets Spreadsheets Values Batch Get By Data Filter
Tool to return one or more ranges of values from a spreadsheet that match the specified data filters. use when you need to retrieve specific data sets based on filtering criteria rather than entire sheets or fixed ranges.
Googlesheets Update Sheet Properties
Tool to update properties of a sheet (worksheet) within a google spreadsheet, such as its title, index, visibility, tab color, or grid properties. use this when you need to modify the metadata or appearance of a specific sheet.
Googlesheets Update Spreadsheet Properties
Tool to update properties of a spreadsheet, such as its title, locale, or auto-recalculation settings. use when you need to modify the overall configuration of a google sheet.
Googlesheets Aggregate Column Data
Searches for rows where a specific column matches a value and performs mathematical operations on data from another column.
Googlesheets Batch Get
Retrieves data from specified cell ranges in a google spreadsheet; ensure the spreadsheet has at least one worksheet and any explicitly referenced sheet names in ranges exist.
Googlesheets Batch Update
Updates a specified range in a google sheet with given values, or appends them as new rows if `first cell location` is omitted; ensure the target sheet exists and the spreadsheet contains at least one worksheet.
Googlesheets Batch Update Values By Data Filter
Tool to update values in ranges matching data filters. use when you need to update specific data in a google sheet based on criteria rather than fixed cell ranges.
Googlesheets Clear Values
Clears cell content (preserving formatting and notes) from a specified a1 notation range in a google spreadsheet; the range must correspond to an existing sheet and cells.
Googlesheets Create Google Sheet1
Creates a new google spreadsheet in google drive using the provided title.
Googlesheets Create Spreadsheet Column
Creates a new column in a google spreadsheet, requiring a valid `spreadsheet id` and an existing `sheet id`; an out-of-bounds `insert index` may append/prepend the column.
Googlesheets Create Spreadsheet Row
Inserts a new, empty row into a specified sheet of a google spreadsheet at a given index, optionally inheriting formatting from the row above.
Googlesheets Find Worksheet By Title
Finds a worksheet by its exact, case-sensitive title within a google spreadsheet; returns a boolean indicating if found and the complete metadata of the entire spreadsheet, regardless of whether the target worksheet is found.
Googlesheets Format Cell
Applies text and background cell formatting to a specified range in a google sheets worksheet.
Googlesheets Get Sheet Names
Lists all worksheet names from a specified google spreadsheet (which must exist), useful for discovering sheets before further operations.
Googlesheets Lookup Spreadsheet Row
Finds the first row in a google spreadsheet where a cell's entire content exactly matches the query string, searching within a specified a1 notation range or the first sheet by default.
Googlesheets Search Spreadsheets
Search for google spreadsheets using various filters including name, content, date ranges, and more.
Googlesheets Sheet From Json
Creates a new google spreadsheet and populates its first worksheet from `sheet json`, which must be non-empty as its first item's keys establish the headers.