Dashboard Overview
The Dispatch dashboard is a web application for managing your webhook infrastructure. It provides a full UI for creating and configuring endpoints, destinations, templates, and monitoring event delivery.
Navigation
The dashboard is organized with a sidebar navigation:
| Section | Description |
|---|---|
| Organizations | Top-level view of all your organizations |
| Organization Dashboard | Usage overview and project list for an org |
| Project Overview | Quick stats, recent events, and routing visualization |
| Sources | Manage webhook endpoints |
| Destinations | Manage delivery targets |
| Templates | Create and edit message templates |
| Transforms | Manage reusable JSONata payload transforms |
| Events | Browse and search events with delivery status |
| Metrics | Delivery analytics and performance charts |
| Settings | Project configuration, API keys, and privacy |
Dashboard Routes
| Path | Page |
|---|---|
/dashboard | Organization list |
/dashboard/new | Create organization |
/dashboard/[orgId] | Organization dashboard |
/dashboard/[orgId]/settings | Organization settings |
/dashboard/[orgId]/members | Member management |
/dashboard/[orgId]/billing | Billing & subscription |
/dashboard/[orgId]/subscribe | Plan selection |
/projects/[id]/overview | Project overview |
/projects/[id]/sources | Webhook endpoints |
/projects/[id]/destinations | Delivery destinations |
/projects/[id]/templates | Message templates |
/projects/[id]/templates/[tid] | Template editor |
/projects/[id]/transforms | JSONata transforms |
/projects/[id]/transforms/[tid] | Transform editor |
/projects/[id]/events | Event browser |
/projects/[id]/events/[eid] | Event detail |
/projects/[id]/metrics | Delivery metrics |
/projects/[id]/settings | Project settings |