GitHub
Releases ยท n8n-io/n8n
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations. - n8n-io/n8n
New Update V1.37.1
Bug Fixes
๐ - core: Don't revert irreversibble migrations (#9105) (4326d59)
๐ - core: Support MySQL in MoveSshKeysToDatabase migration (#9120) (19ba645)๐ - editor: Do not show overlapping trash icon in the node's settings (#9119) (27de031)
๐ - editor: Open links from embedded chat in new tab (#9121) (9e1e799)
๐ - editor: Render dates correctly in parameter hint (#9089) (daacc42)
๐ - Respond to Webhook Node: Continue on fail and error branch support (#9115) (779b4a7)
To update your n8n instance (Selfhosted) to the New Update V1.37.1, simply use the "Auto Update" Workflow that we've created. This workflow is based on the tutorial on how to correctly install n8n using Coolify. ๐๐
๐Resources:
- ๐ How to install Coolify & n8n: n8n.nskha.com
- ๐ 5 Months FREE VPS (4G/2C/2.5Gbps) - Use Coupon: swiy.co/vps
- ๐ค ChatGPT n8n Assistant plugin: swiy.co/n8n
- ๐ฌ N8N Community Discord: discord.gg/n8n!
- ๐ฌ N8N Community Discourse: community.n8n.io!
- โ Nskha Verified templates: n8n.io/creators/nskha!
- โ๏ธ N8N Cloud (Official Version - Ultimate Stable Option): swiy.co/n8n-cloud
๐Resources:
- ๐ How to install Coolify & n8n: n8n.nskha.com
- ๐ 5 Months FREE VPS (4G/2C/2.5Gbps) - Use Coupon: swiy.co/vps
- ๐ค ChatGPT n8n Assistant plugin: swiy.co/n8n
- ๐ฌ N8N Community Discord: discord.gg/n8n!
- ๐ฌ N8N Community Discourse: community.n8n.io!
- โ Nskha Verified templates: n8n.io/creators/nskha!
- โ๏ธ N8N Cloud (Official Version - Ultimate Stable Option): swiy.co/n8n-cloud
GitHub
Releases ยท n8n-io/n8n
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations. - n8n-io/n8n
To update your n8n instance (Selfhosted) to the New Update V1.36.3, simply use the "Auto Update" Workflow that we've created. This workflow is based on the tutorial on how to correctly install n8n using Coolify. ๐๐
๐Resources:
- ๐ How to install Coolify & n8n: n8n.nskha.com
- ๐ 5 Months FREE VPS (4G/2C/2.5Gbps) - Use Coupon: swiy.co/vps
- ๐ค ChatGPT n8n Assistant plugin: swiy.co/n8n
- ๐ฌ N8N Community Discord: discord.gg/n8n!
- ๐ฌ N8N Community Discourse: community.n8n.io!
- โ Nskha Verified templates: n8n.io/creators/nskha!
- โ๏ธ N8N Cloud (Official Version - Ultimate Stable Option): swiy.co/n8n-cloud
๐Resources:
- ๐ How to install Coolify & n8n: n8n.nskha.com
- ๐ 5 Months FREE VPS (4G/2C/2.5Gbps) - Use Coupon: swiy.co/vps
- ๐ค ChatGPT n8n Assistant plugin: swiy.co/n8n
- ๐ฌ N8N Community Discord: discord.gg/n8n!
- ๐ฌ N8N Community Discourse: community.n8n.io!
- โ Nskha Verified templates: n8n.io/creators/nskha!
- โ๏ธ N8N Cloud (Official Version - Ultimate Stable Option): swiy.co/n8n-cloud
The new workflow template is based on the idea that
Use cases:
- Rephrase the content and republish it to profit.
- Monitor competitors and important articles on a specific topic.
- Get instant data to feed artificial intelligence with the latest information.
And many other uses, all now at your fingertips, thanks to the greatness of n8n and the audacity of WordPress.
https://youtu.be/0MEwJpW7SDA
WordPress is not a secure environment for content ๐. To prove this, you will feel unfairly treated when you are a content creator and others have this easy capability to access all CMS data on your own WordPress...Through this workflow, you will be able to fetch all the posts of any WordPress blog ๐ in just ~6 minutes. I have fetched over 500 articles from wptavern.com (Top 10 Wordpress website).
Use cases:
- Rephrase the content and republish it to profit.
- Monitor competitors and important articles on a specific topic.
- Get instant data to feed artificial intelligence with the latest information.
And many other uses, all now at your fingertips, thanks to the greatness of n8n and the audacity of WordPress.
https://youtu.be/0MEwJpW7SDA
Starting today, I will share the most commonly used expressions with my workflows. This will also help me remember them.
Let's begin with this one:
Let's begin with this one:
{{
$item("0").$node["<NodeNameHere>"].binary.data.fileSize.toLowerCase().includes('kb') ?
$item("0").$node["<NodeNameHere>"].binary.data.fileSize.toInt() * 1024 :
(
$item("0").$node["<NodeNameHere>"].binary.data.fileSize.toLowerCase().includes('mb') ?
$item("0").$node["<NodeNameHere>"].binary.data.fileSize.toInt() * 1024 * 1024 :
(
$item("0").$node["<NodeNameHere>"].binary.data.fileSize.toLowerCase().includes('gb') ?
$item("0").$node["<NodeNameHere>"].binary.data.fileSize.toInt() * 1024 * 1024 * 1024 :
$item("0").$node["<NodeNameHere>"].binary.data.fileSize.toInt()
)
)
}}This expression is used to generate the file size in bytes for applications when uploading a file. Some providers, such as all applications built with AWS storage S3, require signing the request with the file size. This expression solves one of the parameter issues during the signing process. I actually created it while developing an AI Voice Enhancer for Adobe. ๐
GitHub
Releases ยท n8n-io/n8n
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations. - n8n-io/n8n
To update your n8n instance (Selfhosted) to the New Update V1.36.4, simply use the "Auto Update" Workflow that we've created. This workflow is based on the tutorial on how to correctly install n8n using Coolify. ๐๐
๐Resources:
- ๐ How to install Coolify & n8n: n8n.nskha.com
- ๐ 5 Months FREE VPS (4G/2C/2.5Gbps) - Use Coupon: swiy.co/vps
- ๐ค ChatGPT n8n Assistant plugin: swiy.co/n8n
- ๐ฌ N8N Community Discord: discord.gg/n8n!
- ๐ฌ N8N Community Discourse: community.n8n.io!
- โ Nskha Verified templates: n8n.io/creators/nskha!
- โ๏ธ N8N Cloud (Official Version - Ultimate Stable Option): swiy.co/n8n-cloud
๐Resources:
- ๐ How to install Coolify & n8n: n8n.nskha.com
- ๐ 5 Months FREE VPS (4G/2C/2.5Gbps) - Use Coupon: swiy.co/vps
- ๐ค ChatGPT n8n Assistant plugin: swiy.co/n8n
- ๐ฌ N8N Community Discord: discord.gg/n8n!
- ๐ฌ N8N Community Discourse: community.n8n.io!
- โ Nskha Verified templates: n8n.io/creators/nskha!
- โ๏ธ N8N Cloud (Official Version - Ultimate Stable Option): swiy.co/n8n-cloud
๐ Vote for this suggestion if you want to bring something "BIG" to n8n nodes: https://community.n8n.io/t/cyberchef-node-already-built-for-nodejs-all-in-one-tools-80-funactions-all-useful-for-n8n-users/44290
CyberChef is an all-in-one tool for almost everything, test it here.
n8n Community
CyberChef Node (Already Built for Nodejs) All in one tools +80 funactions all useful for n8n users
It would help if there was a node for: CyberChef My use case: CyberChef is a web app for encryption, encoding, compression, and data analysis, often described as a โcyber Swiss Army knife.โ Integrating CyberChef into n8n as a node would be highly beneficialโฆ
GitHub
Releases ยท n8n-io/n8n
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations. - n8n-io/n8n
New Update V1.38.0
Bug Fixes
๐ - core: Don't create multiple owners when importing credentials or workflows (#9112) (3eb5be5)
๐ - core: Don't revert irreversible migrations (#9105) (3bb821f)
๐ - core: Support MySQL in MoveSshKeysToDatabase migration (#9120) (cf435c3)๐ - editor: Do not show overlapping trash icon in the node's settings (#9119) (c00150b)
๐ - editor: Open links from embedded chat in new tab (#9121) (284de5d)
๐ - editor: Render dates correctly in parameter hint (#9089) (064e8f4)
๐ - Execute Workflow Node: Assign fallback pairedItem only if not present in output item and different length of input output (#9145) (a95e401)
๐ - Fix issue with Crowdstrike credential not working correctly (#9108) (4c16000)
๐ - HTTP Request Node: Tolerate header name being empty (#9138) (f6c9dbf)
๐ - Respond to Webhook Node: Continue on fail and error branch support (#9115) (86a20f6)
GitHub
Releases ยท n8n-io/n8n
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations. - n8n-io/n8n
Features
๐ - editor: Add object keys that need bracket access to autocomplete (#9088) (98bcd50)
๐ - GitHub Node: Add option to get pull requests (#9094) (4d9000b)
๐ - Google Gemini Chat Model Node: Add support for new Google Gemini models (#9130) (f1215cd)
๐ - Summarize Node: Option to continue when field to summarize can't be found in any items (#9118) (d7abc30)
To update your n8n instance (Selfhosted) to the New Update V1.38.0, simply use the "Auto Update" Workflow that we've created. This workflow is based on the tutorial on how to correctly install n8n using Coolify. ๐๐
๐Resources:
- ๐ How to install Coolify & n8n: n8n.nskha.com
- ๐ 5 Months FREE VPS (4G/2C/2.5Gbps) - Use Coupon: swiy.co/vps
- ๐ค ChatGPT n8n Assistant plugin: swiy.co/n8n
- ๐ฌ N8N Community Discord: discord.gg/n8n!
- ๐ฌ N8N Community Discourse: community.n8n.io!
- โ Nskha Verified templates: n8n.io/creators/nskha!
- โ๏ธ N8N Cloud (Official Version - Ultimate Stable Option): swiy.co/n8n-cloud
๐Resources:
- ๐ How to install Coolify & n8n: n8n.nskha.com
- ๐ 5 Months FREE VPS (4G/2C/2.5Gbps) - Use Coupon: swiy.co/vps
- ๐ค ChatGPT n8n Assistant plugin: swiy.co/n8n
- ๐ฌ N8N Community Discord: discord.gg/n8n!
- ๐ฌ N8N Community Discourse: community.n8n.io!
- โ Nskha Verified templates: n8n.io/creators/nskha!
- โ๏ธ N8N Cloud (Official Version - Ultimate Stable Option): swiy.co/n8n-cloud
GitHub
Releases ยท n8n-io/n8n
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations. - n8n-io/n8n
New Update V1.38.1
Bug Fixes
๐ - core: Exclude oAuth callback urls from browser-id checks (#9158) (c1d07fb)
๐ - core: Improve browserId checks, and add logging (#9161) (e16d18c)
๐ - editor: Fix parameter reset on credential change in Discord node (#9137) (336344f)
๐ - Postgres Node: Convert js arrays to postgres type, if column type is ARRAY (#9160) (ee0c685)
๐ - Schedule Trigger Node: Default to 0 minute if falsy on hourly run (#9146) (3d6455e)
To update your n8n instance (Selfhosted) to the New Update V1.38.1, simply use the "Auto Update" Workflow that we've created. This workflow is based on the tutorial on how to correctly install n8n using Coolify. ๐๐
๐Resources:
- ๐ How to install Coolify & n8n: n8n.nskha.com
- ๐ 5 Months FREE VPS (4G/2C/2.5Gbps) - Use Coupon: swiy.co/vps
- ๐ค ChatGPT n8n Assistant plugin: swiy.co/n8n
- ๐ฌ N8N Community Discord: discord.gg/n8n!
- ๐ฌ N8N Community Discourse: community.n8n.io!
- โ Nskha Verified templates: n8n.io/creators/nskha!
- โ๏ธ N8N Cloud (Official Version - Ultimate Stable Option): swiy.co/n8n-cloud
๐Resources:
- ๐ How to install Coolify & n8n: n8n.nskha.com
- ๐ 5 Months FREE VPS (4G/2C/2.5Gbps) - Use Coupon: swiy.co/vps
- ๐ค ChatGPT n8n Assistant plugin: swiy.co/n8n
- ๐ฌ N8N Community Discord: discord.gg/n8n!
- ๐ฌ N8N Community Discourse: community.n8n.io!
- โ Nskha Verified templates: n8n.io/creators/nskha!
- โ๏ธ N8N Cloud (Official Version - Ultimate Stable Option): swiy.co/n8n-cloud
GitHub
Releases ยท n8n-io/n8n
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations. - n8n-io/n8n
New Update V1.37.3
Bug Fixes
๐ - core: Don't create multiple owners when importing credentials or workflows (#9112) (32db869)
๐ - core: Exclude oAuth callback urls from browser-id checks (#9158) (58b6a9d)
๐ - core: Improve browserId checks, and add logging (#9161) (cff50fb)
๐ - Fix issue with Crowdstrike credential not working correctly (#9108) (d11ca79)
To update your n8n instance (Selfhosted) to the New Update V1.37.3, simply use the "Auto Update" Workflow that we've created. This workflow is based on the tutorial on how to correctly install n8n using Coolify. ๐๐
๐Resources:
- ๐ How to install Coolify & n8n: n8n.nskha.com
- ๐ 5 Months FREE VPS (4G/2C/2.5Gbps) - Use Coupon: swiy.co/vps
- ๐ค ChatGPT n8n Assistant plugin: swiy.co/n8n
- ๐ฌ N8N Community Discord: discord.gg/n8n!
- ๐ฌ N8N Community Discourse: community.n8n.io!
- โ Nskha Verified templates: n8n.io/creators/nskha!
- โ๏ธ N8N Cloud (Official Version - Ultimate Stable Option): swiy.co/n8n-cloud
๐Resources:
- ๐ How to install Coolify & n8n: n8n.nskha.com
- ๐ 5 Months FREE VPS (4G/2C/2.5Gbps) - Use Coupon: swiy.co/vps
- ๐ค ChatGPT n8n Assistant plugin: swiy.co/n8n
- ๐ฌ N8N Community Discord: discord.gg/n8n!
- ๐ฌ N8N Community Discourse: community.n8n.io!
- โ Nskha Verified templates: n8n.io/creators/nskha!
- โ๏ธ N8N Cloud (Official Version - Ultimate Stable Option): swiy.co/n8n-cloud
GitHub
Releases ยท n8n-io/n8n
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations. - n8n-io/n8n
New Update V1.37.3
Bug Fixes
๐ - core: Don't create multiple owners when importing credentials or workflows (#9112) (32db869)
๐ - core: Exclude oAuth callback urls from browser-id checks (#9158) (58b6a9d)
๐ - core: Improve browserId checks, and add logging (#9161) (cff50fb)
๐ - Fix issue with Crowdstrike credential not working correctly (#9108) (d11ca79)
To update your n8n instance (Selfhosted) to the New Update V1.37.3, simply use the "Auto Update" Workflow that we've created. This workflow is based on the tutorial on how to correctly install n8n using Coolify. ๐๐
๐Resources:
- ๐ How to install Coolify & n8n: n8n.nskha.com
- ๐ 5 Months FREE VPS (4G/2C/2.5Gbps) - Use Coupon: swiy.co/vps
- ๐ค ChatGPT n8n Assistant plugin: swiy.co/n8n
- ๐ฌ N8N Community Discord: discord.gg/n8n!
- ๐ฌ N8N Community Discourse: community.n8n.io!
- โ Nskha Verified templates: n8n.io/creators/nskha!
- โ๏ธ N8N Cloud (Official Version - Ultimate Stable Option): swiy.co/n8n-cloud
๐Resources:
- ๐ How to install Coolify & n8n: n8n.nskha.com
- ๐ 5 Months FREE VPS (4G/2C/2.5Gbps) - Use Coupon: swiy.co/vps
- ๐ค ChatGPT n8n Assistant plugin: swiy.co/n8n
- ๐ฌ N8N Community Discord: discord.gg/n8n!
- ๐ฌ N8N Community Discourse: community.n8n.io!
- โ Nskha Verified templates: n8n.io/creators/nskha!
- โ๏ธ N8N Cloud (Official Version - Ultimate Stable Option): swiy.co/n8n-cloud
GitHub
Releases ยท n8n-io/n8n
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations. - n8n-io/n8n
New Update V1.37.3
Bug Fixes
๐ - core: Don't create multiple owners when importing credentials or workflows (#9112) (32db869)
๐ - core: Exclude oAuth callback urls from browser-id checks (#9158) (58b6a9d)
๐ - core: Improve browserId checks, and add logging (#9161) (cff50fb)
๐ - Fix issue with Crowdstrike credential not working correctly (#9108) (d11ca79)
To update your n8n instance (Selfhosted) to the New Update V1.37.3, simply use the "Auto Update" Workflow that we've created. This workflow is based on the tutorial on how to correctly install n8n using Coolify. ๐๐
๐Resources:
- ๐ How to install Coolify & n8n: n8n.nskha.com
- ๐ 5 Months FREE VPS (4G/2C/2.5Gbps) - Use Coupon: swiy.co/vps
- ๐ค ChatGPT n8n Assistant plugin: swiy.co/n8n
- ๐ฌ N8N Community Discord: discord.gg/n8n!
- ๐ฌ N8N Community Discourse: community.n8n.io!
- โ Nskha Verified templates: n8n.io/creators/nskha!
- โ๏ธ N8N Cloud (Official Version - Ultimate Stable Option): swiy.co/n8n-cloud
๐Resources:
- ๐ How to install Coolify & n8n: n8n.nskha.com
- ๐ 5 Months FREE VPS (4G/2C/2.5Gbps) - Use Coupon: swiy.co/vps
- ๐ค ChatGPT n8n Assistant plugin: swiy.co/n8n
- ๐ฌ N8N Community Discord: discord.gg/n8n!
- ๐ฌ N8N Community Discourse: community.n8n.io!
- โ Nskha Verified templates: n8n.io/creators/nskha!
- โ๏ธ N8N Cloud (Official Version - Ultimate Stable Option): swiy.co/n8n-cloud
GitHub
Releases ยท n8n-io/n8n
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations. - n8n-io/n8n
New Update V1.37.3
Bug Fixes
๐ - core: Don't create multiple owners when importing credentials or workflows (#9112) (32db869)
๐ - core: Exclude oAuth callback urls from browser-id checks (#9158) (58b6a9d)
๐ - core: Improve browserId checks, and add logging (#9161) (cff50fb)
๐ - Fix issue with Crowdstrike credential not working correctly (#9108) (d11ca79)