mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-02 07:01:30 -08:00
⚡ Add aliases (#1935)
This commit is contained in:
parent
91a5bc3bc4
commit
4d35eafc0b
|
@ -27,6 +27,11 @@
|
||||||
"icon": "☀️",
|
"icon": "☀️",
|
||||||
"url": "https://n8n.io/blog/2021-the-year-to-automate-the-new-you-with-n8n/"
|
"url": "https://n8n.io/blog/2021-the-year-to-automate-the-new-you-with-n8n/"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"label": "How to build a low-code, self-hosted URL shortener in 3 steps",
|
||||||
|
"icon": "🔗",
|
||||||
|
"url": "https://n8n.io/blog/how-to-build-a-low-code-self-hosted-url-shortener/"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"label": "15 Google apps you can combine and automate to increase productivity",
|
"label": "15 Google apps you can combine and automate to increase productivity",
|
||||||
"icon": "💡",
|
"icon": "💡",
|
||||||
|
|
|
@ -16,6 +16,13 @@
|
||||||
{
|
{
|
||||||
"url": "https://docs.n8n.io/nodes/n8n-nodes-base.calendlyTrigger/"
|
"url": "https://docs.n8n.io/nodes/n8n-nodes-base.calendlyTrigger/"
|
||||||
}
|
}
|
||||||
|
],
|
||||||
|
"generic": [
|
||||||
|
{
|
||||||
|
"label": "5 tasks you can automate with the new Notion API ",
|
||||||
|
"icon": "⚡️",
|
||||||
|
"url": "https://n8n.io/blog/5-tasks-you-can-automate-with-notion-api/"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -58,6 +58,11 @@
|
||||||
"icon": "⚙️",
|
"icon": "⚙️",
|
||||||
"url": "https://n8n.io/blog/automate-your-data-processing-pipeline-in-9-steps-with-n8n/"
|
"url": "https://n8n.io/blog/automate-your-data-processing-pipeline-in-9-steps-with-n8n/"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"label": "5 tasks you can automate with the new Notion API ",
|
||||||
|
"icon": "⚡️",
|
||||||
|
"url": "https://n8n.io/blog/5-tasks-you-can-automate-with-notion-api/"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"label": "Celebrating World Poetry Day with a daily poem in Telegram",
|
"label": "Celebrating World Poetry Day with a daily poem in Telegram",
|
||||||
"icon": "📜",
|
"icon": "📜",
|
||||||
|
@ -123,7 +128,7 @@
|
||||||
"alias": [
|
"alias": [
|
||||||
"Time",
|
"Time",
|
||||||
"Scheduler",
|
"Scheduler",
|
||||||
"Poll"
|
"Polling"
|
||||||
],
|
],
|
||||||
"subcategories": {
|
"subcategories": {
|
||||||
"Core Nodes": [
|
"Core Nodes": [
|
||||||
|
|
|
@ -12,6 +12,13 @@
|
||||||
{
|
{
|
||||||
"url": "https://docs.n8n.io/nodes/n8n-nodes-base.crypto/"
|
"url": "https://docs.n8n.io/nodes/n8n-nodes-base.crypto/"
|
||||||
}
|
}
|
||||||
|
],
|
||||||
|
"generic": [
|
||||||
|
{
|
||||||
|
"label": "How to build a low-code, self-hosted URL shortener in 3 steps",
|
||||||
|
"icon": "🔗",
|
||||||
|
"url": "https://n8n.io/blog/how-to-build-a-low-code-self-hosted-url-shortener/"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"alias": [
|
"alias": [
|
||||||
|
|
|
@ -21,6 +21,12 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"alias": [
|
||||||
|
"Shell",
|
||||||
|
"Command",
|
||||||
|
"OS",
|
||||||
|
"Bash"
|
||||||
|
],
|
||||||
"subcategories": {
|
"subcategories": {
|
||||||
"Core Nodes": [
|
"Core Nodes": [
|
||||||
"Helpers"
|
"Helpers"
|
||||||
|
|
|
@ -13,6 +13,9 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"alias": [
|
||||||
|
"n8n"
|
||||||
|
],
|
||||||
"subcategories": {
|
"subcategories": {
|
||||||
"Core Nodes": [
|
"Core Nodes": [
|
||||||
"Helpers"
|
"Helpers"
|
||||||
|
|
|
@ -64,6 +64,11 @@
|
||||||
"icon": "⏲",
|
"icon": "⏲",
|
||||||
"url": "https://n8n.io/blog/creating-triggers-for-n8n-workflows-using-polling/"
|
"url": "https://n8n.io/blog/creating-triggers-for-n8n-workflows-using-polling/"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"label": "How to build a low-code, self-hosted URL shortener in 3 steps",
|
||||||
|
"icon": "🔗",
|
||||||
|
"url": "https://n8n.io/blog/how-to-build-a-low-code-self-hosted-url-shortener/"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"label": "Build your own virtual assistant with n8n: A step by step guide",
|
"label": "Build your own virtual assistant with n8n: A step by step guide",
|
||||||
"icon": "👦",
|
"icon": "👦",
|
||||||
|
@ -101,6 +106,13 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"alias": [
|
||||||
|
"Code",
|
||||||
|
"Javascript",
|
||||||
|
"Custom Code",
|
||||||
|
"Script",
|
||||||
|
"cpde"
|
||||||
|
],
|
||||||
"subcategories": {
|
"subcategories": {
|
||||||
"Core Nodes": [
|
"Core Nodes": [
|
||||||
"Data Transformation"
|
"Data Transformation"
|
||||||
|
|
|
@ -22,6 +22,11 @@
|
||||||
"icon": "⚙️",
|
"icon": "⚙️",
|
||||||
"url": "https://n8n.io/blog/automate-your-data-processing-pipeline-in-9-steps-with-n8n/"
|
"url": "https://n8n.io/blog/automate-your-data-processing-pipeline-in-9-steps-with-n8n/"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"label": "5 tasks you can automate with the new Notion API ",
|
||||||
|
"icon": "⚡️",
|
||||||
|
"url": "https://n8n.io/blog/5-tasks-you-can-automate-with-notion-api/"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"label": "15 Google apps you can combine and automate to increase productivity",
|
"label": "15 Google apps you can combine and automate to increase productivity",
|
||||||
"icon": "💡",
|
"icon": "💡",
|
||||||
|
|
|
@ -23,5 +23,8 @@
|
||||||
"url": "https://n8n.io/blog/automate-google-apps-for-productivity/"
|
"url": "https://n8n.io/blog/automate-google-apps-for-productivity/"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
},
|
||||||
|
"alias": [
|
||||||
|
"Workspaces"
|
||||||
|
]
|
||||||
}
|
}
|
|
@ -79,5 +79,10 @@
|
||||||
"url": "https://n8n.io/blog/sending-automated-congratulations-with-google-sheets-twilio-and-n8n/"
|
"url": "https://n8n.io/blog/sending-automated-congratulations-with-google-sheets-twilio-and-n8n/"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
},
|
||||||
|
"alias": [
|
||||||
|
"CSV",
|
||||||
|
"Spreadsheet",
|
||||||
|
"GS"
|
||||||
|
]
|
||||||
}
|
}
|
|
@ -13,6 +13,11 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"generic": [
|
"generic": [
|
||||||
|
{
|
||||||
|
"label": "What are APIs and how to use them with no code",
|
||||||
|
"icon": " 🪢",
|
||||||
|
"url": "https://n8n.io/blog/what-are-apis-how-to-use-them-with-no-code/"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"label": "How to automatically give kudos to contributors with GitHub, Slack, and n8n",
|
"label": "How to automatically give kudos to contributors with GitHub, Slack, and n8n",
|
||||||
"icon": "👏",
|
"icon": "👏",
|
||||||
|
|
|
@ -17,6 +17,11 @@
|
||||||
"icon": "🧬",
|
"icon": "🧬",
|
||||||
"url": "https://n8n.io/blog/why-business-process-automation-with-n8n-can-change-your-daily-life/"
|
"url": "https://n8n.io/blog/why-business-process-automation-with-n8n-can-change-your-daily-life/"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"label": "5 tasks you can automate with the new Notion API ",
|
||||||
|
"icon": "⚡️",
|
||||||
|
"url": "https://n8n.io/blog/5-tasks-you-can-automate-with-notion-api/"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"label": "How to use the HTTP Request Node - The Swiss Army Knife for Workflow Automation",
|
"label": "How to use the HTTP Request Node - The Swiss Army Knife for Workflow Automation",
|
||||||
"icon": "🧰",
|
"icon": "🧰",
|
||||||
|
|
|
@ -43,6 +43,16 @@
|
||||||
"icon": "🛳",
|
"icon": "🛳",
|
||||||
"url": "https://n8n.io/blog/running-n8n-on-ships-an-interview-with-maranics/"
|
"url": "https://n8n.io/blog/running-n8n-on-ships-an-interview-with-maranics/"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"label": "What are APIs and how to use them with no code",
|
||||||
|
"icon": " 🪢",
|
||||||
|
"url": "https://n8n.io/blog/what-are-apis-how-to-use-them-with-no-code/"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "5 tasks you can automate with the new Notion API ",
|
||||||
|
"icon": "⚡️",
|
||||||
|
"url": "https://n8n.io/blog/5-tasks-you-can-automate-with-notion-api/"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"label": "Celebrating World Poetry Day with a daily poem in Telegram",
|
"label": "Celebrating World Poetry Day with a daily poem in Telegram",
|
||||||
"icon": "📜",
|
"icon": "📜",
|
||||||
|
@ -83,6 +93,11 @@
|
||||||
"icon": "📈",
|
"icon": "📈",
|
||||||
"url": "https://n8n.io/blog/a-low-code-bitcoin-ticker-built-with-questdb-and-n8n-io/"
|
"url": "https://n8n.io/blog/a-low-code-bitcoin-ticker-built-with-questdb-and-n8n-io/"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"label": "How Common Knowledge use workflow automation for activism",
|
||||||
|
"icon": "✨",
|
||||||
|
"url": "https://n8n.io/blog/automations-for-activists/"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"label": "Creating scheduled text affirmations with n8n",
|
"label": "Creating scheduled text affirmations with n8n",
|
||||||
"icon": "🤟",
|
"icon": "🤟",
|
||||||
|
@ -95,6 +110,12 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"alias": [
|
||||||
|
"API",
|
||||||
|
"Request",
|
||||||
|
"URL",
|
||||||
|
"Build"
|
||||||
|
],
|
||||||
"subcategories": {
|
"subcategories": {
|
||||||
"Core Nodes": [
|
"Core Nodes": [
|
||||||
"Helpers"
|
"Helpers"
|
||||||
|
|
|
@ -15,6 +15,13 @@
|
||||||
{
|
{
|
||||||
"url": "https://docs.n8n.io/nodes/n8n-nodes-base.humanticAi/"
|
"url": "https://docs.n8n.io/nodes/n8n-nodes-base.humanticAi/"
|
||||||
}
|
}
|
||||||
|
],
|
||||||
|
"generic": [
|
||||||
|
{
|
||||||
|
"label": "5 tasks you can automate with the new Notion API ",
|
||||||
|
"icon": "⚡️",
|
||||||
|
"url": "https://n8n.io/blog/5-tasks-you-can-automate-with-notion-api/"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -28,11 +28,21 @@
|
||||||
"icon": "🧬",
|
"icon": "🧬",
|
||||||
"url": "https://n8n.io/blog/why-business-process-automation-with-n8n-can-change-your-daily-life/"
|
"url": "https://n8n.io/blog/why-business-process-automation-with-n8n-can-change-your-daily-life/"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"label": "How to build a low-code, self-hosted URL shortener in 3 steps",
|
||||||
|
"icon": "🔗",
|
||||||
|
"url": "https://n8n.io/blog/how-to-build-a-low-code-self-hosted-url-shortener/"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"label": "Automate your data processing pipeline in 9 steps",
|
"label": "Automate your data processing pipeline in 9 steps",
|
||||||
"icon": "⚙️",
|
"icon": "⚙️",
|
||||||
"url": "https://n8n.io/blog/automate-your-data-processing-pipeline-in-9-steps-with-n8n/"
|
"url": "https://n8n.io/blog/automate-your-data-processing-pipeline-in-9-steps-with-n8n/"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"label": "5 tasks you can automate with the new Notion API ",
|
||||||
|
"icon": "⚡️",
|
||||||
|
"url": "https://n8n.io/blog/5-tasks-you-can-automate-with-notion-api/"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"label": "15 Google apps you can combine and automate to increase productivity",
|
"label": "15 Google apps you can combine and automate to increase productivity",
|
||||||
"icon": "💡",
|
"icon": "💡",
|
||||||
|
@ -60,6 +70,14 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"alias": [
|
||||||
|
"Router",
|
||||||
|
"Filter",
|
||||||
|
"Condition",
|
||||||
|
"Logic",
|
||||||
|
"Boolean",
|
||||||
|
"Branch"
|
||||||
|
],
|
||||||
"subcategories": {
|
"subcategories": {
|
||||||
"Core Nodes": [
|
"Core Nodes": [
|
||||||
"Flow"
|
"Flow"
|
||||||
|
|
|
@ -24,6 +24,11 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"alias": [
|
||||||
|
"Time",
|
||||||
|
"Scheduler",
|
||||||
|
"Polling"
|
||||||
|
],
|
||||||
"subcategories": {
|
"subcategories": {
|
||||||
"Core Nodes": [
|
"Core Nodes": [
|
||||||
"Flow"
|
"Flow"
|
||||||
|
|
|
@ -17,5 +17,8 @@
|
||||||
"url": "https://docs.n8n.io/nodes/n8n-nodes-base.keap/"
|
"url": "https://docs.n8n.io/nodes/n8n-nodes-base.keap/"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
},
|
||||||
|
"alias": [
|
||||||
|
"Infusionsoft"
|
||||||
|
]
|
||||||
}
|
}
|
|
@ -17,5 +17,8 @@
|
||||||
"url": "https://docs.n8n.io/nodes/n8n-nodes-base.keapTrigger/"
|
"url": "https://docs.n8n.io/nodes/n8n-nodes-base.keapTrigger/"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
},
|
||||||
|
"alias": [
|
||||||
|
"Infusionsoft"
|
||||||
|
]
|
||||||
}
|
}
|
|
@ -32,6 +32,11 @@
|
||||||
"icon": "⏲",
|
"icon": "⏲",
|
||||||
"url": "https://n8n.io/blog/creating-triggers-for-n8n-workflows-using-polling/"
|
"url": "https://n8n.io/blog/creating-triggers-for-n8n-workflows-using-polling/"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"label": "5 tasks you can automate with the new Notion API ",
|
||||||
|
"icon": "⚡️",
|
||||||
|
"url": "https://n8n.io/blog/5-tasks-you-can-automate-with-notion-api/"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"label": "15 Google apps you can combine and automate to increase productivity",
|
"label": "15 Google apps you can combine and automate to increase productivity",
|
||||||
"icon": "💡",
|
"icon": "💡",
|
||||||
|
|
|
@ -34,6 +34,10 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"alias": [
|
||||||
|
"Join",
|
||||||
|
"Concatenate"
|
||||||
|
],
|
||||||
"subcategories": {
|
"subcategories": {
|
||||||
"Core Nodes": [
|
"Core Nodes": [
|
||||||
"Flow"
|
"Flow"
|
||||||
|
|
|
@ -15,11 +15,6 @@
|
||||||
{
|
{
|
||||||
"url": "https://docs.n8n.io/nodes/n8n-nodes-base.microsoftToDo/"
|
"url": "https://docs.n8n.io/nodes/n8n-nodes-base.microsoftToDo/"
|
||||||
}
|
}
|
||||||
],
|
|
||||||
"generic": [
|
|
||||||
]
|
]
|
||||||
},
|
}
|
||||||
"alias": [
|
|
||||||
"Todo"
|
|
||||||
]
|
|
||||||
}
|
}
|
|
@ -27,6 +27,11 @@
|
||||||
"icon": "⚙️",
|
"icon": "⚙️",
|
||||||
"url": "https://n8n.io/blog/automate-your-data-processing-pipeline-in-9-steps-with-n8n/"
|
"url": "https://n8n.io/blog/automate-your-data-processing-pipeline-in-9-steps-with-n8n/"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"label": "5 tasks you can automate with the new Notion API ",
|
||||||
|
"icon": "⚡️",
|
||||||
|
"url": "https://n8n.io/blog/5-tasks-you-can-automate-with-notion-api/"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"label": "5 workflow automations for Mattermost that we love at n8n",
|
"label": "5 workflow automations for Mattermost that we love at n8n",
|
||||||
"icon": "🤖",
|
"icon": "🤖",
|
||||||
|
@ -44,6 +49,9 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"alias": [
|
||||||
|
"nothing"
|
||||||
|
],
|
||||||
"subcategories": {
|
"subcategories": {
|
||||||
"Core Nodes": [
|
"Core Nodes": [
|
||||||
"Helpers"
|
"Helpers"
|
||||||
|
|
|
@ -15,6 +15,13 @@
|
||||||
{
|
{
|
||||||
"url": "https://docs.n8n.io/nodes/n8n-nodes-base.notion/"
|
"url": "https://docs.n8n.io/nodes/n8n-nodes-base.notion/"
|
||||||
}
|
}
|
||||||
|
],
|
||||||
|
"generic": [
|
||||||
|
{
|
||||||
|
"label": "5 tasks you can automate with the new Notion API ",
|
||||||
|
"icon": "⚡️",
|
||||||
|
"url": "https://n8n.io/blog/5-tasks-you-can-automate-with-notion-api/"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -15,6 +15,13 @@
|
||||||
{
|
{
|
||||||
"url": "https://docs.n8n.io/nodes/n8n-nodes-base.notionTrigger/"
|
"url": "https://docs.n8n.io/nodes/n8n-nodes-base.notionTrigger/"
|
||||||
}
|
}
|
||||||
|
],
|
||||||
|
"generic": [
|
||||||
|
{
|
||||||
|
"label": "5 tasks you can automate with the new Notion API ",
|
||||||
|
"icon": "⚡️",
|
||||||
|
"url": "https://n8n.io/blog/5-tasks-you-can-automate-with-notion-api/"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -24,6 +24,11 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"alias": [
|
||||||
|
"Text",
|
||||||
|
"Open",
|
||||||
|
"Import"
|
||||||
|
],
|
||||||
"subcategories": {
|
"subcategories": {
|
||||||
"Core Nodes": [
|
"Core Nodes": [
|
||||||
"Files"
|
"Files"
|
||||||
|
|
|
@ -12,6 +12,11 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"alias": [
|
||||||
|
"Text",
|
||||||
|
"Open",
|
||||||
|
"Import"
|
||||||
|
],
|
||||||
"subcategories": {
|
"subcategories": {
|
||||||
"Core Nodes": [
|
"Core Nodes": [
|
||||||
"Files"
|
"Files"
|
||||||
|
|
|
@ -37,11 +37,21 @@
|
||||||
"icon": "🧾",
|
"icon": "🧾",
|
||||||
"url": "https://n8n.io/blog/automatically-adding-expense-receipts-to-google-sheets-with-telegram-mindee-twilio-and-n8n/"
|
"url": "https://n8n.io/blog/automatically-adding-expense-receipts-to-google-sheets-with-telegram-mindee-twilio-and-n8n/"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"label": "How to build a low-code, self-hosted URL shortener in 3 steps",
|
||||||
|
"icon": "🔗",
|
||||||
|
"url": "https://n8n.io/blog/how-to-build-a-low-code-self-hosted-url-shortener/"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"label": "Automate your data processing pipeline in 9 steps",
|
"label": "Automate your data processing pipeline in 9 steps",
|
||||||
"icon": "⚙️",
|
"icon": "⚙️",
|
||||||
"url": "https://n8n.io/blog/automate-your-data-processing-pipeline-in-9-steps-with-n8n/"
|
"url": "https://n8n.io/blog/automate-your-data-processing-pipeline-in-9-steps-with-n8n/"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"label": "5 tasks you can automate with the new Notion API ",
|
||||||
|
"icon": "⚡️",
|
||||||
|
"url": "https://n8n.io/blog/5-tasks-you-can-automate-with-notion-api/"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"label": "15 Google apps you can combine and automate to increase productivity",
|
"label": "15 Google apps you can combine and automate to increase productivity",
|
||||||
"icon": "💡",
|
"icon": "💡",
|
||||||
|
@ -84,6 +94,12 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"alias": [
|
||||||
|
"JSON",
|
||||||
|
"Filter",
|
||||||
|
"Transform",
|
||||||
|
"Map"
|
||||||
|
],
|
||||||
"subcategories": {
|
"subcategories": {
|
||||||
"Core Nodes": [
|
"Core Nodes": [
|
||||||
"Data Transformation"
|
"Data Transformation"
|
||||||
|
|
|
@ -22,6 +22,11 @@
|
||||||
"icon": "⚙️",
|
"icon": "⚙️",
|
||||||
"url": "https://n8n.io/blog/automate-your-data-processing-pipeline-in-9-steps-with-n8n/"
|
"url": "https://n8n.io/blog/automate-your-data-processing-pipeline-in-9-steps-with-n8n/"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"label": "5 tasks you can automate with the new Notion API ",
|
||||||
|
"icon": "⚡️",
|
||||||
|
"url": "https://n8n.io/blog/5-tasks-you-can-automate-with-notion-api/"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"label": "Build your own virtual assistant with n8n: A step by step guide",
|
"label": "Build your own virtual assistant with n8n: A step by step guide",
|
||||||
"icon": "👦",
|
"icon": "👦",
|
||||||
|
@ -31,6 +36,11 @@
|
||||||
"label": "How to automatically give kudos to contributors with GitHub, Slack, and n8n",
|
"label": "How to automatically give kudos to contributors with GitHub, Slack, and n8n",
|
||||||
"icon": "👏",
|
"icon": "👏",
|
||||||
"url": "https://n8n.io/blog/how-to-automatically-give-kudos-to-contributors-with-github-slack-and-n8n/"
|
"url": "https://n8n.io/blog/how-to-automatically-give-kudos-to-contributors-with-github-slack-and-n8n/"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "How Common Knowledge use workflow automation for activism",
|
||||||
|
"icon": "✨",
|
||||||
|
"url": "https://n8n.io/blog/automations-for-activists/"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -19,6 +19,9 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"alias": [
|
||||||
|
"Loop"
|
||||||
|
],
|
||||||
"subcategories": {
|
"subcategories": {
|
||||||
"Core Nodes": [
|
"Core Nodes": [
|
||||||
"Flow"
|
"Flow"
|
||||||
|
|
|
@ -20,6 +20,10 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"alias": [
|
||||||
|
"CSV",
|
||||||
|
"Spreadsheet"
|
||||||
|
],
|
||||||
"subcategories": {
|
"subcategories": {
|
||||||
"Core Nodes": [
|
"Core Nodes": [
|
||||||
"Files"
|
"Files"
|
||||||
|
|
|
@ -11,6 +11,13 @@
|
||||||
{
|
{
|
||||||
"url": "https://docs.n8n.io/nodes/n8n-nodes-base.sseTrigger/"
|
"url": "https://docs.n8n.io/nodes/n8n-nodes-base.sseTrigger/"
|
||||||
}
|
}
|
||||||
|
],
|
||||||
|
"generic": [
|
||||||
|
{
|
||||||
|
"label": "What are APIs and how to use them with no code",
|
||||||
|
"icon": " 🪢",
|
||||||
|
"url": "https://n8n.io/blog/what-are-apis-how-to-use-them-with-no-code/"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"subcategories": {
|
"subcategories": {
|
||||||
|
|
|
@ -17,5 +17,8 @@
|
||||||
"url": "https://docs.n8n.io/nodes/n8n-nodes-base.surveyMonkeyTrigger/"
|
"url": "https://docs.n8n.io/nodes/n8n-nodes-base.surveyMonkeyTrigger/"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
},
|
||||||
|
"alias": [
|
||||||
|
"Form"
|
||||||
|
]
|
||||||
}
|
}
|
|
@ -24,6 +24,15 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"alias": [
|
||||||
|
"Router",
|
||||||
|
"If",
|
||||||
|
"Path",
|
||||||
|
"Filter",
|
||||||
|
"Condition",
|
||||||
|
"Logic",
|
||||||
|
"Branch"
|
||||||
|
],
|
||||||
"subcategories": {
|
"subcategories": {
|
||||||
"Core Nodes": [
|
"Core Nodes": [
|
||||||
"Flow"
|
"Flow"
|
||||||
|
|
|
@ -17,6 +17,11 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"generic": [
|
"generic": [
|
||||||
|
{
|
||||||
|
"label": "5 tasks you can automate with the new Notion API ",
|
||||||
|
"icon": "⚡️",
|
||||||
|
"url": "https://n8n.io/blog/5-tasks-you-can-automate-with-notion-api/"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"label": "Hey founders! Your business doesn't need you to operate",
|
"label": "Hey founders! Your business doesn't need you to operate",
|
||||||
"icon": " 🖥️",
|
"icon": " 🖥️",
|
||||||
|
|
|
@ -27,6 +27,11 @@
|
||||||
"icon": "🎫",
|
"icon": "🎫",
|
||||||
"url": "https://n8n.io/blog/supercharging-your-conference-registration-process-with-n8n/"
|
"url": "https://n8n.io/blog/supercharging-your-conference-registration-process-with-n8n/"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"label": "5 tasks you can automate with the new Notion API ",
|
||||||
|
"icon": "⚡️",
|
||||||
|
"url": "https://n8n.io/blog/5-tasks-you-can-automate-with-notion-api/"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"label": "15 Google apps you can combine and automate to increase productivity",
|
"label": "15 Google apps you can combine and automate to increase productivity",
|
||||||
"icon": "💡",
|
"icon": "💡",
|
||||||
|
@ -46,7 +51,15 @@
|
||||||
"label": "Automating Conference Organization Processes with n8n",
|
"label": "Automating Conference Organization Processes with n8n",
|
||||||
"icon": "🙋♀️",
|
"icon": "🙋♀️",
|
||||||
"url": "https://n8n.io/blog/automating-conference-organization-processes-with-n8n/"
|
"url": "https://n8n.io/blog/automating-conference-organization-processes-with-n8n/"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "How Common Knowledge use workflow automation for activism",
|
||||||
|
"icon": "✨",
|
||||||
|
"url": "https://n8n.io/blog/automations-for-activists/"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
},
|
||||||
|
"alias": [
|
||||||
|
"Form"
|
||||||
|
]
|
||||||
}
|
}
|
|
@ -3,12 +3,12 @@
|
||||||
"nodeVersion": "1.0",
|
"nodeVersion": "1.0",
|
||||||
"codexVersion": "1.0",
|
"codexVersion": "1.0",
|
||||||
"categories": [
|
"categories": [
|
||||||
"Monitoring"
|
"Development"
|
||||||
],
|
],
|
||||||
"resources": {
|
"resources": {
|
||||||
"credentialDocumentation": [
|
"credentialDocumentation": [
|
||||||
{
|
{
|
||||||
"url": "https://docs.n8n.io/credentials/uptimeRobot"
|
"url": "https://docs.n8n.io/credentials/uptimeRobot/"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"primaryDocumentation": [
|
"primaryDocumentation": [
|
||||||
|
|
|
@ -23,6 +23,21 @@
|
||||||
"icon": "🛳",
|
"icon": "🛳",
|
||||||
"url": "https://n8n.io/blog/running-n8n-on-ships-an-interview-with-maranics/"
|
"url": "https://n8n.io/blog/running-n8n-on-ships-an-interview-with-maranics/"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"label": "How to build a low-code, self-hosted URL shortener in 3 steps",
|
||||||
|
"icon": "🔗",
|
||||||
|
"url": "https://n8n.io/blog/how-to-build-a-low-code-self-hosted-url-shortener/"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "What are APIs and how to use them with no code",
|
||||||
|
"icon": " 🪢",
|
||||||
|
"url": "https://n8n.io/blog/what-are-apis-how-to-use-them-with-no-code/"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "5 tasks you can automate with the new Notion API ",
|
||||||
|
"icon": "⚡️",
|
||||||
|
"url": "https://n8n.io/blog/5-tasks-you-can-automate-with-notion-api/"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"label": "How a digital strategist uses n8n for online marketing",
|
"label": "How a digital strategist uses n8n for online marketing",
|
||||||
"icon": "💻",
|
"icon": "💻",
|
||||||
|
@ -70,6 +85,12 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"alias": [
|
||||||
|
"HTTP",
|
||||||
|
"API",
|
||||||
|
"Build",
|
||||||
|
"WH"
|
||||||
|
],
|
||||||
"subcategories": {
|
"subcategories": {
|
||||||
"Core Nodes": [
|
"Core Nodes": [
|
||||||
"Flow"
|
"Flow"
|
||||||
|
|
|
@ -12,6 +12,11 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"alias": [
|
||||||
|
"Text",
|
||||||
|
"Save",
|
||||||
|
"Export"
|
||||||
|
],
|
||||||
"subcategories": {
|
"subcategories": {
|
||||||
"Core Nodes": [
|
"Core Nodes": [
|
||||||
"Files"
|
"Files"
|
||||||
|
|
|
@ -16,5 +16,8 @@
|
||||||
"url": "https://docs.n8n.io/nodes/n8n-nodes-base.wufooTrigger/"
|
"url": "https://docs.n8n.io/nodes/n8n-nodes-base.wufooTrigger/"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
},
|
||||||
|
"alias": [
|
||||||
|
"Form"
|
||||||
|
]
|
||||||
}
|
}
|
|
@ -10,8 +10,18 @@
|
||||||
{
|
{
|
||||||
"url": "https://docs.n8n.io/nodes/n8n-nodes-base.xml/"
|
"url": "https://docs.n8n.io/nodes/n8n-nodes-base.xml/"
|
||||||
}
|
}
|
||||||
|
],
|
||||||
|
"generic": [
|
||||||
|
{
|
||||||
|
"label": "What are APIs and how to use them with no code",
|
||||||
|
"icon": " 🪢",
|
||||||
|
"url": "https://n8n.io/blog/what-are-apis-how-to-use-them-with-no-code/"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"alias": [
|
||||||
|
"Parse"
|
||||||
|
],
|
||||||
"subcategories": {
|
"subcategories": {
|
||||||
"Core Nodes": [
|
"Core Nodes": [
|
||||||
"Files"
|
"Files"
|
||||||
|
|
Loading…
Reference in a new issue