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:
@@ -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) });
|
||||
|
||||
Reference in New Issue
Block a user