iCabbi Trip Import (Smart) — Real Import (GitHub Pages safe)
This version is built for GitHub Pages: it imports for real by calling a serverless proxy (Cloudflare Worker / Vercel / Netlify)
so your iCabbi Basic Auth never lives in the browser.
1) Proxy Settings
Required for real import
Your proxy must accept POST and forward to https://api.icabbi.us/us4/bookings/add with Authorization on the server side.
If you haven’t created the proxy yet: use your Cloudflare Worker and store ICABBI_AUTH as a secret there.
This page never asks for your Basic auth.
2) Upload + Preview
Export.csv / xlsx
Click to select file or Drag & Drop here
Works with headers like: Booking Id, Client Name, Schedule Time, Origin, Destination, etc.
3) Review + Import
Trips0Valid0Warnings0Errors0Selected0
Processing…
Idle
#
Booking ID
Name
Pickup (Local)
Pickup (UTC Z)
Origin
Destination
Status
Errors / Warnings / Instructions
Import Result
Real import uses your Proxy URL. If import fails with CORS/403/etc, the issue is usually in the proxy (or iCabbi rejecting payload).