interface JotFormTriggerNodeParameters {
form?: string;
onlyAnswers?: boolean;
resolveData?: boolean;
}Properties§
§§
readonly form?: string§
readonly only Answers?: booleanWhether to return only the answers of the form and not any of the other data Default: true
readonly resolve Data?: booleanBy 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
Choose from the list, or specify an ID using an expression Type options: {"loadOptionsMethod":"getForms"}