Skip to content

Commit

Permalink
add zendesk, intercom and update typo for crowstrike in README (#1072)
Browse files Browse the repository at this point in the history
* add zendesk and update typo for crowstrike in README

* add INTERCOM
  • Loading branch information
tvqphuoc01 authored Nov 25, 2024
1 parent fe3b9cc commit fc425ad
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 2 deletions.
19 changes: 19 additions & 0 deletions diagrams/saas/crm.py
Original file line number Diff line number Diff line change
@@ -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
13 changes: 11 additions & 2 deletions docs/nodes/saas.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,15 @@ Node classes list of the saas provider.
<img width="30" src="/img/resources/saas/communication/twilio.png" alt="Twilio" style="float: left; padding-right: 5px;" >
**diagrams.saas.communication.Twilio**

## saas.crm


<img width="30" src="/img/resources/saas/crm/intercom.png" alt="Intercom" style="float: left; padding-right: 5px;" >
**diagrams.saas.crm.Intercom**

<img width="30" src="/img/resources/saas/crm/zendesk.png" alt="Zendesk" style="float: left; padding-right: 5px;" >
**diagrams.saas.crm.Zendesk**

## saas.filesharing


Expand Down Expand Up @@ -122,8 +131,8 @@ Node classes list of the saas provider.
## saas.security


<img width="30" src="/img/resources/saas/security/scrowdstrike.png" alt="Scrowdstrike" style="float: left; padding-right: 5px;" >
**diagrams.saas.security.Scrowdstrike**
<img width="30" src="/img/resources/saas/security/crowdstrike.png" alt="Crowdstrike" style="float: left; padding-right: 5px;" >
**diagrams.saas.security.Crowdstrike**

<img width="30" src="/img/resources/saas/security/sonarqube.png" alt="Sonarqube" style="float: left; padding-right: 5px;" >
**diagrams.saas.security.Sonarqube**
Expand Down
Binary file added resources/saas/crm/intercom.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/saas/crm/zendesk.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fc425ad

Please sign in to comment.