feat(Adalo Node): MVP Adalo node N8N-3263 (#3102)
* ✨ Added Adalo node using declarative API. * fix: Updated authentication headers. * fix: Fixed node linting issues. * ⚡ improvements * fix: Fixed Adalo node pagination. * fix: Fixed Adalo node linting issues. Co-authored-by: Michael Kret <michael.k@radency.com>
This commit is contained in:
20
packages/nodes-base/nodes/Adalo/Adalo.node.json
Normal file
20
packages/nodes-base/nodes/Adalo/Adalo.node.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"node": "n8n-nodes-base.adalo",
|
||||
"nodeVersion": "1.0",
|
||||
"codexVersion": "1.0",
|
||||
"categories": [
|
||||
"Data & Storage"
|
||||
],
|
||||
"resources": {
|
||||
"credentialDocumentation": [
|
||||
{
|
||||
"url": "https://docs.n8n.io/credentials/adalo"
|
||||
}
|
||||
],
|
||||
"primaryDocumentation": [
|
||||
{
|
||||
"url": "https://docs.n8n.io/nodes/n8n-nodes-base.adalo/"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user