From 9335ee5deb669206ec6ce7ab9c8ba1f166251a5f Mon Sep 17 00:00:00 2001 From: Harshil Agrawal Date: Fri, 11 Feb 2022 13:20:42 +0100 Subject: [PATCH] :zap: Update Codex files (#2797) --- .../nodes/Airtable/Airtable.node.json | 9 +++++ .../Aws/Comprehend/AwsComprehend.node.json | 6 ++++ .../Aws/Rekognition/AwsRekognition.node.json | 6 ++++ .../nodes-base/nodes/Aws/S3/AwsS3.node.json | 4 +++ .../nodes-base/nodes/Aws/SES/AwsSes.node.json | 4 +++ .../nodes/Aws/Textract/AwsTextract.node.json | 8 ++++- .../nodes/Calendly/CalendlyTrigger.node.json | 5 +++ .../nodes/CircleCi/CircleCi.node.json | 7 ++++ packages/nodes-base/nodes/Cron/Cron.node.json | 7 +++- .../nodes/DateTime/DateTime.node.json | 14 +++++++- .../nodes-base/nodes/DeepL/DeepL.node.json | 8 +++-- .../nodes/Dropbox/Dropbox.node.json | 4 +++ .../ExecuteCommand/ExecuteCommand.node.json | 7 +++- .../nodes/Function/Function.node.json | 21 ++++++++++- .../nodes/FunctionItem/FunctionItem.node.json | 19 +++++++++- .../nodes-base/nodes/Github/Github.node.json | 10 ++++++ .../nodes/Github/GithubTrigger.node.json | 10 ++++++ .../nodes/Google/Drive/GoogleDrive.node.json | 4 +++ .../Google/Drive/GoogleDriveTrigger.node.json | 8 ++++- .../nodes/Google/Gmail/Gmail.node.json | 10 ++++++ .../Perspective/GooglePerspective.node.json | 7 ++++ .../nodes/Google/Sheet/GoogleSheets.node.json | 14 ++++++++ .../Google/Slides/GoogleSlides.node.json | 5 +++ .../nodes/Harvest/Harvest.node.json | 7 ++++ .../nodes/HtmlExtract/HtmlExtract.node.json | 7 +++- .../nodes/HttpRequest/HttpRequest.node.json | 21 ++++++++++- .../nodes/Hubspot/Hubspot.node.json | 10 ++++++ .../nodes/Hubspot/HubspotTrigger.node.json | 5 +++ packages/nodes-base/nodes/If/If.node.json | 36 ++++++++++++++++++- .../nodes/ItemLists/ItemLists.node.json | 31 ++++++++++------ packages/nodes-base/nodes/Jira/Jira.node.json | 3 +- .../nodes/Mailchimp/Mailchimp.node.json | 7 ++++ .../nodes/Mattermost/Mattermost.node.json | 7 ++-- .../nodes-base/nodes/Mautic/Mautic.node.json | 5 +++ .../nodes/Mautic/MauticTrigger.node.json | 7 ++++ .../nodes-base/nodes/Merge/Merge.node.json | 9 +++++ .../Microsoft/Excel/MicrosoftExcel.node.json | 8 +++-- .../nodes/MongoDb/MongoDb.node.json | 5 +++ packages/nodes-base/nodes/NoOp/NoOp.node.json | 26 +++++++++++++- .../nodes/PagerDuty/PagerDuty.node.json | 3 +- .../nodes/Pipedrive/Pipedrive.node.json | 12 +++++++ .../ReadBinaryFile/ReadBinaryFile.node.json | 7 +++- packages/nodes-base/nodes/Set/Set.node.json | 31 +++++++++++++++- .../nodes/Shopify/ShopifyTrigger.node.json | 7 ++++ .../nodes-base/nodes/Slack/Slack.node.json | 10 ++++++ .../SplitInBatches/SplitInBatches.node.json | 7 +++- .../nodes/Spotify/Spotify.node.json | 8 +++-- .../nodes-base/nodes/Switch/Switch.node.json | 10 ++++++ .../nodes/Telegram/Telegram.node.json | 19 ++++++++++ .../nodes/Telegram/TelegramTrigger.node.json | 14 ++++++++ .../nodes/TravisCi/TravisCi.node.json | 7 ++++ .../nodes-base/nodes/Trello/Trello.node.json | 5 +++ .../nodes-base/nodes/Twilio/Twilio.node.json | 5 ++- .../nodes/Twitter/Twitter.node.json | 5 +++ .../nodes/Typeform/TypeformTrigger.node.json | 9 +++++ .../nodes-base/nodes/UProc/UProc.node.json | 11 ++++++ .../nodes-base/nodes/Vonage/Vonage.node.json | 5 ++- packages/nodes-base/nodes/Wait/Wait.node.json | 13 ++++++- .../nodes/Webhook/Webhook.node.json | 5 ++- packages/nodes-base/nodes/Wise/Wise.node.json | 7 ++-- .../WriteBinaryFile/WriteBinaryFile.node.json | 9 ++++- .../nodes-base/nodes/Zoho/ZohoCrm.node.json | 7 ++++ 62 files changed, 561 insertions(+), 46 deletions(-) diff --git a/packages/nodes-base/nodes/Airtable/Airtable.node.json b/packages/nodes-base/nodes/Airtable/Airtable.node.json index 4a883154a..c1389b349 100644 --- a/packages/nodes-base/nodes/Airtable/Airtable.node.json +++ b/packages/nodes-base/nodes/Airtable/Airtable.node.json @@ -32,6 +32,11 @@ "icon": "πŸ”—", "url": "https://n8n.io/blog/how-to-build-a-low-code-self-hosted-url-shortener/" }, + { + "label": "How to get started with CRM automation (with 3 no-code workflow ideas", + "icon": "πŸ‘₯", + "url": "https://n8n.io/blog/how-to-get-started-with-crm-automation-and-no-code-workflow-ideas/" + }, { "label": "15 Google apps you can combine and automate to increase productivity", "icon": "πŸ’‘", @@ -71,6 +76,10 @@ "label": "How Goomer automated their operations with over 200 n8n workflows", "icon": "πŸ›΅", "url": "https://n8n.io/blog/how-goomer-automated-their-operations-with-over-200-n8n-workflows/" + }, + { + "label": "7 no-code workflow automations for Amazon Web Services", + "url": "https://n8n.io/blog/aws-workflow-automation/" } ] } diff --git a/packages/nodes-base/nodes/Aws/Comprehend/AwsComprehend.node.json b/packages/nodes-base/nodes/Aws/Comprehend/AwsComprehend.node.json index 0edd7a93b..8a7306569 100644 --- a/packages/nodes-base/nodes/Aws/Comprehend/AwsComprehend.node.json +++ b/packages/nodes-base/nodes/Aws/Comprehend/AwsComprehend.node.json @@ -15,6 +15,12 @@ { "url": "https://docs.n8n.io/nodes/n8n-nodes-base.awsComprehend/" } + ], + "generic": [ + { + "label": "7 no-code workflow automations for Amazon Web Services", + "url": "https://n8n.io/blog/aws-workflow-automation/" + } ] } } \ No newline at end of file diff --git a/packages/nodes-base/nodes/Aws/Rekognition/AwsRekognition.node.json b/packages/nodes-base/nodes/Aws/Rekognition/AwsRekognition.node.json index 5beabff73..e6f81e099 100644 --- a/packages/nodes-base/nodes/Aws/Rekognition/AwsRekognition.node.json +++ b/packages/nodes-base/nodes/Aws/Rekognition/AwsRekognition.node.json @@ -15,6 +15,12 @@ { "url": "https://docs.n8n.io/nodes/n8n-nodes-base.awsRekognition/" } + ], + "generic": [ + { + "label": "7 no-code workflow automations for Amazon Web Services", + "url": "https://n8n.io/blog/aws-workflow-automation/" + } ] } } \ No newline at end of file diff --git a/packages/nodes-base/nodes/Aws/S3/AwsS3.node.json b/packages/nodes-base/nodes/Aws/S3/AwsS3.node.json index 55106d8bc..d6a345a0d 100644 --- a/packages/nodes-base/nodes/Aws/S3/AwsS3.node.json +++ b/packages/nodes-base/nodes/Aws/S3/AwsS3.node.json @@ -22,6 +22,10 @@ "label": "Why business process automation with n8n can change your daily life", "icon": "🧬", "url": "https://n8n.io/blog/why-business-process-automation-with-n8n-can-change-your-daily-life/" + }, + { + "label": "7 no-code workflow automations for Amazon Web Services", + "url": "https://n8n.io/blog/aws-workflow-automation/" } ] } diff --git a/packages/nodes-base/nodes/Aws/SES/AwsSes.node.json b/packages/nodes-base/nodes/Aws/SES/AwsSes.node.json index c636423fe..c900b11c1 100644 --- a/packages/nodes-base/nodes/Aws/SES/AwsSes.node.json +++ b/packages/nodes-base/nodes/Aws/SES/AwsSes.node.json @@ -22,6 +22,10 @@ "label": "Why business process automation with n8n can change your daily life", "icon": "🧬", "url": "https://n8n.io/blog/why-business-process-automation-with-n8n-can-change-your-daily-life/" + }, + { + "label": "7 no-code workflow automations for Amazon Web Services", + "url": "https://n8n.io/blog/aws-workflow-automation/" } ] } diff --git a/packages/nodes-base/nodes/Aws/Textract/AwsTextract.node.json b/packages/nodes-base/nodes/Aws/Textract/AwsTextract.node.json index 370cfd887..8a960972b 100644 --- a/packages/nodes-base/nodes/Aws/Textract/AwsTextract.node.json +++ b/packages/nodes-base/nodes/Aws/Textract/AwsTextract.node.json @@ -15,6 +15,12 @@ { "url": "https://docs.n8n.io/nodes/n8n-nodes-base.awsTextract/" } + ], + "generic": [ + { + "label": "7 no-code workflow automations for Amazon Web Services", + "url": "https://n8n.io/blog/aws-workflow-automation/" + } ] } -} +} \ No newline at end of file diff --git a/packages/nodes-base/nodes/Calendly/CalendlyTrigger.node.json b/packages/nodes-base/nodes/Calendly/CalendlyTrigger.node.json index f5bb7072f..936ff92d6 100644 --- a/packages/nodes-base/nodes/Calendly/CalendlyTrigger.node.json +++ b/packages/nodes-base/nodes/Calendly/CalendlyTrigger.node.json @@ -18,6 +18,11 @@ } ], "generic": [ + { + "label": "How to get started with CRM automation (with 3 no-code workflow ideas", + "icon": "πŸ‘₯", + "url": "https://n8n.io/blog/how-to-get-started-with-crm-automation-and-no-code-workflow-ideas/" + }, { "label": "5 tasks you can automate with the new Notion API ", "icon": "⚑️", diff --git a/packages/nodes-base/nodes/CircleCi/CircleCi.node.json b/packages/nodes-base/nodes/CircleCi/CircleCi.node.json index 6efdf97e5..5a8b5ebe1 100644 --- a/packages/nodes-base/nodes/CircleCi/CircleCi.node.json +++ b/packages/nodes-base/nodes/CircleCi/CircleCi.node.json @@ -15,6 +15,13 @@ { "url": "https://docs.n8n.io/nodes/n8n-nodes-base.circleCi/" } + ], + "generic": [ + { + "label": "How to set up a no-code CI/CD pipeline with GitHub and TravisCI", + "icon": "🎑", + "url": "https://n8n.io/blog/how-to-set-up-a-ci-cd-pipeline-with-no-code/" + } ] } } \ No newline at end of file diff --git a/packages/nodes-base/nodes/Cron/Cron.node.json b/packages/nodes-base/nodes/Cron/Cron.node.json index a02185f37..96487b083 100644 --- a/packages/nodes-base/nodes/Cron/Cron.node.json +++ b/packages/nodes-base/nodes/Cron/Cron.node.json @@ -48,6 +48,11 @@ "icon": "πŸ“ˆ", "url": "https://n8n.io/blog/automatically-pulling-and-visualizing-data-with-n8n/" }, + { + "label": "How to synchronize data between two systems (one-way vs. two-way sync", + "icon": "🏬", + "url": "https://n8n.io/blog/how-to-sync-data-between-two-systems/" + }, { "label": "Database Monitoring and Alerting with n8n", "icon": "πŸ“‘", @@ -135,4 +140,4 @@ "Flow" ] } -} \ No newline at end of file +} diff --git a/packages/nodes-base/nodes/DateTime/DateTime.node.json b/packages/nodes-base/nodes/DateTime/DateTime.node.json index f2c5aade1..537e1fcc7 100644 --- a/packages/nodes-base/nodes/DateTime/DateTime.node.json +++ b/packages/nodes-base/nodes/DateTime/DateTime.node.json @@ -10,6 +10,18 @@ { "url": "https://docs.n8n.io/nodes/n8n-nodes-base.dateTime/" } + ], + "generic": [ + { + "label": "6 e-commerce workflows to power up your Shopify s", + "icon": "store", + "url": "https://n8n.io/blog/no-code-ecommerce-workflow-automations/" + }, + { + "label": "How to get started with CRM automation (with 3 no-code workflow ideas", + "icon": "πŸ‘₯", + "url": "https://n8n.io/blog/how-to-get-started-with-crm-automation-and-no-code-workflow-ideas/" + } ] }, "subcategories": { @@ -17,4 +29,4 @@ "Helpers" ] } -} \ No newline at end of file +} diff --git a/packages/nodes-base/nodes/DeepL/DeepL.node.json b/packages/nodes-base/nodes/DeepL/DeepL.node.json index 73c319558..2984afc46 100644 --- a/packages/nodes-base/nodes/DeepL/DeepL.node.json +++ b/packages/nodes-base/nodes/DeepL/DeepL.node.json @@ -16,5 +16,9 @@ "url": "https://docs.n8n.io/nodes/n8n-nodes-base.deepL/" } ] - } -} \ No newline at end of file + }, + "alias": [ + "Translate", + "Translator" + ] +} diff --git a/packages/nodes-base/nodes/Dropbox/Dropbox.node.json b/packages/nodes-base/nodes/Dropbox/Dropbox.node.json index 5ae88a50c..0fd9bf090 100644 --- a/packages/nodes-base/nodes/Dropbox/Dropbox.node.json +++ b/packages/nodes-base/nodes/Dropbox/Dropbox.node.json @@ -21,6 +21,10 @@ "label": "Hey founders! Your business doesn't need you to operate", "icon": " πŸ–₯️", "url": "https://n8n.io/blog/your-business-doesnt-need-you-to-operate/" + }, + { + "label": "7 no-code workflow automations for Amazon Web Services", + "url": "https://n8n.io/blog/aws-workflow-automation/" } ] } diff --git a/packages/nodes-base/nodes/ExecuteCommand/ExecuteCommand.node.json b/packages/nodes-base/nodes/ExecuteCommand/ExecuteCommand.node.json index d63cefd17..771381168 100644 --- a/packages/nodes-base/nodes/ExecuteCommand/ExecuteCommand.node.json +++ b/packages/nodes-base/nodes/ExecuteCommand/ExecuteCommand.node.json @@ -14,6 +14,11 @@ } ], "generic": [ + { + "label": "How uProc scraped a multi-page website with a low-code workflow", + "icon": " πŸ•ΈοΈ", + "url": "https://n8n.io/blog/how-uproc-scraped-a-multi-page-website-with-a-low-code-workflow/" + }, { "label": "Why this Product Manager loves workflow automation with n8n", "icon": "🧠", @@ -32,4 +37,4 @@ "Helpers" ] } -} \ No newline at end of file +} diff --git a/packages/nodes-base/nodes/Function/Function.node.json b/packages/nodes-base/nodes/Function/Function.node.json index f18086449..eba32139c 100644 --- a/packages/nodes-base/nodes/Function/Function.node.json +++ b/packages/nodes-base/nodes/Function/Function.node.json @@ -64,6 +64,11 @@ "icon": "⏲", "url": "https://n8n.io/blog/creating-triggers-for-n8n-workflows-using-polling/" }, + { + "label": "6 e-commerce workflows to power up your Shopify s", + "icon": "store", + "url": "https://n8n.io/blog/no-code-ecommerce-workflow-automations/" + }, { "label": "How to build a low-code, self-hosted URL shortener in 3 steps", "icon": "πŸ”—", @@ -74,6 +79,11 @@ "icon": "πŸ‘¦", "url": "https://n8n.io/blog/build-your-own-virtual-assistant-with-n8n-a-step-by-step-guide/" }, + { + "label": "How uProc scraped a multi-page website with a low-code workflow", + "icon": " πŸ•ΈοΈ", + "url": "https://n8n.io/blog/how-uproc-scraped-a-multi-page-website-with-a-low-code-workflow/" + }, { "label": "How to automatically give kudos to contributors with GitHub, Slack, and n8n", "icon": "πŸ‘", @@ -99,10 +109,19 @@ "icon": "πŸ™Œ", "url": "https://n8n.io/blog/sending-automated-congratulations-with-google-sheets-twilio-and-n8n/" }, + { + "label": "How a Membership Development Manager automates his work and investments", + "icon": "πŸ“ˆ", + "url": "https://n8n.io/blog/how-a-membership-development-manager-automates-his-work-and-investments/" + }, { "label": "How Goomer automated their operations with over 200 n8n workflows", "icon": "πŸ›΅", "url": "https://n8n.io/blog/how-goomer-automated-their-operations-with-over-200-n8n-workflows/" + }, + { + "label": "7 no-code workflow automations for Amazon Web Services", + "url": "https://n8n.io/blog/aws-workflow-automation/" } ] }, @@ -118,4 +137,4 @@ "Data Transformation" ] } -} \ No newline at end of file +} diff --git a/packages/nodes-base/nodes/FunctionItem/FunctionItem.node.json b/packages/nodes-base/nodes/FunctionItem/FunctionItem.node.json index d1794f826..d782ed2a3 100644 --- a/packages/nodes-base/nodes/FunctionItem/FunctionItem.node.json +++ b/packages/nodes-base/nodes/FunctionItem/FunctionItem.node.json @@ -11,11 +11,28 @@ { "url": "https://docs.n8n.io/nodes/n8n-nodes-base.functionItem/" } + ], + "generic": [ + { + "label": "How uProc scraped a multi-page website with a low-code workflow", + "icon": " πŸ•ΈοΈ", + "url": "https://n8n.io/blog/how-uproc-scraped-a-multi-page-website-with-a-low-code-workflow/" + }, + { + "label": "7 no-code workflow automations for Amazon Web Services", + "url": "https://n8n.io/blog/aws-workflow-automation/" + } ] }, + "alias": [ + "Javascript", + "Code", + "Custom Code", + "JS" + ], "subcategories": { "Core Nodes": [ "Data Transformation" ] } -} \ No newline at end of file +} diff --git a/packages/nodes-base/nodes/Github/Github.node.json b/packages/nodes-base/nodes/Github/Github.node.json index 04adb266b..92dba2432 100644 --- a/packages/nodes-base/nodes/Github/Github.node.json +++ b/packages/nodes-base/nodes/Github/Github.node.json @@ -22,10 +22,20 @@ "icon": "πŸ“ˆ", "url": "https://n8n.io/blog/automatically-pulling-and-visualizing-data-with-n8n/" }, + { + "label": "How to automatically manage contributions to open-source projects", + "icon": "🏷️", + "url": "https://n8n.io/blog/automation-for-maintainers-of-open-source-projects/" + }, { "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 set up a no-code CI/CD pipeline with GitHub and TravisCI", + "icon": "🎑", + "url": "https://n8n.io/blog/how-to-set-up-a-ci-cd-pipeline-with-no-code/" } ] } diff --git a/packages/nodes-base/nodes/Github/GithubTrigger.node.json b/packages/nodes-base/nodes/Github/GithubTrigger.node.json index 48b9691c8..778219bf7 100644 --- a/packages/nodes-base/nodes/Github/GithubTrigger.node.json +++ b/packages/nodes-base/nodes/Github/GithubTrigger.node.json @@ -17,10 +17,20 @@ } ], "generic": [ + { + "label": "How to automatically manage contributions to open-source projects", + "icon": "🏷️", + "url": "https://n8n.io/blog/automation-for-maintainers-of-open-source-projects/" + }, { "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 set up a no-code CI/CD pipeline with GitHub and TravisCI", + "icon": "🎑", + "url": "https://n8n.io/blog/how-to-set-up-a-ci-cd-pipeline-with-no-code/" } ] } diff --git a/packages/nodes-base/nodes/Google/Drive/GoogleDrive.node.json b/packages/nodes-base/nodes/Google/Drive/GoogleDrive.node.json index be55a7388..978d1194a 100644 --- a/packages/nodes-base/nodes/Google/Drive/GoogleDrive.node.json +++ b/packages/nodes-base/nodes/Google/Drive/GoogleDrive.node.json @@ -26,6 +26,10 @@ "label": "Why this Product Manager loves workflow automation with n8n", "icon": "🧠", "url": "https://n8n.io/blog/why-this-product-manager-loves-workflow-automation-with-n8n/" + }, + { + "label": "7 no-code workflow automations for Amazon Web Services", + "url": "https://n8n.io/blog/aws-workflow-automation/" } ] } diff --git a/packages/nodes-base/nodes/Google/Drive/GoogleDriveTrigger.node.json b/packages/nodes-base/nodes/Google/Drive/GoogleDriveTrigger.node.json index dc0a632b9..462ccc3e3 100644 --- a/packages/nodes-base/nodes/Google/Drive/GoogleDriveTrigger.node.json +++ b/packages/nodes-base/nodes/Google/Drive/GoogleDriveTrigger.node.json @@ -15,6 +15,12 @@ { "url": "https://docs.n8n.io/nodes/n8n-nodes-base.googleDriveTrigger/" } + ], + "generic": [ + { + "label": "7 no-code workflow automations for Amazon Web Services", + "url": "https://n8n.io/blog/aws-workflow-automation/" + } ] } -} +} \ No newline at end of file diff --git a/packages/nodes-base/nodes/Google/Gmail/Gmail.node.json b/packages/nodes-base/nodes/Google/Gmail/Gmail.node.json index a8882306d..5847ea0ea 100644 --- a/packages/nodes-base/nodes/Google/Gmail/Gmail.node.json +++ b/packages/nodes-base/nodes/Google/Gmail/Gmail.node.json @@ -27,6 +27,16 @@ "icon": "🎫", "url": "https://n8n.io/blog/supercharging-your-conference-registration-process-with-n8n/" }, + { + "label": "6 e-commerce workflows to power up your Shopify s", + "icon": "store", + "url": "https://n8n.io/blog/no-code-ecommerce-workflow-automations/" + }, + { + "label": "How to get started with CRM automation (with 3 no-code workflow ideas", + "icon": "πŸ‘₯", + "url": "https://n8n.io/blog/how-to-get-started-with-crm-automation-and-no-code-workflow-ideas/" + }, { "label": "15 Google apps you can combine and automate to increase productivity", "icon": "πŸ’‘", diff --git a/packages/nodes-base/nodes/Google/Perspective/GooglePerspective.node.json b/packages/nodes-base/nodes/Google/Perspective/GooglePerspective.node.json index d34967428..dc3a287b6 100644 --- a/packages/nodes-base/nodes/Google/Perspective/GooglePerspective.node.json +++ b/packages/nodes-base/nodes/Google/Perspective/GooglePerspective.node.json @@ -16,6 +16,13 @@ { "url": "https://docs.n8n.io/nodes/n8n-nodes-base.googlePerspective/" } + ], + "generic": [ + { + "label": "Create a toxic language detector for Telegram in 4 step", + "icon": "🀬", + "url": "https://n8n.io/blog/create-a-toxic-language-detector-for-telegram/" + } ] }, "alias": [ diff --git a/packages/nodes-base/nodes/Google/Sheet/GoogleSheets.node.json b/packages/nodes-base/nodes/Google/Sheet/GoogleSheets.node.json index 812c530c1..400390f2d 100644 --- a/packages/nodes-base/nodes/Google/Sheet/GoogleSheets.node.json +++ b/packages/nodes-base/nodes/Google/Sheet/GoogleSheets.node.json @@ -43,6 +43,11 @@ "icon": "⏲", "url": "https://n8n.io/blog/creating-triggers-for-n8n-workflows-using-polling/" }, + { + "label": "6 e-commerce workflows to power up your Shopify s", + "icon": "store", + "url": "https://n8n.io/blog/no-code-ecommerce-workflow-automations/" + }, { "label": "Migrating Community Metrics to Orbit using n8n", "icon": "πŸ“ˆ", @@ -77,6 +82,15 @@ "label": "Sending Automated Congratulations with Google Sheets, Twilio, and n8n ", "icon": "πŸ™Œ", "url": "https://n8n.io/blog/sending-automated-congratulations-with-google-sheets-twilio-and-n8n/" + }, + { + "label": "How a Membership Development Manager automates his work and investments", + "icon": "πŸ“ˆ", + "url": "https://n8n.io/blog/how-a-membership-development-manager-automates-his-work-and-investments/" + }, + { + "label": "7 no-code workflow automations for Amazon Web Services", + "url": "https://n8n.io/blog/aws-workflow-automation/" } ] }, diff --git a/packages/nodes-base/nodes/Google/Slides/GoogleSlides.node.json b/packages/nodes-base/nodes/Google/Slides/GoogleSlides.node.json index e27164b60..81568455d 100644 --- a/packages/nodes-base/nodes/Google/Slides/GoogleSlides.node.json +++ b/packages/nodes-base/nodes/Google/Slides/GoogleSlides.node.json @@ -17,6 +17,11 @@ } ], "generic": [ + { + "label": "How to get started with CRM automation (with 3 no-code workflow ideas", + "icon": "πŸ‘₯", + "url": "https://n8n.io/blog/how-to-get-started-with-crm-automation-and-no-code-workflow-ideas/" + }, { "label": "15 Google apps you can combine and automate to increase productivity", "icon": "πŸ’‘", diff --git a/packages/nodes-base/nodes/Harvest/Harvest.node.json b/packages/nodes-base/nodes/Harvest/Harvest.node.json index c76bc0a6d..d250d580d 100644 --- a/packages/nodes-base/nodes/Harvest/Harvest.node.json +++ b/packages/nodes-base/nodes/Harvest/Harvest.node.json @@ -15,6 +15,13 @@ { "url": "https://docs.n8n.io/nodes/n8n-nodes-base.harvest/" } + ], + "generic": [ + { + "label": "6 e-commerce workflows to power up your Shopify s", + "icon": "store", + "url": "https://n8n.io/blog/no-code-ecommerce-workflow-automations/" + } ] } } \ No newline at end of file diff --git a/packages/nodes-base/nodes/HtmlExtract/HtmlExtract.node.json b/packages/nodes-base/nodes/HtmlExtract/HtmlExtract.node.json index f5d47f39f..65818f52b 100644 --- a/packages/nodes-base/nodes/HtmlExtract/HtmlExtract.node.json +++ b/packages/nodes-base/nodes/HtmlExtract/HtmlExtract.node.json @@ -22,6 +22,11 @@ "icon": "⚑️", "url": "https://n8n.io/blog/5-tasks-you-can-automate-with-notion-api/" }, + { + "label": "How uProc scraped a multi-page website with a low-code workflow", + "icon": " πŸ•ΈοΈ", + "url": "https://n8n.io/blog/how-uproc-scraped-a-multi-page-website-with-a-low-code-workflow/" + }, { "label": "How to use the HTTP Request Node - The Swiss Army Knife for Workflow Automation", "icon": "🧰", @@ -34,4 +39,4 @@ "Helpers" ] } -} \ No newline at end of file +} diff --git a/packages/nodes-base/nodes/HttpRequest/HttpRequest.node.json b/packages/nodes-base/nodes/HttpRequest/HttpRequest.node.json index 1f31916fa..c97b66cdb 100644 --- a/packages/nodes-base/nodes/HttpRequest/HttpRequest.node.json +++ b/packages/nodes-base/nodes/HttpRequest/HttpRequest.node.json @@ -69,6 +69,11 @@ "icon": "🎨", "url": "https://n8n.io/blog/automate-designs-with-bannerbear-and-n8n/" }, + { + "label": "How uProc scraped a multi-page website with a low-code workflow", + "icon": " πŸ•ΈοΈ", + "url": "https://n8n.io/blog/how-uproc-scraped-a-multi-page-website-with-a-low-code-workflow/" + }, { "label": "Building an expense tracking app in 10 minutes", "icon": "πŸ“±", @@ -89,11 +94,21 @@ "icon": "πŸ¦„", "url": "https://n8n.io/blog/learn-how-to-use-webhooks-with-mattermost-slash-commands/" }, + { + "label": "How a Membership Development Manager automates his work and investments", + "icon": "πŸ“ˆ", + "url": "https://n8n.io/blog/how-a-membership-development-manager-automates-his-work-and-investments/" + }, { "label": "A low-code bitcoin ticker built with QuestDB and n8n.io", "icon": "πŸ“ˆ", "url": "https://n8n.io/blog/a-low-code-bitcoin-ticker-built-with-questdb-and-n8n-io/" }, + { + "label": "How to set up a no-code CI/CD pipeline with GitHub and TravisCI", + "icon": "🎑", + "url": "https://n8n.io/blog/how-to-set-up-a-ci-cd-pipeline-with-no-code/" + }, { "label": "How Common Knowledge use workflow automation for activism", "icon": "✨", @@ -108,6 +123,10 @@ "label": "How Goomer automated their operations with over 200 n8n workflows", "icon": "πŸ›΅", "url": "https://n8n.io/blog/how-goomer-automated-their-operations-with-over-200-n8n-workflows/" + }, + { + "label": "7 no-code workflow automations for Amazon Web Services", + "url": "https://n8n.io/blog/aws-workflow-automation/" } ] }, @@ -122,4 +141,4 @@ "Helpers" ] } -} \ No newline at end of file +} diff --git a/packages/nodes-base/nodes/Hubspot/Hubspot.node.json b/packages/nodes-base/nodes/Hubspot/Hubspot.node.json index e2ac50d60..4c07f5fe7 100644 --- a/packages/nodes-base/nodes/Hubspot/Hubspot.node.json +++ b/packages/nodes-base/nodes/Hubspot/Hubspot.node.json @@ -17,6 +17,16 @@ } ], "generic": [ + { + "label": "How to synchronize data between two systems (one-way vs. two-way sync", + "icon": "🏬", + "url": "https://n8n.io/blog/how-to-sync-data-between-two-systems/" + }, + { + "label": "How to get started with CRM automation (with 3 no-code workflow ideas", + "icon": "πŸ‘₯", + "url": "https://n8n.io/blog/how-to-get-started-with-crm-automation-and-no-code-workflow-ideas/" + }, { "label": "Hey founders! Your business doesn't need you to operate", "icon": " πŸ–₯️", diff --git a/packages/nodes-base/nodes/Hubspot/HubspotTrigger.node.json b/packages/nodes-base/nodes/Hubspot/HubspotTrigger.node.json index f9866f6c6..a4d4796a7 100644 --- a/packages/nodes-base/nodes/Hubspot/HubspotTrigger.node.json +++ b/packages/nodes-base/nodes/Hubspot/HubspotTrigger.node.json @@ -17,6 +17,11 @@ } ], "generic": [ + { + "label": "How to get started with CRM automation (with 3 no-code workflow ideas", + "icon": "πŸ‘₯", + "url": "https://n8n.io/blog/how-to-get-started-with-crm-automation-and-no-code-workflow-ideas/" + }, { "label": "Benefits of automation and n8n: An interview with HubSpot's Hugh Durkin", "icon": "πŸŽ–", diff --git a/packages/nodes-base/nodes/If/If.node.json b/packages/nodes-base/nodes/If/If.node.json index 55ae6f08e..e9a162fb9 100644 --- a/packages/nodes-base/nodes/If/If.node.json +++ b/packages/nodes-base/nodes/If/If.node.json @@ -28,6 +28,16 @@ "icon": "🧬", "url": "https://n8n.io/blog/why-business-process-automation-with-n8n-can-change-your-daily-life/" }, + { + "label": "Create a toxic language detector for Telegram in 4 step", + "icon": "🀬", + "url": "https://n8n.io/blog/create-a-toxic-language-detector-for-telegram/" + }, + { + "label": "6 e-commerce workflows to power up your Shopify s", + "icon": "store", + "url": "https://n8n.io/blog/no-code-ecommerce-workflow-automations/" + }, { "label": "How to build a low-code, self-hosted URL shortener in 3 steps", "icon": "πŸ”—", @@ -38,6 +48,11 @@ "icon": "βš™οΈ", "url": "https://n8n.io/blog/automate-your-data-processing-pipeline-in-9-steps-with-n8n/" }, + { + "label": "How to get started with CRM automation (with 3 no-code workflow ideas", + "icon": "πŸ‘₯", + "url": "https://n8n.io/blog/how-to-get-started-with-crm-automation-and-no-code-workflow-ideas/" + }, { "label": "5 tasks you can automate with the new Notion API ", "icon": "⚑️", @@ -48,6 +63,16 @@ "icon": "πŸ’‘", "url": "https://n8n.io/blog/automate-google-apps-for-productivity/" }, + { + "label": "How to automatically manage contributions to open-source projects", + "icon": "🏷️", + "url": "https://n8n.io/blog/automation-for-maintainers-of-open-source-projects/" + }, + { + "label": "How uProc scraped a multi-page website with a low-code workflow", + "icon": " πŸ•ΈοΈ", + "url": "https://n8n.io/blog/how-uproc-scraped-a-multi-page-website-with-a-low-code-workflow/" + }, { "label": "5 workflow automations for Mattermost that we love at n8n", "icon": "πŸ€–", @@ -63,10 +88,19 @@ "icon": "πŸ™Œ", "url": "https://n8n.io/blog/sending-automated-congratulations-with-google-sheets-twilio-and-n8n/" }, + { + "label": "How to set up a no-code CI/CD pipeline with GitHub and TravisCI", + "icon": "🎑", + "url": "https://n8n.io/blog/how-to-set-up-a-ci-cd-pipeline-with-no-code/" + }, { "label": "Benefits of automation and n8n: An interview with HubSpot's Hugh Durkin", "icon": "πŸŽ–", "url": "https://n8n.io/blog/benefits-of-automation-and-n8n-an-interview-with-hubspots-hugh-durkin/" + }, + { + "label": "7 no-code workflow automations for Amazon Web Services", + "url": "https://n8n.io/blog/aws-workflow-automation/" } ] }, @@ -83,4 +117,4 @@ "Flow" ] } -} \ No newline at end of file +} diff --git a/packages/nodes-base/nodes/ItemLists/ItemLists.node.json b/packages/nodes-base/nodes/ItemLists/ItemLists.node.json index 74e66c818..3697db977 100644 --- a/packages/nodes-base/nodes/ItemLists/ItemLists.node.json +++ b/packages/nodes-base/nodes/ItemLists/ItemLists.node.json @@ -15,17 +15,26 @@ "generic": [] }, "alias": [ - "aggregate", - "dedupe", - "deduplicate", - "duplicates", - "limit", - "order", - "remove", - "slice", - "sort", - "split", - "unique" + "Aggregate", + "Dedupe", + "Deduplicate", + "Duplicates", + "Limit", + "Remove", + "Slice", + "Sort", + "Split", + "Unique", + "JSON", + "Transform", + "Array", + "List", + "Object", + "Item", + "Map", + "Format", + "Nested", + "Iterate" ], "subcategories": { "Core Nodes": [ diff --git a/packages/nodes-base/nodes/Jira/Jira.node.json b/packages/nodes-base/nodes/Jira/Jira.node.json index f6c609e4d..3845ffa91 100644 --- a/packages/nodes-base/nodes/Jira/Jira.node.json +++ b/packages/nodes-base/nodes/Jira/Jira.node.json @@ -24,8 +24,7 @@ "url": "https://n8n.io/blog/5-workflow-automations-for-mattermost-that-we-love-at-n8n/" }, { - "label": "Creating Custom Incident Response Workflows with n8n", - "icon": "🚨", + "label": "How to automate every step of an incident response workflow", "url": "https://n8n.io/blog/creating-custom-incident-response-workflows-with-n8n/" } ] diff --git a/packages/nodes-base/nodes/Mailchimp/Mailchimp.node.json b/packages/nodes-base/nodes/Mailchimp/Mailchimp.node.json index 51b3c3988..eb3c43a08 100644 --- a/packages/nodes-base/nodes/Mailchimp/Mailchimp.node.json +++ b/packages/nodes-base/nodes/Mailchimp/Mailchimp.node.json @@ -16,6 +16,13 @@ { "url": "https://docs.n8n.io/nodes/n8n-nodes-base.mailchimp/" } + ], + "generic": [ + { + "label": "6 e-commerce workflows to power up your Shopify s", + "icon": "store", + "url": "https://n8n.io/blog/no-code-ecommerce-workflow-automations/" + } ] } } \ No newline at end of file diff --git a/packages/nodes-base/nodes/Mattermost/Mattermost.node.json b/packages/nodes-base/nodes/Mattermost/Mattermost.node.json index ca53a3f39..bea3318f0 100644 --- a/packages/nodes-base/nodes/Mattermost/Mattermost.node.json +++ b/packages/nodes-base/nodes/Mattermost/Mattermost.node.json @@ -58,14 +58,17 @@ "url": "https://n8n.io/blog/creating-error-workflows-in-n8n/" }, { - "label": "Creating Custom Incident Response Workflows with n8n", - "icon": "🚨", + "label": "How to automate every step of an incident response workflow", "url": "https://n8n.io/blog/creating-custom-incident-response-workflows-with-n8n/" }, { "label": "Learn how to use webhooks with Mattermost slash commands", "icon": "πŸ¦„", "url": "https://n8n.io/blog/learn-how-to-use-webhooks-with-mattermost-slash-commands/" + }, + { + "label": "7 no-code workflow automations for Amazon Web Services", + "url": "https://n8n.io/blog/aws-workflow-automation/" } ] } diff --git a/packages/nodes-base/nodes/Mautic/Mautic.node.json b/packages/nodes-base/nodes/Mautic/Mautic.node.json index c084cd739..97412dc2c 100644 --- a/packages/nodes-base/nodes/Mautic/Mautic.node.json +++ b/packages/nodes-base/nodes/Mautic/Mautic.node.json @@ -22,6 +22,11 @@ "label": "How a digital strategist uses n8n for online marketing", "icon": "πŸ’»", "url": "https://n8n.io/blog/how-a-digital-strategist-uses-n8n-for-online-marketing/" + }, + { + "label": "How a Membership Development Manager automates his work and investments", + "icon": "πŸ“ˆ", + "url": "https://n8n.io/blog/how-a-membership-development-manager-automates-his-work-and-investments/" } ] } diff --git a/packages/nodes-base/nodes/Mautic/MauticTrigger.node.json b/packages/nodes-base/nodes/Mautic/MauticTrigger.node.json index f1a21f3e5..2045c6cb6 100644 --- a/packages/nodes-base/nodes/Mautic/MauticTrigger.node.json +++ b/packages/nodes-base/nodes/Mautic/MauticTrigger.node.json @@ -16,6 +16,13 @@ { "url": "https://docs.n8n.io/nodes/n8n-nodes-base.mauticTrigger/" } + ], + "generic": [ + { + "label": "How a Membership Development Manager automates his work and investments", + "icon": "πŸ“ˆ", + "url": "https://n8n.io/blog/how-a-membership-development-manager-automates-his-work-and-investments/" + } ] } } \ No newline at end of file diff --git a/packages/nodes-base/nodes/Merge/Merge.node.json b/packages/nodes-base/nodes/Merge/Merge.node.json index d489792ca..8ddb08802 100644 --- a/packages/nodes-base/nodes/Merge/Merge.node.json +++ b/packages/nodes-base/nodes/Merge/Merge.node.json @@ -12,6 +12,11 @@ } ], "generic": [ + { + "label": "How to synchronize data between two systems (one-way vs. two-way sync", + "icon": "🏬", + "url": "https://n8n.io/blog/how-to-sync-data-between-two-systems/" + }, { "label": "Supercharging your conference registration process with n8n", "icon": "🎫", @@ -31,6 +36,10 @@ "label": "Sending Automated Congratulations with Google Sheets, Twilio, and n8n ", "icon": "πŸ™Œ", "url": "https://n8n.io/blog/sending-automated-congratulations-with-google-sheets-twilio-and-n8n/" + }, + { + "label": "7 no-code workflow automations for Amazon Web Services", + "url": "https://n8n.io/blog/aws-workflow-automation/" } ] }, diff --git a/packages/nodes-base/nodes/Microsoft/Excel/MicrosoftExcel.node.json b/packages/nodes-base/nodes/Microsoft/Excel/MicrosoftExcel.node.json index e5ad8b376..f7f404cca 100644 --- a/packages/nodes-base/nodes/Microsoft/Excel/MicrosoftExcel.node.json +++ b/packages/nodes-base/nodes/Microsoft/Excel/MicrosoftExcel.node.json @@ -17,5 +17,9 @@ "url": "https://docs.n8n.io/nodes/n8n-nodes-base.microsoftExcel/" } ] - } -} \ No newline at end of file + }, + "alias": [ + "CSV", + "Spreadsheet" + ] +} diff --git a/packages/nodes-base/nodes/MongoDb/MongoDb.node.json b/packages/nodes-base/nodes/MongoDb/MongoDb.node.json index 190f08322..c7efbc070 100644 --- a/packages/nodes-base/nodes/MongoDb/MongoDb.node.json +++ b/packages/nodes-base/nodes/MongoDb/MongoDb.node.json @@ -32,6 +32,11 @@ "label": "Automate your data processing pipeline in 9 steps", "icon": "βš™οΈ", "url": "https://n8n.io/blog/automate-your-data-processing-pipeline-in-9-steps-with-n8n/" + }, + { + "label": "How uProc scraped a multi-page website with a low-code workflow", + "icon": " πŸ•ΈοΈ", + "url": "https://n8n.io/blog/how-uproc-scraped-a-multi-page-website-with-a-low-code-workflow/" } ] } diff --git a/packages/nodes-base/nodes/NoOp/NoOp.node.json b/packages/nodes-base/nodes/NoOp/NoOp.node.json index 707512d96..9f6d89e21 100644 --- a/packages/nodes-base/nodes/NoOp/NoOp.node.json +++ b/packages/nodes-base/nodes/NoOp/NoOp.node.json @@ -22,11 +22,26 @@ "icon": "β˜€οΈ", "url": "https://n8n.io/blog/2021-the-year-to-automate-the-new-you-with-n8n/" }, + { + "label": "Create a toxic language detector for Telegram in 4 step", + "icon": "🀬", + "url": "https://n8n.io/blog/create-a-toxic-language-detector-for-telegram/" + }, + { + "label": "6 e-commerce workflows to power up your Shopify s", + "icon": "store", + "url": "https://n8n.io/blog/no-code-ecommerce-workflow-automations/" + }, { "label": "Automate your data processing pipeline in 9 steps", "icon": "βš™οΈ", "url": "https://n8n.io/blog/automate-your-data-processing-pipeline-in-9-steps-with-n8n/" }, + { + "label": "How to get started with CRM automation (with 3 no-code workflow ideas", + "icon": "πŸ‘₯", + "url": "https://n8n.io/blog/how-to-get-started-with-crm-automation-and-no-code-workflow-ideas/" + }, { "label": "5 tasks you can automate with the new Notion API ", "icon": "⚑️", @@ -42,10 +57,19 @@ "icon": "πŸ™Œ", "url": "https://n8n.io/blog/sending-automated-congratulations-with-google-sheets-twilio-and-n8n/" }, + { + "label": "How to set up a no-code CI/CD pipeline with GitHub and TravisCI", + "icon": "🎑", + "url": "https://n8n.io/blog/how-to-set-up-a-ci-cd-pipeline-with-no-code/" + }, { "label": "Benefits of automation and n8n: An interview with HubSpot's Hugh Durkin", "icon": "πŸŽ–", "url": "https://n8n.io/blog/benefits-of-automation-and-n8n-an-interview-with-hubspots-hugh-durkin/" + }, + { + "label": "7 no-code workflow automations for Amazon Web Services", + "url": "https://n8n.io/blog/aws-workflow-automation/" } ] }, @@ -57,4 +81,4 @@ "Helpers" ] } -} \ No newline at end of file +} diff --git a/packages/nodes-base/nodes/PagerDuty/PagerDuty.node.json b/packages/nodes-base/nodes/PagerDuty/PagerDuty.node.json index b108f9363..b4f98d32c 100644 --- a/packages/nodes-base/nodes/PagerDuty/PagerDuty.node.json +++ b/packages/nodes-base/nodes/PagerDuty/PagerDuty.node.json @@ -24,8 +24,7 @@ "url": "https://n8n.io/blog/learn-to-automate-your-factorys-incident-reporting-a-step-by-step-guide/" }, { - "label": "Creating Custom Incident Response Workflows with n8n", - "icon": "🚨", + "label": "How to automate every step of an incident response workflow", "url": "https://n8n.io/blog/creating-custom-incident-response-workflows-with-n8n/" } ] diff --git a/packages/nodes-base/nodes/Pipedrive/Pipedrive.node.json b/packages/nodes-base/nodes/Pipedrive/Pipedrive.node.json index c5e753664..3910be733 100644 --- a/packages/nodes-base/nodes/Pipedrive/Pipedrive.node.json +++ b/packages/nodes-base/nodes/Pipedrive/Pipedrive.node.json @@ -15,6 +15,18 @@ { "url": "https://docs.n8n.io/nodes/n8n-nodes-base.pipedrive/" } + ], + "generic": [ + { + "label": "How to synchronize data between two systems (one-way vs. two-way sync", + "icon": "🏬", + "url": "https://n8n.io/blog/how-to-sync-data-between-two-systems/" + }, + { + "label": "How to get started with CRM automation (with 3 no-code workflow ideas", + "icon": "πŸ‘₯", + "url": "https://n8n.io/blog/how-to-get-started-with-crm-automation-and-no-code-workflow-ideas/" + } ] } } \ No newline at end of file diff --git a/packages/nodes-base/nodes/ReadBinaryFile/ReadBinaryFile.node.json b/packages/nodes-base/nodes/ReadBinaryFile/ReadBinaryFile.node.json index 1a99ed719..0ac19cca1 100644 --- a/packages/nodes-base/nodes/ReadBinaryFile/ReadBinaryFile.node.json +++ b/packages/nodes-base/nodes/ReadBinaryFile/ReadBinaryFile.node.json @@ -17,6 +17,11 @@ "icon": "πŸ‘¦", "url": "https://n8n.io/blog/build-your-own-virtual-assistant-with-n8n-a-step-by-step-guide/" }, + { + "label": "How uProc scraped a multi-page website with a low-code workflow", + "icon": " πŸ•ΈοΈ", + "url": "https://n8n.io/blog/how-uproc-scraped-a-multi-page-website-with-a-low-code-workflow/" + }, { "label": "How to use the HTTP Request Node - The Swiss Army Knife for Workflow Automation", "icon": "🧰", @@ -34,4 +39,4 @@ "Files" ] } -} \ No newline at end of file +} diff --git a/packages/nodes-base/nodes/Set/Set.node.json b/packages/nodes-base/nodes/Set/Set.node.json index f75841e15..1fdfa6544 100644 --- a/packages/nodes-base/nodes/Set/Set.node.json +++ b/packages/nodes-base/nodes/Set/Set.node.json @@ -37,6 +37,11 @@ "icon": "🧾", "url": "https://n8n.io/blog/automatically-adding-expense-receipts-to-google-sheets-with-telegram-mindee-twilio-and-n8n/" }, + { + "label": "6 e-commerce workflows to power up your Shopify s", + "icon": "store", + "url": "https://n8n.io/blog/no-code-ecommerce-workflow-automations/" + }, { "label": "How to build a low-code, self-hosted URL shortener in 3 steps", "icon": "πŸ”—", @@ -47,6 +52,11 @@ "icon": "βš™οΈ", "url": "https://n8n.io/blog/automate-your-data-processing-pipeline-in-9-steps-with-n8n/" }, + { + "label": "How to get started with CRM automation (with 3 no-code workflow ideas", + "icon": "πŸ‘₯", + "url": "https://n8n.io/blog/how-to-get-started-with-crm-automation-and-no-code-workflow-ideas/" + }, { "label": "5 tasks you can automate with the new Notion API ", "icon": "⚑️", @@ -57,6 +67,11 @@ "icon": "πŸ’‘", "url": "https://n8n.io/blog/automate-google-apps-for-productivity/" }, + { + "label": "How uProc scraped a multi-page website with a low-code workflow", + "icon": " πŸ•ΈοΈ", + "url": "https://n8n.io/blog/how-uproc-scraped-a-multi-page-website-with-a-low-code-workflow/" + }, { "label": "Building an expense tracking app in 10 minutes", "icon": "πŸ“±", @@ -77,11 +92,21 @@ "icon": "🧰", "url": "https://n8n.io/blog/learn-to-build-powerful-api-endpoints-using-webhooks/" }, + { + "label": "How a Membership Development Manager automates his work and investments", + "icon": "πŸ“ˆ", + "url": "https://n8n.io/blog/how-a-membership-development-manager-automates-his-work-and-investments/" + }, { "label": "A low-code bitcoin ticker built with QuestDB and n8n.io", "icon": "πŸ“ˆ", "url": "https://n8n.io/blog/a-low-code-bitcoin-ticker-built-with-questdb-and-n8n-io/" }, + { + "label": "How to set up a no-code CI/CD pipeline with GitHub and TravisCI", + "icon": "🎑", + "url": "https://n8n.io/blog/how-to-set-up-a-ci-cd-pipeline-with-no-code/" + }, { "label": "Benefits of automation and n8n: An interview with HubSpot's Hugh Durkin", "icon": "πŸŽ–", @@ -91,6 +116,10 @@ "label": "How Goomer automated their operations with over 200 n8n workflows", "icon": "πŸ›΅", "url": "https://n8n.io/blog/how-goomer-automated-their-operations-with-over-200-n8n-workflows/" + }, + { + "label": "7 no-code workflow automations for Amazon Web Services", + "url": "https://n8n.io/blog/aws-workflow-automation/" } ] }, @@ -105,4 +134,4 @@ "Data Transformation" ] } -} \ No newline at end of file +} diff --git a/packages/nodes-base/nodes/Shopify/ShopifyTrigger.node.json b/packages/nodes-base/nodes/Shopify/ShopifyTrigger.node.json index 470d685ab..acb209932 100644 --- a/packages/nodes-base/nodes/Shopify/ShopifyTrigger.node.json +++ b/packages/nodes-base/nodes/Shopify/ShopifyTrigger.node.json @@ -15,6 +15,13 @@ { "url": "https://docs.n8n.io/nodes/n8n-nodes-base.shopifyTrigger/" } + ], + "generic": [ + { + "label": "6 e-commerce workflows to power up your Shopify s", + "icon": "store", + "url": "https://n8n.io/blog/no-code-ecommerce-workflow-automations/" + } ] } } \ No newline at end of file diff --git a/packages/nodes-base/nodes/Slack/Slack.node.json b/packages/nodes-base/nodes/Slack/Slack.node.json index 4244b5f4c..69c053249 100644 --- a/packages/nodes-base/nodes/Slack/Slack.node.json +++ b/packages/nodes-base/nodes/Slack/Slack.node.json @@ -17,11 +17,21 @@ } ], "generic": [ + { + "label": "6 e-commerce workflows to power up your Shopify s", + "icon": "store", + "url": "https://n8n.io/blog/no-code-ecommerce-workflow-automations/" + }, { "label": "Automate your data processing pipeline in 9 steps", "icon": "βš™οΈ", "url": "https://n8n.io/blog/automate-your-data-processing-pipeline-in-9-steps-with-n8n/" }, + { + "label": "How to get started with CRM automation (with 3 no-code workflow ideas", + "icon": "πŸ‘₯", + "url": "https://n8n.io/blog/how-to-get-started-with-crm-automation-and-no-code-workflow-ideas/" + }, { "label": "5 tasks you can automate with the new Notion API ", "icon": "⚑️", diff --git a/packages/nodes-base/nodes/SplitInBatches/SplitInBatches.node.json b/packages/nodes-base/nodes/SplitInBatches/SplitInBatches.node.json index 76a352ad8..8405557f3 100644 --- a/packages/nodes-base/nodes/SplitInBatches/SplitInBatches.node.json +++ b/packages/nodes-base/nodes/SplitInBatches/SplitInBatches.node.json @@ -12,6 +12,11 @@ } ], "generic": [ + { + "label": "How uProc scraped a multi-page website with a low-code workflow", + "icon": " πŸ•ΈοΈ", + "url": "https://n8n.io/blog/how-uproc-scraped-a-multi-page-website-with-a-low-code-workflow/" + }, { "label": "Benefits of automation and n8n: An interview with HubSpot's Hugh Durkin", "icon": "πŸŽ–", @@ -27,4 +32,4 @@ "Flow" ] } -} \ No newline at end of file +} diff --git a/packages/nodes-base/nodes/Spotify/Spotify.node.json b/packages/nodes-base/nodes/Spotify/Spotify.node.json index 2f9042868..2fead6190 100644 --- a/packages/nodes-base/nodes/Spotify/Spotify.node.json +++ b/packages/nodes-base/nodes/Spotify/Spotify.node.json @@ -16,5 +16,9 @@ "url": "https://docs.n8n.io/nodes/n8n-nodes-base.spotify/" } ] - } -} \ No newline at end of file + }, + "alias": [ + "Music", + "Song" + ] +} diff --git a/packages/nodes-base/nodes/Switch/Switch.node.json b/packages/nodes-base/nodes/Switch/Switch.node.json index 3649b3d23..da60277ec 100644 --- a/packages/nodes-base/nodes/Switch/Switch.node.json +++ b/packages/nodes-base/nodes/Switch/Switch.node.json @@ -17,10 +17,20 @@ "icon": "β˜€οΈ", "url": "https://n8n.io/blog/2021-the-year-to-automate-the-new-you-with-n8n/" }, + { + "label": "How to get started with CRM automation (with 3 no-code workflow ideas", + "icon": "πŸ‘₯", + "url": "https://n8n.io/blog/how-to-get-started-with-crm-automation-and-no-code-workflow-ideas/" + }, { "label": "Build your own virtual assistant with n8n: A step by step guide", "icon": "πŸ‘¦", "url": "https://n8n.io/blog/build-your-own-virtual-assistant-with-n8n-a-step-by-step-guide/" + }, + { + "label": "How to automatically manage contributions to open-source projects", + "icon": "🏷️", + "url": "https://n8n.io/blog/automation-for-maintainers-of-open-source-projects/" } ] }, diff --git a/packages/nodes-base/nodes/Telegram/Telegram.node.json b/packages/nodes-base/nodes/Telegram/Telegram.node.json index a883edf61..33b14dad9 100644 --- a/packages/nodes-base/nodes/Telegram/Telegram.node.json +++ b/packages/nodes-base/nodes/Telegram/Telegram.node.json @@ -22,11 +22,21 @@ "icon": "🧬", "url": "https://n8n.io/blog/why-business-process-automation-with-n8n-can-change-your-daily-life/" }, + { + "label": "Create a toxic language detector for Telegram in 4 step", + "icon": "🀬", + "url": "https://n8n.io/blog/create-a-toxic-language-detector-for-telegram/" + }, { "label": "Automatically Adding Expense Receipts to Google Sheets with Telegram, Mindee, Twilio, and n8n", "icon": "🧾", "url": "https://n8n.io/blog/automatically-adding-expense-receipts-to-google-sheets-with-telegram-mindee-twilio-and-n8n/" }, + { + "label": "6 e-commerce workflows to power up your Shopify s", + "icon": "store", + "url": "https://n8n.io/blog/no-code-ecommerce-workflow-automations/" + }, { "label": "Celebrating World Poetry Day with a daily poem in Telegram", "icon": "πŸ“œ", @@ -37,6 +47,11 @@ "icon": "πŸ’ͺ", "url": "https://n8n.io/blog/using-automation-to-boost-productivity-in-the-workplace/" }, + { + "label": "How to set up a no-code CI/CD pipeline with GitHub and TravisCI", + "icon": "🎑", + "url": "https://n8n.io/blog/how-to-set-up-a-ci-cd-pipeline-with-no-code/" + }, { "label": "Creating scheduled text affirmations with n8n", "icon": "🀟", @@ -46,6 +61,10 @@ "label": "Creating Telegram Bots with n8n, a No-Code Platform", "icon": "πŸ’¬", "url": "https://n8n.io/blog/creating-telegram-bots-with-n8n-a-no-code-platform/" + }, + { + "label": "7 no-code workflow automations for Amazon Web Services", + "url": "https://n8n.io/blog/aws-workflow-automation/" } ] } diff --git a/packages/nodes-base/nodes/Telegram/TelegramTrigger.node.json b/packages/nodes-base/nodes/Telegram/TelegramTrigger.node.json index 0e6e71c05..6895915b6 100644 --- a/packages/nodes-base/nodes/Telegram/TelegramTrigger.node.json +++ b/packages/nodes-base/nodes/Telegram/TelegramTrigger.node.json @@ -17,15 +17,29 @@ } ], "generic": [ + { + "label": "Create a toxic language detector for Telegram in 4 step", + "icon": "🀬", + "url": "https://n8n.io/blog/create-a-toxic-language-detector-for-telegram/" + }, { "label": "Automatically Adding Expense Receipts to Google Sheets with Telegram, Mindee, Twilio, and n8n", "icon": "🧾", "url": "https://n8n.io/blog/automatically-adding-expense-receipts-to-google-sheets-with-telegram-mindee-twilio-and-n8n/" }, + { + "label": "How to set up a no-code CI/CD pipeline with GitHub and TravisCI", + "icon": "🎑", + "url": "https://n8n.io/blog/how-to-set-up-a-ci-cd-pipeline-with-no-code/" + }, { "label": "Creating Telegram Bots with n8n, a No-Code Platform", "icon": "πŸ’¬", "url": "https://n8n.io/blog/creating-telegram-bots-with-n8n-a-no-code-platform/" + }, + { + "label": "7 no-code workflow automations for Amazon Web Services", + "url": "https://n8n.io/blog/aws-workflow-automation/" } ] } diff --git a/packages/nodes-base/nodes/TravisCi/TravisCi.node.json b/packages/nodes-base/nodes/TravisCi/TravisCi.node.json index 0440dd613..3d921879e 100644 --- a/packages/nodes-base/nodes/TravisCi/TravisCi.node.json +++ b/packages/nodes-base/nodes/TravisCi/TravisCi.node.json @@ -15,6 +15,13 @@ { "url": "https://docs.n8n.io/nodes/n8n-nodes-base.travisCi/" } + ], + "generic": [ + { + "label": "How to set up a no-code CI/CD pipeline with GitHub and TravisCI", + "icon": "🎑", + "url": "https://n8n.io/blog/how-to-set-up-a-ci-cd-pipeline-with-no-code/" + } ] } } \ No newline at end of file diff --git a/packages/nodes-base/nodes/Trello/Trello.node.json b/packages/nodes-base/nodes/Trello/Trello.node.json index 1fc7b0124..55176333a 100644 --- a/packages/nodes-base/nodes/Trello/Trello.node.json +++ b/packages/nodes-base/nodes/Trello/Trello.node.json @@ -17,6 +17,11 @@ } ], "generic": [ + { + "label": "6 e-commerce workflows to power up your Shopify s", + "icon": "store", + "url": "https://n8n.io/blog/no-code-ecommerce-workflow-automations/" + }, { "label": "5 tasks you can automate with the new Notion API ", "icon": "⚑️", diff --git a/packages/nodes-base/nodes/Twilio/Twilio.node.json b/packages/nodes-base/nodes/Twilio/Twilio.node.json index e815ada15..9dfbe1737 100644 --- a/packages/nodes-base/nodes/Twilio/Twilio.node.json +++ b/packages/nodes-base/nodes/Twilio/Twilio.node.json @@ -59,5 +59,8 @@ "url": "https://n8n.io/blog/sending-sms-the-low-code-way-with-airtable-twilio-programmable-sms-and-n8n/" } ] - } + }, + "alias": [ + "SMS" + ] } \ No newline at end of file diff --git a/packages/nodes-base/nodes/Twitter/Twitter.node.json b/packages/nodes-base/nodes/Twitter/Twitter.node.json index b90eeb54f..717abef32 100644 --- a/packages/nodes-base/nodes/Twitter/Twitter.node.json +++ b/packages/nodes-base/nodes/Twitter/Twitter.node.json @@ -17,6 +17,11 @@ } ], "generic": [ + { + "label": "6 e-commerce workflows to power up your Shopify s", + "icon": "store", + "url": "https://n8n.io/blog/no-code-ecommerce-workflow-automations/" + }, { "label": "Automate your data processing pipeline in 9 steps", "icon": "βš™οΈ", diff --git a/packages/nodes-base/nodes/Typeform/TypeformTrigger.node.json b/packages/nodes-base/nodes/Typeform/TypeformTrigger.node.json index ca9ffc71d..998852958 100644 --- a/packages/nodes-base/nodes/Typeform/TypeformTrigger.node.json +++ b/packages/nodes-base/nodes/Typeform/TypeformTrigger.node.json @@ -27,6 +27,11 @@ "icon": "🎫", "url": "https://n8n.io/blog/supercharging-your-conference-registration-process-with-n8n/" }, + { + "label": "How to get started with CRM automation (with 3 no-code workflow ideas", + "icon": "πŸ‘₯", + "url": "https://n8n.io/blog/how-to-get-started-with-crm-automation-and-no-code-workflow-ideas/" + }, { "label": "5 tasks you can automate with the new Notion API ", "icon": "⚑️", @@ -56,6 +61,10 @@ "label": "How Common Knowledge use workflow automation for activism", "icon": "✨", "url": "https://n8n.io/blog/automations-for-activists/" + }, + { + "label": "7 no-code workflow automations for Amazon Web Services", + "url": "https://n8n.io/blog/aws-workflow-automation/" } ] }, diff --git a/packages/nodes-base/nodes/UProc/UProc.node.json b/packages/nodes-base/nodes/UProc/UProc.node.json index 90a6a8b9b..6821d4fc8 100644 --- a/packages/nodes-base/nodes/UProc/UProc.node.json +++ b/packages/nodes-base/nodes/UProc/UProc.node.json @@ -15,6 +15,17 @@ { "url": "https://docs.n8n.io/nodes/n8n-nodes-base.uproc/" } + ], + "generic": [ + { + "label": "How uProc scraped a multi-page website with a low-code workflow", + "icon": " πŸ•ΈοΈ", + "url": "https://n8n.io/blog/how-uproc-scraped-a-multi-page-website-with-a-low-code-workflow/" + }, + { + "label": "7 no-code workflow automations for Amazon Web Services", + "url": "https://n8n.io/blog/aws-workflow-automation/" + } ] } } \ No newline at end of file diff --git a/packages/nodes-base/nodes/Vonage/Vonage.node.json b/packages/nodes-base/nodes/Vonage/Vonage.node.json index a13155358..06f7079cf 100644 --- a/packages/nodes-base/nodes/Vonage/Vonage.node.json +++ b/packages/nodes-base/nodes/Vonage/Vonage.node.json @@ -23,5 +23,8 @@ "url": "https://n8n.io/blog/2021-goals-level-up-your-vocabulary-with-vonage-and-n8n/" } ] - } + }, + "alias": [ + "SMS" + ] } \ No newline at end of file diff --git a/packages/nodes-base/nodes/Wait/Wait.node.json b/packages/nodes-base/nodes/Wait/Wait.node.json index d0ba86d70..f99ef924a 100644 --- a/packages/nodes-base/nodes/Wait/Wait.node.json +++ b/packages/nodes-base/nodes/Wait/Wait.node.json @@ -10,6 +10,17 @@ { "url": "https://docs.n8n.io/nodes/n8n-nodes-base.wait/" } + ], + "generic": [ + { + "label": "How to get started with CRM automation (with 3 no-code workflow ideas", + "icon": "πŸ‘₯", + "url": "https://n8n.io/blog/how-to-get-started-with-crm-automation-and-no-code-workflow-ideas/" + }, + { + "label": "7 no-code workflow automations for Amazon Web Services", + "url": "https://n8n.io/blog/aws-workflow-automation/" + } ] }, "alias": [ @@ -23,4 +34,4 @@ "Flow" ] } -} \ No newline at end of file +} diff --git a/packages/nodes-base/nodes/Webhook/Webhook.node.json b/packages/nodes-base/nodes/Webhook/Webhook.node.json index d76521754..538809752 100644 --- a/packages/nodes-base/nodes/Webhook/Webhook.node.json +++ b/packages/nodes-base/nodes/Webhook/Webhook.node.json @@ -64,8 +64,7 @@ "url": "https://n8n.io/blog/why-this-product-manager-loves-workflow-automation-with-n8n/" }, { - "label": "Creating Custom Incident Response Workflows with n8n", - "icon": "🚨", + "label": "How to automate every step of an incident response workflow", "url": "https://n8n.io/blog/creating-custom-incident-response-workflows-with-n8n/" }, { @@ -96,4 +95,4 @@ "Flow" ] } -} \ No newline at end of file +} diff --git a/packages/nodes-base/nodes/Wise/Wise.node.json b/packages/nodes-base/nodes/Wise/Wise.node.json index 3c6842348..0c404e3ac 100644 --- a/packages/nodes-base/nodes/Wise/Wise.node.json +++ b/packages/nodes-base/nodes/Wise/Wise.node.json @@ -16,5 +16,8 @@ "url": "https://docs.n8n.io/nodes/n8n-nodes-base.wise/" } ] - } -} \ No newline at end of file + }, + "alias": [ + "Currency" + ] +} diff --git a/packages/nodes-base/nodes/WriteBinaryFile/WriteBinaryFile.node.json b/packages/nodes-base/nodes/WriteBinaryFile/WriteBinaryFile.node.json index 0b29faa6f..326c5e9f8 100644 --- a/packages/nodes-base/nodes/WriteBinaryFile/WriteBinaryFile.node.json +++ b/packages/nodes-base/nodes/WriteBinaryFile/WriteBinaryFile.node.json @@ -10,6 +10,13 @@ { "url": "https://docs.n8n.io/nodes/n8n-nodes-base.writeBinaryFile/" } + ], + "generic": [ + { + "label": "How uProc scraped a multi-page website with a low-code workflow", + "icon": " πŸ•ΈοΈ", + "url": "https://n8n.io/blog/how-uproc-scraped-a-multi-page-website-with-a-low-code-workflow/" + } ] }, "alias": [ @@ -22,4 +29,4 @@ "Files" ] } -} \ No newline at end of file +} diff --git a/packages/nodes-base/nodes/Zoho/ZohoCrm.node.json b/packages/nodes-base/nodes/Zoho/ZohoCrm.node.json index 49c9d7619..4214b81f9 100644 --- a/packages/nodes-base/nodes/Zoho/ZohoCrm.node.json +++ b/packages/nodes-base/nodes/Zoho/ZohoCrm.node.json @@ -16,6 +16,13 @@ { "url": "https://docs.n8n.io/nodes/n8n-nodes-base.zohoCrm/" } + ], + "generic": [ + { + "label": "6 e-commerce workflows to power up your Shopify s", + "icon": "store", + "url": "https://n8n.io/blog/no-code-ecommerce-workflow-automations/" + } ] } } \ No newline at end of file