Triage Your Webhook Traffic
As webhook volume grows, it gets harder to find the requests that matter. Tagging and ignoring give you two simple tools to stay on top of your traffic.
Tags
Create custom tags within your workspace and apply them to any webhook request. Use them however you like -- flag requests for review, mark them by environment, categorize by issue, or track them through a debugging workflow.
- Workspace-scoped -- tags are shared across your team
- Color-coded chips -- quickly scan tagged requests in the request list
- Apply from the request view -- tag with one click from the detail page or the accordion row
Ignoring Requests
Some webhooks are just noise -- health checks, keep-alives, duplicate retries. Mark a request as ignored to:
- Hide it from the default request list (toggle the filter to show them again)
- Exclude it from endpoint health calculations so your failure rates reflect real issues
- Keep your team focused on the requests that actually need attention