interface WebflowTriggerV2NodeParameters {
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§
Source§readonly event?:
| "collection_item_created"
| "collection_item_deleted"
| "collection_item_changed"
| "ecomm_inventory_changed"
| "ecomm_new_order"
| "ecomm_order_changed"
| "form_submission"
| "site_publish"
readonly event?:
| "collection_item_created"
| "collection_item_deleted"
| "collection_item_changed"
| "ecomm_inventory_changed"
| "ecomm_new_order"
| "ecomm_order_changed"
| "form_submission"
| "site_publish"
Source§readonly site?: string
readonly site?: string
Site that will trigger the events. Choose from the list, or specify an ID using an expression. Type options: {"loadOptionsMethod":"getSites"}
Default: "form_submission"