Interface NetlifyTriggerNodeParameters

Source
interface NetlifyTriggerNodeParameters {
    event?:
        | "deployBuilding"
        | "deployFailed"
        | "deployCreated"
        | "submissionCreated";
    formId?: string;
    simple?: boolean;
    siteId?: string;
}

Properties§

Source§

readonly event?:
    | "deployBuilding"
    | "deployFailed"
    | "deployCreated"
    | "submissionCreated"

Source§

readonly formId?: string

Select a form. 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

Source§

readonly siteId?: string

Select the Site ID. Choose from the list, or specify an ID using an expression. Type options: {"loadOptionsMethod":"getSites"}