mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
feat(Send Email Node): New operation sendAndWait (#12775)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import type { IWebhookDescription } from 'n8n-workflow';
|
||||
|
||||
export const sendAndWaitWebhooks: IWebhookDescription[] = [
|
||||
export const sendAndWaitWebhooksDescription: IWebhookDescription[] = [
|
||||
{
|
||||
name: 'default',
|
||||
httpMethod: 'GET',
|
||||
|
||||
Reference in New Issue
Block a user