Ninox
ninoxNinox is a low-code platform that enables users to create custom database applications tailored to their specific needs.
Acciones disponibles (2)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Get DatabasesNINOX_GET_DATABASESAcciónTool to retrieve all databases in a specific ninox team. use after confirming the team id is correct.
NINOX_GET_DATABASESAcciónTool to retrieve all databases in a specific ninox team. use after confirming the team id is correct.
Parámetros de entrada
team_idstringObligatorioThe unique identifier of the Ninox team to list databases for.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete RecordNINOX_NINOX_DELETE_RECORDAcciónTool to delete a record from a specified table. use after confirming workspace, database, table, and record ids.
NINOX_NINOX_DELETE_RECORDAcciónTool to delete a record from a specified table. use after confirming workspace, database, table, and record ids.
Parámetros de entrada
team_idstringObligatorioWorkspace (team) identifier
table_idstringObligatorioTable identifier
record_idstringObligatorioRecord identifier to delete
database_idstringObligatorioDatabase identifier
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not