<iframe>. The embed shows the courier’s position on a live map together with real-time status updates — no backend work required on your side. The easiest way to get the URL is to read the publicTrackingUrl field returned on the job (delivery); it already points at the right environment.
Pick the correct base URL
Add the required path parameter
The last segment of the URL must be apackageId or a jobId (both work — use whichever you have on hand):
Optional: map-only mode
If you want to present just the live map without the details pane, add thecomponents query parameter with value map:
Complete example
Reference
- Production
- Sandbox
Need something richer?
The iframe approach covers the majority of use cases, but Nash also supports deeper, fully customizable embeddings — for example:- Pushing live status events directly into your own components
- Re-skinning the UI to match a bespoke design system
- Embedding only selective widgets (ETA chip, progress bar, etc.)
Related
Notifications
Keep customers and internal teams updated on delivery events.
Webhooks
Push real-time delivery events to your own endpoint.