Overview
Bob Go (formerly The Courier Guy API) is a South African courier aggregator – get live rates + book shipments across TCG, Aramex, Fastway, Dawn Wing, etc. through one API. The Automize Bob Go connector covers rates, shipment booking + tracking, waybill downloads, and collection scheduling.
- Regions: South Africa. International shipping via partner couriers.
- Plans: Pay-per-shipment via the aggregator. No monthly fees.
Setting up the connection
Auth type: Bearer Token.
- Sign in to app.bobgo.co.za → Settings → API → Generate API Token.
- Copy the token.
- In Automize, open Settings → Connectors → Bob Go → Add connection. Paste token.
Find your credentials at https://app.bobgo.co.za/.
Rate limits
Bob Go enforces ~60 req/min. Connector retries 429 with backoff.
Data model
Shipping primitives:
Account ─┬─ Carriers (TCG, Aramex, Dawn Wing, Fastway, etc.)
└─ Shipments ─┬─ Rates (multiple per shipment quote)
├─ Waybill (label)
└─ Tracking EventsAvailable operations
8 operations available. Click any row to jump to its detail.
| Operation | Category | What it does |
|---|---|---|
| Create Shipment | General | Book a shipment with a selected courier |
| Get Shipping Rates | General | Get live shipping rates from multiple couriers |
| Get Shipment | General | Get shipment details and tracking |
| Get Waybill | General | Download waybill/label for a shipment |
| List Carriers | General | List available courier carriers |
| List Shipments | General | List all shipments |
| Request Collection | General | Request courier collection for a shipment |
| Track Shipment | General | Get tracking events for a shipment |
Operations
Create Shipment
Book a shipment with a selected courier
| Parameter | Required | Type | Description |
|---|---|---|---|
Carrier carrier | Yes | text | |
Service service | Yes | text | |
Collection Address collection_address | Yes | text | |
Delivery Address delivery_address | Yes | text | |
Parcels parcels | Yes | text | |
Reference reference | Yes | text |
Tips
- carrier + service from Get Rates.
- Returns shipment_id + tracking number.
- reference is your internal order ID – appears on waybill.
Get Shipping Rates
Get live shipping rates from multiple couriers
| Parameter | Required | Type | Description |
|---|---|---|---|
Collection Address collection_address | Yes | text | |
Delivery Address delivery_address | Yes | text | |
Parcels parcels | Yes | text |
Tips
- collection_address + delivery_address + parcels[] (each: weight in kg + dimensions in cm).
- Returns ranked quotes per carrier+service. Pick service_id for booking.
Get Shipment
Get shipment details and tracking
| Parameter | Required | Type | Description |
|---|---|---|---|
Shipment Id shipment_id | Yes | text |
Tips
- shipment_id. Returns status + label_url + carrier-side reference.
Get Waybill
Download waybill/label for a shipment
| Parameter | Required | Type | Description |
|---|---|---|---|
Shipment Id shipment_id | Yes | text |
Tips
- Downloads the printable label (PDF). Carrier expects this on collection.
List Carriers
List available courier carriers
No input parameters.
Tips
- Returns available carriers + service codes. Use to populate UI dropdowns.
List Shipments
List all shipments
No input parameters.
Tips
- Filter by status, date range, reference.
Request Collection
Request courier collection for a shipment
| Parameter | Required | Type | Description |
|---|---|---|---|
Shipment Id shipment_id | Yes | text |
Tips
- Schedules courier collection for a created shipment. Some carriers do this automatically.
Track Shipment
Get tracking events for a shipment
| Parameter | Required | Type | Description |
|---|---|---|---|
Shipment Id shipment_id | Yes | text |
Tips
- Returns full tracking event history.
FAQ
- Bob Go vs direct carrier APIs?
- Bob Go aggregates multiple SA carriers – one integration, comparison shop on rates. Use direct carrier APIs (Aramex, DHL) only if you have a special arrangement or specific carrier-only features (international etc.).
- Cash on Delivery (COD)?
- Supported by some carriers via cod_amount on shipment. Verify carrier supports COD in your area first.
- International shipping?
- Bob Go's main strength is SA domestic. For international, DHL/Aramex direct may be cheaper.