interface TypeformTriggerNodeParameters {
authentication?: "oAuth2" | "accessToken";
formId?: string;
onlyAnswers?: boolean;
simplifyAnswers?: boolean;
}Properties§
§§§
readonly authentication?: "oAuth2" | "accessToken"§
readonly form Id?: stringForm which should trigger workflow on submission. Choose from the list, or specify an ID using an expression. Type options: {"loadOptionsMethod":"getForms"}
readonly only Answers?: booleanWhether to return only the answers of the form and not any of the other data Default: true
readonly simplify Answers?: booleanWhether to convert the answers to a key:value pair ("FIELD_TITLE":"USER_ANSER") to be easily processable Default: true
Default: "accessToken"