Interface WebflowTriggerV2NodeParameters

Source
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"

Default: "form_submission"

Source§

readonly site?: string

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