Interface FormstackTriggerNodeParameters

Source
interface FormstackTriggerNodeParameters {
    authentication?: "oAuth2" | "accessToken";
    formId?: string;
    simple?: boolean;
}

Properties§

Source§

readonly authentication?: "oAuth2" | "accessToken"

Default: "accessToken"

Source§

readonly formId?: string

The Formstack form to monitor for new submissions. Choose from the list, or specify an ID using an expression. Type options: {"loadOptionsMethod":"getForms"}

Source§

readonly simple?: boolean

Whether to return a simplified version of the response instead of the raw data Default: true