feat: Send and wait operation - freeText and customForm response types (#12106)

This commit is contained in:
Michael Kret
2024-12-16 17:30:11 +02:00
committed by GitHub
parent 39462abe1f
commit e98c7f160b
13 changed files with 476 additions and 59 deletions

View File

@@ -22,6 +22,7 @@ export type FormTriggerData = {
validForm: boolean;
formTitle: string;
formDescription?: string;
formSubmittedHeader?: string;
formSubmittedText?: string;
redirectUrl?: string;
n8nWebsiteLink: string;