adalo.json•4.83 kB
{
"nodeType": "n8n-nodes-base.adalo",
"displayName": "Adalo",
"description": "Consume Adalo API",
"version": 1,
"properties": [
{
"name": "rowId",
"displayName": "Row ID",
"type": "string",
"default": "",
"required": true,
"displayOptions": {
"show": {
"operation": [
"get",
"delete",
"update"
],
"resource": [
"collection"
]
}
}
},
{
"name": "dataToSend",
"displayName": "Data to Send",
"type": "options",
"default": "defineBelow",
"description": "Use when node input properties match destination column names",
"options": [
{
"name": "Auto-Map Input Data to Columns",
"value": "autoMapInputData",
"description": "Use when node input properties match destination column names"
},
{
"name": "Define Below for Each Column",
"value": "defineBelow",
"description": "Set the value for each destination column"
}
],
"displayOptions": {
"show": {
"operation": [
"create",
"update"
],
"resource": [
"collection"
]
}
}
},
{
"name": "inputsToIgnore",
"displayName": "Inputs to Ignore",
"type": "string",
"default": "",
"description": "List of input properties to avoid sending, separated by commas. Leave empty to send all properties.",
"placeholder": "Enter properties...",
"displayOptions": {
"show": {
"operation": [
"create",
"update"
],
"dataToSend": [
"autoMapInputData"
],
"resource": [
"collection"
]
}
}
},
{
"name": "fieldsUi",
"displayName": "Fields to Send",
"type": "fixedCollection",
"default": {},
"description": "Field must be defined in the collection, otherwise it will be ignored. If field defined in the collection is not set here, it will be set to null.",
"placeholder": "Add Field",
"typeOptions": {
"multipleValues": true
},
"displayOptions": {
"show": {
"operation": [
"create",
"update"
],
"dataToSend": [
"defineBelow"
],
"resource": [
"collection"
]
}
}
},
{
"name": "returnAll",
"displayName": "Return All",
"type": "boolean",
"default": false,
"description": "Whether to return all results or only up to a given limit",
"displayOptions": {
"show": {
"operation": [
"getAll"
],
"resource": [
"collection"
]
}
}
},
{
"name": "limit",
"displayName": "Limit",
"type": "number",
"default": 100,
"description": "Max number of results to return",
"typeOptions": {
"minValue": 1,
"maxValue": 100
},
"displayOptions": {
"show": {
"operation": [
"getAll"
],
"resource": [
"collection"
],
"returnAll": [
false
]
}
}
},
{
"name": "resource",
"displayName": "Resource",
"type": "options",
"default": "collection",
"options": [
{
"name": "Collection",
"value": "collection"
}
]
},
{
"name": "operation",
"displayName": "Operation",
"type": "options",
"default": "getAll",
"description": "Create a row"
},
{
"name": "collectionId",
"displayName": "Collection ID",
"type": "string",
"default": "",
"description": "Open your Adalo application and click on the three buttons beside the collection name, then select API Documentation",
"required": true,
"displayOptions": {
"show": {
"resource": [
"collection"
]
}
}
}
],
"credentialsConfig": [
{
"name": "adaloApi",
"required": true
},
{
"name": "resource",
"required": false
},
{
"name": "operation",
"required": false
},
{
"name": "Get",
"required": false
},
{
"name": "Update",
"required": false
}
],
"io": {
"inputs": [],
"outputs": [],
"outputNames": [],
"hints": {}
},
"wiring": {
"role": "generic",
"requires": [],
"optional": [],
"consumedBy": [],
"consumes": [],
"produces": []
}
}