From ea5b8829a5904657cf6cbe50669f96c24062e20a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ph=E1=BA=A1m=20Duy=20Linh?= <138570547+linhpd-axonivy@users.noreply.github.com> Date: Thu, 12 Sep 2024 10:51:42 +0700 Subject: [PATCH] MARP-795: Add README_DE (#21) * Create README_DE.md * Update README_DE.md --------- Co-authored-by: Sabine Gillner <129939502+ivy-sgi@users.noreply.github.com> --- threema-connector-product/README_DE.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 threema-connector-product/README_DE.md diff --git a/threema-connector-product/README_DE.md b/threema-connector-product/README_DE.md new file mode 100644 index 0000000..0695657 --- /dev/null +++ b/threema-connector-product/README_DE.md @@ -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)
+Free credits for testing purposes can be requested at [support-gateway@threema.ch](mailto:support-gateway@threema.ch)
+3. Add the following variables to your Axon Ivy Project: + +``` +@variables.yaml@ +```