Ninox
Low-code database service for teams, databases, tables, and record-level access.
Focused on citizen developers that list workspaces and databases, fetch team metadata, and delete records inside Ninox tables.
Sign in to connect Ninox
Sign in to connect an account and start using Ninox in your apps.
Example Use Cases
These are example ways Snow can use Ninox when building apps with you. This list is meant to show examples, not document every possible capability. Connecting an account does not make Snow run these automatically on its own.
Tool to delete a record from a specified table. Use after confirming workspace, database, table, and record IDs.
Retrieves all databases within a specific Ninox team. This action lists all databases (workspaces) that belong to a given team in Ninox. Each database contains tables, fields, and records for organizing data. Use this action when you need to: - List all available databases in a team - Find a specific database by name - Get database IDs for further operations Note: You must have a valid team_id. Use the GET /teams endpoint to retrieve team IDs first.
Retrieves data from a single team (workspace) by its ID. Use when you need to get workspace details including the workspace ID and name.
Retrieves all workspaces (teams) accessible to the authenticated user. This action lists all Ninox teams (workspaces) that the user has access to. Each team contains databases, which in turn contain tables and records. Use this action when you need to: - List all available workspaces - Find a specific workspace by name - Get workspace IDs for further operations (databases, tables, records) Note: The team_id from this response is required for most other Ninox API operations.