interface NetlifyTriggerNodeParameters {
event?:
| "deployBuilding"
| "deployFailed"
| "deployCreated"
| "submissionCreated";
formId?: string;
simple?: boolean;
siteId?: string;
}
Properties§
Source§readonly simple?: boolean
readonly simple?: boolean
Whether to return a simplified version of the response instead of the raw data Default: true
Source§readonly site Id?: string
readonly site Id?: string
Select the Site ID. Choose from the list, or specify an ID using an expression. Type options: {"loadOptionsMethod":"getSites"}
Select a form. Choose from the list, or specify an ID using an expression. Type options: {"loadOptionsMethod":"getForms"}