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

@@ -24,6 +24,7 @@ EXPECTED_TYPES = {
SAMPLE_FILES = [
'test-append-log.json',
'test-notify.json',
'test-send-notification-draft.json',
'test-send-email-draft.json',
'test-create-calendar-event.json',
'test-fetch-and-normalize-url.json',
@@ -35,6 +36,7 @@ ROUTER_SNIPPETS = [
'append_log',
'get_logs',
'notify',
'send_notification_draft',
'send_email_draft',
'create_calendar_event',
'approval_queue_add',