Skip to content

Commit 464197b

Browse files
committed
docs: add gruppo to architecture README
Gruppo newsletter service was missing from README.
1 parent b475715 commit 464197b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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
7677
flowchart 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

0 commit comments

Comments
 (0)