Interface FlowTriggerNodeParameters

Source
interface FlowTriggerNodeParameters {
    listIds?: string;
    resource?: "list" | "task";
    taskIds?: string;
}

Properties§

§readonly listIds?: string

Lists IDs, perhaps known better as "Projects" separated by a comma (,)

§readonly resource?: "list" | "task"

Resource that triggers the webhook

§readonly taskIds?: string

Task IDs separated by a comma (,)