Trigger on event
- Listen for a new event
- Parse and validate the payload
- Take an action with the linked tool
4 tools available
Ninox is a low-code platform that enables users to create custom database applications tailored to their specific needs.
Connect Ninox to Definable to automate repetitive tasks, sync data with the rest of your stack, trigger on real-world events. Personas call Ninox's 4 tools directly from chat or scheduled flows. You can wire it into any persona to read, write, and react when an event fires.
Every Ninox action below is a callable tool any Definable persona can invoke.
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.
Anything Ninox exposes through its API. Common databases workflows on Definable include automate repetitive tasks, sync data with the rest of your stack, trigger on real-world events. Personas can call any of the 4 Ninox tools directly, then chain the result into another integration without you writing code.
Ninox uses API_KEY on Definable. You connect once from the integrations page, scoped to the permissions you choose, and from then on any persona that has the integration enabled can act on your behalf. Tokens are encrypted at rest and rotated automatically.
Yes — every Definable plan, including Starter, includes access to all 4 Ninox tools. You only need a separate Ninox subscription if Ninox itself charges per seat or per API call.
Every call from a persona to Ninox is logged with the user, persona, prompt, and response. Tokens never leave Definable's secrets vault, scopes are configurable per persona, and you can revoke access at any time from the integration page.
Sign up for Definable, open the integrations page, find Ninox, and connect via OAuth or API key. You can immediately attach Ninox to any persona and start running workflows. The free Starter plan includes 5,000 credits/month.
Definable exposes all 4 Ninox actions as callable tools — including `Delete Record`, `Get Databases`, `Get Team`, plus 1 more. Each tool gets a typed parameter schema so personas know exactly how to call it.
Wire it up in minutes. No coding required.