Links
Comment on page

Web integration and API

An overview of functions to connect your databases to external services and think outside the box
To create an event in the Apple Calendar App
To create a reminder in the Apple Calendar App
To return the ID of the current database
To create a JSON string of a valid JSON object

formatXML

To convert a given JSON object into XML text, which might be optically structured

html

To return a rich text representation of any value

http

To send an HTTP request

item

To extract a value of an array or an object

latitude

To return the latitude value of a given location value
To convert a file to base64 format
To convert a file to URL-compliant base64 format

location

To return a location value with a given title, latitude, and longitude

longitude

To return the longitude of a given location value

openURL

To convert a string to a link and open it in the standard web browser

parseJSON

To convert a JSON string to a JSON object

parseXML

To convert an XML string to a JSON object
To send a SQL command to a connected SQL database and return the record data.

raw

To return the internal raw text representation of a given value
To remove a key-value pair from a given JSON object
To send a SQL command to a connected SQL database

sendEmail

To send an email out of Ninox

setItem

To update or add a key-value pair in a given JSON object

shareFile

To return an URL of a specific file

shareView

To return a URL of a given view

tableId

To return the ID of a table

teamId

To return the ID of the current workspace
To unshare all views of a given table
To unshare a given file
To unshare a given view of a given table

url

To convert a value to a link

urlDecode

To decode a given string from a URL-compliant format into text

urlEncode

To convert a given string into a URL-compliant string based on the ASCII character set

urlOf

To return a link for a given record or view