> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mileapp.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Routing events

> Triggered when route optimization completes or routes are dispatched. In this example, there are 2 capacity constraints: **weight** and **volume**.



## OpenAPI

````yaml /openapi/public/openapi-webhooks.json webhook routing-events
openapi: 3.1.0
info:
  title: MileApp Webhooks
  description: Webhook events from MileApp
  version: 1.0.0
servers: []
security: []
paths: {}

````