> ## 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.

# Task events

> Triggered when tasks are created, assigned, or completed. In this example, the flow called `Delivery` has 2 fields: **invoice** and **deliveryCoordinate**.



## OpenAPI

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

````