Skip to content

Commit a015c0c

Browse files
committed
docs: add gruppo to architecture README
Gruppo newsletter service was missing from README.
1 parent 4baffe1 commit a015c0c

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
@@ -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
8586
flowchart 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

0 commit comments

Comments
 (0)