Ninox

Learn how to use Ninox with Composio

Overview

Enum

NINOX

Description

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

Authentication Details

access_token
stringRequired

Actions

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

Action Parameters

team_id
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to delete a record from a specified table. use after confirming workspace, database, table, and record ids.

Action Parameters

database_id
stringRequired
record_id
stringRequired
table_id
stringRequired
team_id
stringRequired

Action Response

data
object
error
string
successful
boolean