diff --git a/diagrams/saas/automation.py b/diagrams/saas/automation.py
new file mode 100644
index 00000000..ef047d5f
--- /dev/null
+++ b/diagrams/saas/automation.py
@@ -0,0 +1,15 @@
+# This module is automatically generated by autogen.sh. DO NOT EDIT.
+
+from . import _Saas
+
+
+class _Automation(_Saas):
+ _type = "automation"
+ _icon_dir = "resources/saas/automation"
+
+
+class N8N(_Automation):
+ _icon = "n8n.png"
+
+
+# Aliases
diff --git a/docs/nodes/saas.md b/docs/nodes/saas.md
index 54f236d3..3fe6b79d 100644
--- a/docs/nodes/saas.md
+++ b/docs/nodes/saas.md
@@ -35,6 +35,12 @@ Node classes list of the saas provider.
**diagrams.saas.analytics.Stitch**
+## saas.automation
+
+
+
+**diagrams.saas.automation.N8N**
+
## saas.cdn
diff --git a/resources/saas/automation/n8n.png b/resources/saas/automation/n8n.png
new file mode 100644
index 00000000..c11098d5
Binary files /dev/null and b/resources/saas/automation/n8n.png differ
diff --git a/website/static/img/resources/saas/automation/n8n.png b/website/static/img/resources/saas/automation/n8n.png
new file mode 100644
index 00000000..c11098d5
Binary files /dev/null and b/website/static/img/resources/saas/automation/n8n.png differ