E-Mail: KI-Absage generieren (andere Stelle angenommen)

Im Antwort-Formular gibt es neben dem KI-Button jetzt ein Dropdown Antwort/Absage.
Für Absage formuliert die KI eine kurze, höfliche E-Mail: Bewerber hat eine andere
Stelle angenommen, bedankt sich, zieht sich aus dem Prozess zurück.

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2026-07-10 20:51:37 +02:00
co-authored by Claude
parent 0c7502cfd7
commit 0a0b0b4724
3 changed files with 88 additions and 34 deletions
+1
View File
@@ -1579,6 +1579,7 @@ initializeDatabase().then(() => {
job: { firma: bewerbung.firma, stelle: bewerbung.stelle },
settings,
hinweise: String(req.body.hinweise || ''),
typ: String(req.body.typ || 'antwort'),
});
// Include the quoted original so the reply reads like a mail-client thread.
res.json({ ...draft, quote: buildReplyQuote(orig) });