interface FlowTriggerNodeParameters { listIds?: string; resource?: "list" | "task"; taskIds?: string;}
Lists IDs, perhaps known better as "Projects" separated by a comma (,)
Resource that triggers the webhook
Task IDs separated by a comma (,)
Lists IDs, perhaps known better as "Projects" separated by a comma (,)