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

@@ -21,7 +21,7 @@ import {
getPropertyName,
} from './GenericFunctions';
import { appendAttributionOption } from '../../utils/descriptions';
import { sendAndWaitWebhooks } from '../../utils/sendAndWait/descriptions';
import { sendAndWaitWebhooksDescription } from '../../utils/sendAndWait/descriptions';
import {
configureWaitTillDate,
getSendAndWaitProperties,
@@ -49,7 +49,7 @@ export class Telegram implements INodeType {
required: true,
},
],
webhooks: sendAndWaitWebhooks,
webhooks: sendAndWaitWebhooksDescription,
properties: [
{
displayName: 'Resource',