Navan Webhooks & Events Overview Navan supports asynchronous event delivery via callback URLs registered through the REST API. Since there is no public SDK, webhook handlers receive raw HTTP POST requests with JSON payloads. This skill covers endpoint setup, payload verification, event routing, and idempotent processing for the key event types: booking lifecycle, expense workflow, and travel disruptions. Prerequisites - Active Navan account with API credentials (Admin Travel admin Settings Integrations) - OAuth 2.0 access token (see ) - Publicly accessible HTTPS endpoint for callback URL (use…