Skip to main content

NIM

connection

The connection object specifies input fields for the chosen authentication method. These fields are shown on the Connection tab of the system in the NIM Studio.

The items property contains an array of objects that become the input fields. Their names can be used as variables throughout the connector file, using the format {variablename}.

"connection": {
	"items": [
		{
			"name": "page_size",
			"type": "textbox",
			"label": "Page Size:",
			"value": "100"
		},
	]
}
2022-03-11_12-25-15.png