
Automate tasks with Botize's databases
Store items in Botize's databases, designed for simple management and accessible in your automated tasks.
https://botize.com
Automating tasks with Botize's Databases allows you to store and manage items seamlessly, integrating them directly into your automated workflows. With this integration, you can perform actions such as extracting specific items, executing SELECT queries, and exporting lists of up to 1000 items, facilitating the manipulation and organization of your data.
Additionally, you can add or update items without creating duplicates, delete records as needed, and count the total number of items in a database. These functionalities provide you with complete control over your data, optimizing your processes and enhancing the efficiency of your automations.
Triggers
The trigger is the event that starts the automation.
-
Extract the next new item in a database
Extract the next item from a database. The elements can be retrieved in different orders, not necessarily in the order in which they were entered.
Actions
The action is what happens automatically, without you having to do anything else.
-
Export a list of items in a database
Export up to a maximum of 1000 items to a database. Items whose index already exists in the database are replaced (not updated), while those that do not exist are added.
-
Export a JSONL file in a database
Export up to a maximum of 1000 items to a database. Items whose index already exists in the database are replaced (not updated), while those that do not exist are added.
-
Execute Custom SELECT Query
Execute a custom query in the database.
-
Extract multiple rows and columns
Extract one or more specific rows and columns.
-
Count total items
Return total items in a database.
-
Retrieve an item
Retrieve the item specified by its index from a database.
-
Delete an item from a database
Delete the item from a database identified by its index.
-
Delete all items from a database
Delete all items from a database.
-
Delete items from a database
Delete specific items from a database.
-
Add or update an item
Add a new item to a database or update it if it already exists, avoiding the creation of duplicates.