The idea is:
If I want to receive events for an Asana project, but only care about some, right now I have to use an n8n if node to filter the events to only the ones I care about. However, Asana supports adding filters when creating creating the trigger node which could greatly reduce the number of times the node is triggered. (Asana)
My use case:
I want to only be notified when an Asana task is completed so ideally I would filter on that specific change event.
I think it would be beneficial to add this because:
Since it saves resources and makes it easier to reason about data when building out workflows.
Any resources to support this?
https://developers.asana.com/docs/filtering
Are you willing to work on this?
Possibly, though I haven’t dug through the developer workflow or contributing guide.