Ninox

Learn how to use Ninox with Composio

Overview

SLUG

NINOX

Description

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

Authentication Details

bearer_token
stringRequired

Tools

SLUG: NINOX_GET_DATABASES

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
objectRequired
error
string
successful
booleanRequired

SLUG: NINOX_NINOX_DELETE_RECORD

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
objectRequired
error
string
successful
booleanRequired