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
Triggers
The trigger is the event that starts the automation.
-
If there are items 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.
-
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 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.