feat(Send Email Node): New operation sendAndWait (#12775)

This commit is contained in:
Michael Kret
2025-01-24 15:59:43 +02:00
committed by GitHub
parent d48cc36061
commit a197fbb21b
14 changed files with 261 additions and 111 deletions

View File

@@ -1,6 +1,6 @@
import type { IWebhookDescription } from 'n8n-workflow';
export const sendAndWaitWebhooks: IWebhookDescription[] = [
export const sendAndWaitWebhooksDescription: IWebhookDescription[] = [
{
name: 'default',
httpMethod: 'GET',