Skip to content

Commit 0e9f5b5

Browse files
authored
⚡ Add KoBoToolbox and Linear codex files (n8n-io#3040)
KoBoToolbox KoBoToolbox Trigger Linear Co-authored-by: Niv <nivbelleli@gmail.com>
1 parent 3196d46 commit 0e9f5b5

File tree

3 files changed

+62
-0
lines changed

3 files changed

+62
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"node": "n8n-nodes-base.koBoToolbox",
3+
"nodeVersion": "1.0",
4+
"codexVersion": "1.0",
5+
"categories": [
6+
"Communication",
7+
"Data & Storage"
8+
],
9+
"resources": {
10+
"credentialDocumentation": [
11+
{
12+
"url": "https://docs.n8n.io/credentials/kobotoolbox"
13+
}
14+
],
15+
"primaryDocumentation": [
16+
{
17+
"url": "https://docs.n8n.io/nodes/n8n-nodes-base.koBoToolbox/"
18+
}
19+
]
20+
}
21+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"node": "n8n-nodes-base.koBoToolboxTrigger",
3+
"nodeVersion": "1.0",
4+
"codexVersion": "1.0",
5+
"categories": [
6+
"Communication",
7+
"Data & Storage"
8+
],
9+
"resources": {
10+
"credentialDocumentation": [
11+
{
12+
"url": "https://docs.n8n.io/credentials/kobotoolbox"
13+
}
14+
],
15+
"primaryDocumentation": [
16+
{
17+
"url": "https://docs.n8n.io/nodes/n8n-nodes-base.koBoToolboxTrigger/"
18+
}
19+
]
20+
}
21+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"node": "n8n-nodes-base.linear",
3+
"nodeVersion": "1.0",
4+
"codexVersion": "1.0",
5+
"categories": [
6+
"Productivity"
7+
],
8+
"resources": {
9+
"credentialDocumentation": [
10+
{
11+
"url": "https://docs.n8n.io/credentials/linear/"
12+
}
13+
],
14+
"primaryDocumentation": [
15+
{
16+
"url": "https://docs.n8n.io/nodes/n8n-nodes-base.linear/"
17+
}
18+
]
19+
}
20+
}

0 commit comments

Comments
 (0)