interface TypeformTriggerNodeParameters {
authentication?: "oAuth2" | "accessToken";
formId?: string;
onlyAnswers?: boolean;
simplifyAnswers?: boolean;
}
Properties§
Source§readonly form Id?: string
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"}
Default: "accessToken"