Skip to main content

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.

The dashboard is organized with a sidebar navigation:

SectionDescription
OrganizationsTop-level view of all your organizations
Organization DashboardUsage overview and project list for an org
Project OverviewQuick stats, recent events, and routing visualization
SourcesManage webhook endpoints
DestinationsManage delivery targets
TemplatesCreate and edit message templates
TransformsManage reusable JSONata payload transforms
EventsBrowse and search events with delivery status
MetricsDelivery analytics and performance charts
SettingsProject configuration, API keys, and privacy

Dashboard Routes

PathPage
/dashboardOrganization list
/dashboard/newCreate organization
/dashboard/[orgId]Organization dashboard
/dashboard/[orgId]/settingsOrganization settings
/dashboard/[orgId]/membersMember management
/dashboard/[orgId]/billingBilling & subscription
/dashboard/[orgId]/subscribePlan selection
/projects/[id]/overviewProject overview
/projects/[id]/sourcesWebhook endpoints
/projects/[id]/destinationsDelivery destinations
/projects/[id]/templatesMessage templates
/projects/[id]/templates/[tid]Template editor
/projects/[id]/transformsJSONata transforms
/projects/[id]/transforms/[tid]Transform editor
/projects/[id]/eventsEvent browser
/projects/[id]/events/[eid]Event detail
/projects/[id]/metricsDelivery metrics
/projects/[id]/settingsProject settings