File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -80,11 +80,13 @@ The Kultus service consists of:
8080- ** PowerBI:** Data visualization.
8181- ** [ Digia Iiris] ( https://iirishelp.digia.com/ ) :** Web analytics (a [ Matomo] ( https://matomo.org/ ) service).
8282- ** [ Sentry] ( https://sentry.io/ ) :** A monitoring service.
83+ - ** [ Gruppo] ( https://www.gruppo.fi/ ) :** Email newsletter service (https://api.createsend.com/api/v3.2/ ).
8384
8485``` mermaid
8586flowchart LR
8687 subgraph ExternalServices["Third party services"]
8788 direction LR
89+ Gruppo["Gruppo"]
8890 Matomo["Matomo"]
8991 Sentry["Sentry"]
9092 Mailer["Mailer"]
@@ -127,6 +129,7 @@ flowchart LR
127129 KultusUI -- Getches divisions from --> UnifiedSearch
128130 KultusUI -. Tracks usage via .-> Matomo
129131 KultusUI -. Reports errors to .-> Sentry
132+ KultusUI -. Subscribe to newsletter .-> Gruppo
130133 KultusAdminUI == Depends on ==> KultusAPI
131134 KultusAdminUI -- Authenticates with --> Keycloak
132135 KultusAdminUI == Uses content from ==> HeadlessCMS
You can’t perform that action at this time.
0 commit comments