When your application endpoint is enabled on MileApp to receive events, MileApp will push real-time notifications to it. These notifications contain the type of event, the epoch timestamp of when it occurred, and any relevant data for that event. On your side you can then use that to integrate MileApp with existing or new software.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.
Webhook Flow
- Event occurs - An action happens in MileApp (task created, assigned, completed, etc.)
- Payload generated - MileApp creates a JSON payload with event details
- HTTP POST sent - The payload is sent to your configured endpoint URL
- Your server responds - Your application processes the data and returns HTTP 200
- Confirmation - MileApp marks the webhook as successfully delivered