Webhooks filters

From my personal testing:

Combining filters seems to work (I was able to copy the opening post and it worked just perfectly fine for me).

Filtering purely on a resource_subtype does not do anything. In the above example (opening post), the filtering on task due_on merely works because the user added fields: [“due_on”]. Once you remove the fields variable and keep resource_subtype = “due_on” the webhook triggers on any task event.

Additionally: I checked all the resources below and not all of them work as a resource for webhook:

  • Attachment → doesn’t work (not a valid object error)
  • Portfolio
  • Project
  • Project Membership → doesn’t work (not a valid object error)
  • Section → doesn’t work (not a valid object error)
  • Story
  • Tag
  • Task
  • Team
  • Team Membership → doesn’t work (not a valid object error)
  • Workspace
  • Workspace Memberships → doesn’t work (not a valid object error)

Louis

2 Likes