feat(n8n-webhook): add approval-gated notification executor
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user