interface FlowTriggerNodeParameters { listIds?: string; resource?: "list" | "task"; taskIds?: string;}
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 (,)
Lists IDs, perhaps known better as "Projects" separated by a comma (,)