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