interface FormstackTriggerNodeParameters {
authentication?: "oAuth2" | "accessToken";
formId?: string;
simple?: boolean;
}Properties§
§§
readonly authentication?: "oAuth2" | "accessToken"§
readonly form Id?: stringThe Formstack form to monitor for new submissions. Choose from the list, or specify an ID using an expression. Type options: {"loadOptionsMethod":"getForms"}
readonly simple?: booleanWhether to return a simplified version of the response instead of the raw data Default: true
Default: "accessToken"