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