NAiOS IconNAiOS Logo
Volver al catálogo

Ninox

ninox

Ninox is a low-code platform that enables users to create custom database applications tailored to their specific needs.

Acciones
2
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

Tool to retrieve all databases in a specific ninox team. use after confirming the team id is correct.

Parámetros de entrada

  • team_idstringObligatorio

    The unique identifier of the Ninox team to list databases for.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete RecordNINOX_NINOX_DELETE_RECORDAcción

Tool to delete a record from a specified table. use after confirming workspace, database, table, and record ids.

Parámetros de entrada

  • team_idstringObligatorio

    Workspace (team) identifier

  • table_idstringObligatorio

    Table identifier

  • record_idstringObligatorio

    Record identifier to delete

  • database_idstringObligatorio

    Database identifier

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not