1
1
mirror of https://github.com/n8n-io/n8n.git synced 2024-09-20 17:37:25 +03:00

Add codex files (#2079)

This commit is contained in:
Harshil Agrawal 2021-08-12 14:32:57 +02:00 committed by GitHub
parent 63bc4097e0
commit 6e930a521f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 74 additions and 5 deletions

View File

@ -0,0 +1,24 @@
{
"node": "n8n-nodes-base.freshworksCrm",
"nodeVersion": "1.0",
"codexVersion": "1.0",
"categories": [
"Marketing & Content",
"Sales"
],
"resources": {
"credentialDocumentation": [
{
"url": "https://docs.n8n.io/credentials/freshworksCrm"
}
],
"primaryDocumentation": [
{
"url": "https://docs.n8n.io/nodes/n8n-nodes-base.freshworksCrm/"
}
]
},
"alias": [
"Freshdesk"
]
}

View File

@ -1,20 +1,24 @@
{
"node": "n8n-nodes-base.perspective",
"node": "n8n-nodes-base.googlePerspective",
"nodeVersion": "1.0",
"codexVersion": "1.0",
"categories": [
"Development"
"Analytics",
"Utility"
],
"resources": {
"credentialDocumentation": [
{
"url": "https://docs.n8n.io/credentials/perspective"
"url": "https://docs.n8n.io/credentials/google"
}
],
"primaryDocumentation": [
{
"url": "https://docs.n8n.io/nodes/n8n-nodes-base.perspective/"
"url": "https://docs.n8n.io/nodes/n8n-nodes-base.googlePerspective/"
}
]
}
},
"alias": [
"Moderation"
]
}

View File

@ -0,0 +1,21 @@
{
"node": "n8n-nodes-base.marketstack",
"nodeVersion": "1.0",
"codexVersion": "1.0",
"categories": [
"Analytics",
"Finance & Accounting"
],
"resources": {
"credentialDocumentation": [
{
"url": "https://docs.n8n.io/credentials/marketstack"
}
],
"primaryDocumentation": [
{
"url": "https://docs.n8n.io/nodes/n8n-nodes-base.marketstack/"
}
]
}
}

View File

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