Interface JotFormTriggerNodeParameters

Source
interface JotFormTriggerNodeParameters {
    form?: string;
    onlyAnswers?: boolean;
    resolveData?: boolean;
}

Properties§

Source§

readonly form?: string

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

Source§

readonly resolveData?: boolean

By default does the webhook-data use internal keys instead of the names. If this option gets activated, it will resolve the keys automatically to the actual names. Default: true