feat(trading-twins): Implement human-in-the-loop via Teams [31988f42]
- Adds a human-in-the-loop verification step for the Trading Twins lead engine. - Before sending an email, a notification is sent to a specified Teams channel via webhook. - The notification is an Adaptive Card that allows a user (Elizabeta Melcer) to stop or immediately trigger the email dispatch within a 5-minute window. - If no action is taken, the email is sent automatically after the timeout. - Includes a FastAPI-based feedback server on port 8004 to handle the card actions. - Adds placeholder for the HTML email signature. - Successfully tested the Teams webhook connectivity and the full notification/feedback loop in a sandbox environment.
This commit is contained in:
@@ -1,27 +1,40 @@
|
||||
<br>
|
||||
<div style="font-family: Arial, sans-serif; font-size: 14px; color: #333;">
|
||||
<p>Freundliche Grüße<br>
|
||||
<strong>Elizabeta Melcer</strong><br>
|
||||
Inside Sales Managerin</p>
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>E-Mail Signatur</title>
|
||||
</head>
|
||||
<body>
|
||||
<!--
|
||||
HINWEIS:
|
||||
Dieser Inhalt wird von der IT-Abteilung bereitgestellt.
|
||||
Bitte den finalen HTML-Code hier einfügen.
|
||||
Das Bild 'RoboPlanetBannerWebinarEinladung.png' muss sich im selben Verzeichnis befinden.
|
||||
[31988f42]
|
||||
-->
|
||||
<p>Freundliche Grüße</p>
|
||||
<p>
|
||||
<strong>RoboPlanet GmbH</strong><br>
|
||||
Schatzbogen 39, 81829 München<br>
|
||||
T: +49 89 420490-402 | M: +49 175 8334071<br>
|
||||
<a href="mailto:e.melcer@robo-planet.de">e.melcer@robo-planet.de</a> | <a href="http://www.robo-planet.de">www.robo-planet.de</a>
|
||||
<b>Elizabeta Melcer</b><br>
|
||||
Inside Sales Managerin
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<a href="#">LinkedIn</a> | <a href="#">Instagram</a> | <a href="#">Newsletteranmeldung</a>
|
||||
<!-- Wackler Logo -->
|
||||
<b>RoboPlanet GmbH</b><br>
|
||||
Schatzbogen 39, 81829 München<br>
|
||||
T: +49 89 420490-402 | M: +49 175 8334071<br>
|
||||
<a href="mailto:e.melcer@robo-planet.de">e.melcer@robo-planet.de</a> | <a href="http://www.robo-planet.de">www.robo-planet.de</a>
|
||||
</p>
|
||||
|
||||
<p style="font-size: 10px; color: #777;">
|
||||
Sitz der Gesellschaft München | Geschäftsführung: Axel Banoth<br>
|
||||
Registergericht AG München, HRB 296113 | USt.-IdNr. DE400464410<br>
|
||||
<a href="#">Hinweispflichten zum Datenschutz</a>
|
||||
<p>
|
||||
<a href="#">LinkedIn</a> | <a href="#">Instagram</a> | <a href="#">Newsletteranmeldung</a>
|
||||
</p>
|
||||
|
||||
<!-- Platzhalter für das Bild -->
|
||||
<img src="https://robo-planet.de/wp-content/uploads/2024/01/RoboPlanet_Logo.png" alt="RoboPlanet Logo" width="150"><br>
|
||||
<img src="cid:banner_image" alt="Webinar Einladung" width="400">
|
||||
</div>
|
||||
<p style="font-size: smaller; color: grey;">
|
||||
Sitz der Gesellschaft München | Geschäftsführung: Axel Banoth<br>
|
||||
Registergericht AG München, HRB 296113 | USt.-IdNr. DE400464410<br>
|
||||
<a href="#">Hinweispflichten zum Datenschutz</a>
|
||||
</p>
|
||||
<p>
|
||||
<img src="RoboPlanetBannerWebinarEinladung.png" alt="RoboPlanet Webinar Einladung">
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user