interface WebflowTriggerV1NodeParameters {
authentication?: "oAuth2" | "accessToken";
event?:
| "collection_item_created"
| "collection_item_deleted"
| "collection_item_changed"
| "ecomm_inventory_changed"
| "ecomm_new_order"
| "ecomm_order_changed"
| "form_submission"
| "site_publish";
site?: string;
}Properties§
§§
readonly authentication?: "oAuth2" | "accessToken"§
readonly event?:
| "collection_item_created"
| "collection_item_deleted"
| "collection_item_changed"
| "ecomm_inventory_changed"
| "ecomm_new_order"
| "ecomm_order_changed"
| "form_submission"
| "site_publish"Default: "form_submission"
readonly site?: stringSite that will trigger the events. Choose from the list, or specify an ID using an expression. Type options: {"loadOptionsMethod":"getSites"}
Default: "accessToken"