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

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,8 @@
{
"action": "send_notification_draft",
"request_id": "test-notify-draft-001",
"args": {
"title": "Draft notification",
"message": "This is a queued notification draft for approval."
}
}