Add and update codex files (#1665)

This commit is contained in:
Harshil Agrawal 2021-04-16 19:03:44 +02:00 committed by GitHub
parent 97999f9490
commit 78936fd1dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
24 changed files with 158 additions and 21 deletions

View file

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

View file

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

View file

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

View file

@ -74,6 +74,11 @@
"icon": "👏",
"url": "https://n8n.io/blog/how-to-automatically-give-kudos-to-contributors-with-github-slack-and-n8n/"
},
{
"label": "5 workflow automations for Mattermost that we love at n8n",
"icon": "🤖",
"url": "https://n8n.io/blog/5-workflow-automations-for-mattermost-that-we-love-at-n8n/"
},
{
"label": "Tracking Time Spent in Meetings With Google Calendar, Twilio, and n8n",
"icon": "🗓",

View file

@ -21,6 +21,11 @@
"label": "Automatically pulling and visualizing data with n8n",
"icon": "📈",
"url": "https://n8n.io/blog/automatically-pulling-and-visualizing-data-with-n8n/"
},
{
"label": "5 workflow automations for Mattermost that we love at n8n",
"icon": "🤖",
"url": "https://n8n.io/blog/5-workflow-automations-for-mattermost-that-we-love-at-n8n/"
}
]
}

View file

@ -15,6 +15,13 @@
{
"url": "https://docs.n8n.io/nodes/n8n-nodes-base.githubTrigger/"
}
],
"generic": [
{
"label": "5 workflow automations for Mattermost that we love at n8n",
"icon": "🤖",
"url": "https://n8n.io/blog/5-workflow-automations-for-mattermost-that-we-love-at-n8n/"
}
]
}
}

View file

@ -3,7 +3,7 @@
"nodeVersion": "1.0",
"codexVersion": "1.0",
"categories": [
"Miscellaneous "
"Miscellaneous"
],
"resources": {
"credentialDocumentation": [

View file

@ -27,6 +27,11 @@
"icon": "🎫",
"url": "https://n8n.io/blog/supercharging-your-conference-registration-process-with-n8n/"
},
{
"label": "5 workflow automations for Mattermost that we love at n8n",
"icon": "🤖",
"url": "https://n8n.io/blog/5-workflow-automations-for-mattermost-that-we-love-at-n8n/"
},
{
"label": "Tracking Time Spent in Meetings With Google Calendar, Twilio, and n8n",
"icon": "🗓",

View file

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

View file

@ -58,6 +58,11 @@
"icon": "📱",
"url": "https://n8n.io/blog/building-an-expense-tracking-app-in-10-minutes/"
},
{
"label": "5 workflow automations for Mattermost that we love at n8n",
"icon": "🤖",
"url": "https://n8n.io/blog/5-workflow-automations-for-mattermost-that-we-love-at-n8n/"
},
{
"label": "How to use the HTTP Request Node - The Swiss Army Knife for Workflow Automation",
"icon": "🧰",

View file

@ -2,7 +2,7 @@
"node": "n8n-nodes-base.if",
"nodeVersion": "1.0",
"codexVersion": "1.0",
"details": "The IF node can be used to implement binary conditional logic in your workflow. You can setup one-to-many conditions to evalute each item of data being inputted into the node. That data will either evaluate to TRUE or FALSE and route out of the node accordingly. \n\nThis node has multiple types of conditions: Bool, String, Number, and Date & Time.",
"details": "The IF node can be used to implement binary conditional logic in your workflow. You can set up one-to-many conditions to evaluate each item of data being inputted into the node. That data will either evaluate to TRUE or FALSE and route out of the node accordingly.\n\nThis node has multiple types of conditions: Bool, String, Number, and Date & Time.",
"categories": [
"Core Nodes"
],
@ -28,6 +28,11 @@
"icon": "🧬",
"url": "https://n8n.io/blog/why-business-process-automation-with-n8n-can-change-your-daily-life/"
},
{
"label": "5 workflow automations for Mattermost that we love at n8n",
"icon": "🤖",
"url": "https://n8n.io/blog/5-workflow-automations-for-mattermost-that-we-love-at-n8n/"
},
{
"label": "Why this Product Manager loves workflow automation with n8n",
"icon": "🧠",

View file

@ -18,6 +18,11 @@
}
],
"generic": [
{
"label": "5 workflow automations for Mattermost that we love at n8n",
"icon": "🤖",
"url": "https://n8n.io/blog/5-workflow-automations-for-mattermost-that-we-love-at-n8n/"
},
{
"label": "Creating Custom Incident Response Workflows with n8n",
"icon": "🚨",

View file

@ -3,7 +3,7 @@
"nodeVersion": "1.0",
"codexVersion": "1.0",
"categories": [
"Miscellaneous "
"Miscellaneous"
],
"resources": {
"credentialDocumentation": [

View file

@ -37,6 +37,11 @@
"icon": "📹",
"url": "https://n8n.io/blog/the-ultimate-guide-to-automate-your-video-collaboration-with-whereby-mattermost-and-n8n/"
},
{
"label": "5 workflow automations for Mattermost that we love at n8n",
"icon": "🤖",
"url": "https://n8n.io/blog/5-workflow-automations-for-mattermost-that-we-love-at-n8n/"
},
{
"label": "Creating Error Workflows in n8n",
"icon": "🌪",

View file

@ -3,7 +3,7 @@
"nodeVersion": "1.0",
"codexVersion": "1.0",
"categories": [
"Miscellaneous "
"Miscellaneous"
],
"resources": {
"credentialDocumentation": [

View file

@ -22,6 +22,11 @@
"icon": "☀️",
"url": "https://n8n.io/blog/2021-the-year-to-automate-the-new-you-with-n8n/"
},
{
"label": "5 workflow automations for Mattermost that we love at n8n",
"icon": "🤖",
"url": "https://n8n.io/blog/5-workflow-automations-for-mattermost-that-we-love-at-n8n/"
},
{
"label": "Sending Automated Congratulations with Google Sheets, Twilio, and n8n ",
"icon": "🙌",

View file

@ -3,7 +3,7 @@
"nodeVersion": "1.0",
"codexVersion": "1.0",
"categories": [
"Miscellaneous ",
"Miscellaneous",
"Utility"
],
"resources": {

View file

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

View file

@ -3,7 +3,7 @@
"nodeVersion": "1.0",
"codexVersion": "1.0",
"categories": [
"Miscellaneous "
"Miscellaneous"
],
"resources": {
"credentialDocumentation": [

View file

@ -47,6 +47,11 @@
"icon": "📹",
"url": "https://n8n.io/blog/the-ultimate-guide-to-automate-your-video-collaboration-with-whereby-mattermost-and-n8n/"
},
{
"label": "5 workflow automations for Mattermost that we love at n8n",
"icon": "🤖",
"url": "https://n8n.io/blog/5-workflow-automations-for-mattermost-that-we-love-at-n8n/"
},
{
"label": "Learn to Build Powerful API Endpoints Using Webhooks",
"icon": "🧰",

View file

@ -3,7 +3,7 @@
"nodeVersion": "1.0",
"codexVersion": "1.0",
"categories": [
"Miscellaneous "
"Miscellaneous"
],
"resources": {
"credentialDocumentation": [

View file

@ -15,6 +15,13 @@
{
"url": "https://docs.n8n.io/nodes/n8n-nodes-base.twitter/"
}
],
"generic": [
{
"label": "5 workflow automations for Mattermost that we love at n8n",
"icon": "🤖",
"url": "https://n8n.io/blog/5-workflow-automations-for-mattermost-that-we-love-at-n8n/"
}
]
}
}

View file

@ -32,6 +32,11 @@
"icon": "📱",
"url": "https://n8n.io/blog/building-an-expense-tracking-app-in-10-minutes/"
},
{
"label": "5 workflow automations for Mattermost that we love at n8n",
"icon": "🤖",
"url": "https://n8n.io/blog/5-workflow-automations-for-mattermost-that-we-love-at-n8n/"
},
{
"label": "Automating Conference Organization Processes with n8n",
"icon": "🙋‍♀️",

View file

@ -38,6 +38,11 @@
"icon": "👏",
"url": "https://n8n.io/blog/how-to-automatically-give-kudos-to-contributors-with-github-slack-and-n8n/"
},
{
"label": "5 workflow automations for Mattermost that we love at n8n",
"icon": "🤖",
"url": "https://n8n.io/blog/5-workflow-automations-for-mattermost-that-we-love-at-n8n/"
},
{
"label": "Why this Product Manager loves workflow automation with n8n",
"icon": "🧠",