File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -71,11 +71,13 @@ The Kultus service consists of:
7171- ** PowerBI:** Data visualization.
7272- ** [ Digia Iiris] ( https://iirishelp.digia.com/ ) :** Web analytics (a [ Matomo] ( https://matomo.org/ ) service).
7373- ** [ Sentry] ( https://sentry.io/ ) :** A monitoring service.
74+ - ** [ Gruppo] ( https://www.gruppo.fi/ ) :** Email newsletter service (https://api.createsend.com/api/v3.2/ ).
7475
7576``` mermaid
7677flowchart LR
7778 subgraph ExternalServices["Third party services"]
7879 direction LR
80+ Gruppo["Gruppo"]
7981 Matomo["Matomo"]
8082 Sentry["Sentry"]
8183 Mailer["Mailer"]
@@ -118,6 +120,7 @@ flowchart LR
118120 KultusUI -- Getches divisions from --> UnifiedSearch
119121 KultusUI -. Tracks usage via .-> Matomo
120122 KultusUI -. Reports errors to .-> Sentry
123+ KultusUI -. Subscribe to newsletter .-> Gruppo
121124 KultusAdminUI == Depends on ==> KultusAPI
122125 KultusAdminUI -- Authenticates with --> Keycloak
123126 KultusAdminUI == Uses content from ==> HeadlessCMS
You can’t perform that action at this time.
0 commit comments