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