Skip to content

Commit

Permalink
MARP-795: Add README_DE (#21)
Browse files Browse the repository at this point in the history
* Create README_DE.md

* Update README_DE.md

---------

Co-authored-by: Sabine Gillner <[email protected]>
  • Loading branch information
Phạm Duy Linh and ivy-sgi authored Sep 12, 2024
1 parent 6f96d54 commit ea5b882
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions threema-connector-product/README_DE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Threema Konnektor

Axon Ivy's Threema Konnektor ermöglicht es dir, Ende-zu-Ende-verschlüsselte Nachrichten zu senden, indem er die [Threema.Gateway API](https://threema.ch/en/gateway) von Threema integriert. Mit diesem Konnektor kannst du Nachrichten an einen oder mehrere Empfänger senden, wobei E-Mail, Telefonnummer oder ThreemaID als Identifikator verwendet werden.

Um Nachrichten zu senden, sind Zugangsdaten und Credits erforderlich. Die Zugangsdaten können kostenlos bei [Threema.Gateway](https://gateway.threema.ch/en/signup) erstellt werden. Credits können dann entsprechend der Nutzung erworben werden. Weitere Informationen findest du bei der [Threema.Gateway API](https://threema.ch/en/gateway).

## Demo

![Send to one recipient](./images/singleMessage.png)

![Send to multiple recipients](./images/multiMessage.png)

![Result screen](./images/resultScreen.png)

## Setup

1. Generate a new key pair using the "GenerateKeyPair" process.
2. Create "End-to-End Threema ID" at: [Request new ID](https://gateway.threema.ch/en/id-request) <br>
Free credits for testing purposes can be requested at [[email protected]](mailto:[email protected]) <br>
3. Add the following variables to your Axon Ivy Project:

```
@variables.yaml@
```

0 comments on commit ea5b882

Please sign in to comment.