The Problem: Currently, Webhooks are tied to specific Lists, Folders, or Spaces. If we manage a Workspace with dozens of different intake forms across multiple lists, we have to manually create and maintain a separate webhook for every single list to send data to external tools (like Make, n8n, or Zapier). The Request: We need a Global Workspace Webhook setting (Admin level). This webhook should trigger purely on Form Submission events (or Task Creation events via Forms) anywhere in the entire Workspace. How it should work: Go to Workspace Settings > Integrations. Create a "Global Webhook". Select Event: "Form Submitted" (or "Task Created"). The payload sends the task data + the form ID source. Why is this critical? For users managing complex automations and centralized back-offices, setting up a new webhook for every new project/list is unscalable and error-prone. A single entry point allows us to route data dynamically using our external automation tools.