Interface WufooTriggerNodeParameters

Source
interface WufooTriggerNodeParameters {
    form?: string;
    onlyAnswers?: boolean;
}

Properties§

Source§

readonly form?: string

The form upon which will trigger this node when a new entry is made. Choose from the list, or specify an ID using an expression. Type options: {"loadOptionsMethod":"getForms"}

Source§

readonly onlyAnswers?: boolean

Whether to return only the answers of the form and not any of the other data Default: true