diff --git a/diagrams/saas/crm.py b/diagrams/saas/crm.py
new file mode 100644
index 00000000..56b1bef2
--- /dev/null
+++ b/diagrams/saas/crm.py
@@ -0,0 +1,19 @@
+# This module is automatically generated by autogen.sh. DO NOT EDIT.
+
+from . import _Saas
+
+
+class _Crm(_Saas):
+ _type = "crm"
+ _icon_dir = "resources/saas/crm"
+
+
+class Intercom(_Crm):
+ _icon = "intercom.png"
+
+
+class Zendesk(_Crm):
+ _icon = "zendesk.png"
+
+
+# Aliases
diff --git a/docs/nodes/saas.md b/docs/nodes/saas.md
index 68bdeea9..54f236d3 100644
--- a/docs/nodes/saas.md
+++ b/docs/nodes/saas.md
@@ -80,6 +80,15 @@ Node classes list of the saas provider.
**diagrams.saas.communication.Twilio**
+## saas.crm
+
+
+
+**diagrams.saas.crm.Intercom**
+
+
+**diagrams.saas.crm.Zendesk**
+
## saas.filesharing
@@ -122,8 +131,8 @@ Node classes list of the saas provider.
## saas.security
-
-**diagrams.saas.security.Scrowdstrike**
+
+**diagrams.saas.security.Crowdstrike**
**diagrams.saas.security.Sonarqube**
diff --git a/resources/saas/crm/intercom.png b/resources/saas/crm/intercom.png
new file mode 100644
index 00000000..c49ab848
Binary files /dev/null and b/resources/saas/crm/intercom.png differ
diff --git a/resources/saas/crm/zendesk.png b/resources/saas/crm/zendesk.png
new file mode 100644
index 00000000..f2b09840
Binary files /dev/null and b/resources/saas/crm/zendesk.png differ
diff --git a/website/static/img/resources/saas/crm/intercom.png b/website/static/img/resources/saas/crm/intercom.png
new file mode 100644
index 00000000..c49ab848
Binary files /dev/null and b/website/static/img/resources/saas/crm/intercom.png differ
diff --git a/website/static/img/resources/saas/crm/zendesk.png b/website/static/img/resources/saas/crm/zendesk.png
new file mode 100644
index 00000000..f2b09840
Binary files /dev/null and b/website/static/img/resources/saas/crm/zendesk.png differ
diff --git a/website/static/img/resources/saas/security/scrowdstrike.png b/website/static/img/resources/saas/security/crowdstrike.png
similarity index 100%
rename from website/static/img/resources/saas/security/scrowdstrike.png
rename to website/static/img/resources/saas/security/crowdstrike.png