feat(n8n-webhook): add approval-gated notification executor

This commit is contained in:
zap
2026-03-12 17:41:59 +00:00
parent dc990a1af3
commit 1eabaeb652
7 changed files with 65 additions and 1 deletions

View File

@@ -113,6 +113,24 @@ Request:
Purpose:
- send the message through the currently configured Telegram + Discord notification targets
### `send_notification_draft`
Request:
```json
{
"action": "send_notification_draft",
"args": {
"title": "optional title",
"message": "Please review this notification before send"
}
}
```
Purpose:
- queue a notification for approval
- when the pending item is later approved through `approval_queue_resolve`, it executes the existing `notify` path and fans out through Telegram + Discord
### `send_email_draft`
Request: