Add codex files (#2226)

This commit is contained in:
Harshil Agrawal 2021-09-21 19:41:25 +02:00 committed by GitHub
parent 443c2a4d51
commit 8c09aa9229
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 83 additions and 0 deletions

View file

@ -0,0 +1,20 @@
{
"node": "n8n-nodes-base.formIoTrigger",
"nodeVersion": "1.0",
"codexVersion": "1.0",
"categories": [
"Communication"
],
"resources": {
"credentialDocumentation": [
{
"url": "https://docs.n8n.io/credentials/formIoTrigger"
}
],
"primaryDocumentation": [
{
"url": "https://docs.n8n.io/nodes/n8n-nodes-base.formIoTrigger/"
}
]
}
}

View file

@ -0,0 +1,20 @@
{
"node": "n8n-nodes-base.formstackTrigger",
"nodeVersion": "1.0",
"codexVersion": "1.0",
"categories": [
"Communication"
],
"resources": {
"credentialDocumentation": [
{
"url": "https://docs.n8n.io/credentials/formstackTrigger"
}
],
"primaryDocumentation": [
{
"url": "https://docs.n8n.io/nodes/n8n-nodes-base.formstackTrigger/"
}
]
}
}

View file

@ -0,0 +1,23 @@
{
"node": "n8n-nodes-base.freshservice",
"nodeVersion": "1.0",
"codexVersion": "1.0",
"categories": [
"Productivity"
],
"resources": {
"credentialDocumentation": [
{
"url": "https://docs.n8n.io/credentials/freshservice"
}
],
"primaryDocumentation": [
{
"url": "https://docs.n8n.io/nodes/n8n-nodes-base.freshservice/"
}
]
},
"alias": [
"Freshdesk"
]
}

View file

@ -0,0 +1,20 @@
{
"node": "n8n-nodes-base.magento2",
"nodeVersion": "1.0",
"codexVersion": "1.0",
"categories": [
"Sales"
],
"resources": {
"credentialDocumentation": [
{
"url": "https://docs.n8n.io/credentials/magento2"
}
],
"primaryDocumentation": [
{
"url": "https://docs.n8n.io/nodes/n8n-nodes-base.magento2/"
}
]
}
}