Automate What Happens Next
Every webhook endpoint can now have actions — configurable automation chains that execute when a request arrives.
What You Can Do
- Forward — Route webhooks to your server, staging environment, or any URL with configurable timeouts and retries
- Tag — Automatically apply workspace tags to categorize incoming requests
- Notify — Send alerts through any configured notification channel (Slack, email, Discord, PagerDuty, and more)
- Ignore / Resolve — Automatically dismiss noise like health checks or duplicate retries
Conditions
Actions can run on every request or only when conditions match. Filter by provider, event type, HTTP method, path, content type, signature status, and more.
Execution Traces
Every action run is recorded with a detailed step-by-step trace. See exactly what happened, how long each step took, and what went wrong — directly in the request detail view.
Rerun Support
Made a config change? Rerun any action against a historical request to see the new results without waiting for a new webhook.
Plan Limits
| Pro | Team | Business | |
|---|---|---|---|
| Actions per endpoint | 3 | 5 | Unlimited |
| Steps per action | 5 | 10 | 20 |
API & MCP
Actions are fully manageable through the REST API and MCP tools — create, list, delete actions, and inspect execution traces programmatically.