Database
Ninox
22 min
getting started with ninox the ninox modules allow you to monitor, list, retrieve, lookup, create, update, or delete records and files as well as list teams, databases, and tables in your ninox account prerequisites a ninox account in order to use ninox with make, it is necessary to have a ninox account if you do not have one, you can create a ninox account at ninoxdb de/en/sign up https //ninoxdb de/en/sign up connect ninox to make to connect your ninox account to make you need to obtain an api key from your ninox account log in to your ninox account click on the clog wheel in the top right corner and select the zapier integrations option from the menu click the generate button to generate the api key copy the provided api key to your clipboard go to make and open the ninox module's create a connection dialog enter the api key you have generated in step 4 and click the continue button to establish the connection records ninox's data loading times may result in timeouts it is the ninox's servers issue list database table records retrieves all records from a specified table false false 116false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type get record retrieves record details false false 117false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type look up record searches for a record based on the entered information false false 125false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type create record creates a new record in a specified table false false 123false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type delete record deletes a record from the table false false 128false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type update record allows you to update record fields false false 131false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type files list files from record retrieves files' details from a specified record false false 125false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type download file from record downloads file data from a specified record false false 130false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type delete file from record removes a file from a specified record false false 128false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type upload file to a record uploads a file to a record false false 122false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type account list teams retrieves all teams from your account false false 120false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type list databases returns all team's databases false false 117false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type list database tables returns all tables from the database false false 123false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type other make an api call allows you to perform a custom api call false false 120false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type example of use list records the following api call returns all records from the table in the specified database and from the specified team matches of the search can be found in the module's output under bundle > body in our example, 10 records were returned watch record events triggers when a record is created or updated follow these steps to set up the trigger open the table you want to watch for created and/or updated records click on the cog wheel above the table and select the edit fields option now you can see the trigger on create and trigger after update fields click on one of the fields switch from visual view to text view paste the following code to the field let webhookurl = "https //paste your webhook url here";let data = {//data i want to send};let response = http("post", webhookurl, {"content type" "application/json"}, data); go to make and add the watch record events module to your {{scenario singular lowercase}} copy the provided webhook address go back to the ninox trigger settings and replace the https //paste your webhook url here with the copied webhook address enter the data you want to send to the make module (select variables from the menu on the left) and click the ok button