feat: adding Twilio (#331)

pull/405/merge
Nathan Zender 2 years ago committed by GitHub
parent ab358766da
commit c1295da3e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,15 @@
# This module is automatically generated by autogen.sh. DO NOT EDIT.
from . import _Saas
class _Communication(_Saas):
_type = "communication"
_icon_dir = "resources/saas/communication"
class Twilio(_Communication):
_icon = "twilio.png"
# Aliases

@ -34,6 +34,10 @@ Node classes list of saas provider.
- **diagrams.saas.filesharing.Nextcloud**
## saas.communication
- **diagrams.saas.communication.Twilio**
## saas.identity
- **diagrams.saas.identity.Auth0**

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Loading…
Cancel
Save