Can't Create Organizational-level Webhook

@Phil_Seeman, my coworker Matt said that this info should have been in the docs already, and idk how I didn’t see it, but he’s right! It’s in the webhooks section right above Error Handling and Retry. It says:

To reduce the volume of data to transfer, webhooks created on teams, portfolios, and workspaces must specify filters. In addition, the set of event filters that can be placed on a team-level or workspace-level webhook is more limited than filters for webhooks that are created on lower-level resources:

  • Webhook events from tasks, subtasks, and stories won’t be propagated to these higher-level webhooks, so all changes on these resources are automatically filtered out.
  • Webhook events from project resources can be filtered for these actions: added, removed, deleted, undeleted, and changed.
  • Webhook events from team_membership resources can be filtered to actions added and removed.
  • Webhook events from workspace_membership resources can be filtered to added and removed.