Interface FlowTriggerNodeParameters

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

Properties§

Source§

readonly listIds?: string

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

Source§

readonly resource?: "list" | "task"

Resource that triggers the webhook

Source§

readonly taskIds?: string

Task IDs separated by a comma (,)