Logistics

Shipment booking intake

Emailed forms, PDFs and spreadsheets must be rekeyed before an incomplete shipment request can be planned.

Business problem

Emailed forms, PDFs and spreadsheets must be rekeyed before an incomplete shipment request can be planned.

What teams see

  • Work waits between receive booking and extract shipment data.
  • Owners reconstruct status from Gmail and Cloud storage.

Why it happens

  • No shared state spans Gmail, Cloud storage, Transport management system.
  • Decision and exception rules are applied inconsistently.

Why it becomes expensive

  • Capacity is consumed by coordination and rework.
  • Late exceptions weaken visibility and service quality.

Business outcomes

  • Shorter queue planning cycle
  • Fewer handoff and missing-information exceptions
  • Clear ownership from receive booking to queue planning
  • Inspectable decisions and recovery

Measurable KPIs

  • Turnaround time: Elapsed time from receive booking to queue planning.
  • Manual intervention rate: Share of items needing a person outside defined review conditions.
  • Exception age: Time unresolved exceptions remain without a completed action.
  • Successful completion rate: Share of valid workflow items completing without terminal failure.

How the workflow works

  1. Receive booking — Accept and identify the shipment booking intake trigger. Gmail
  2. Extract shipment data — Execute extract shipment data with validated sample data and an auditable result. Gmail
  3. Normalize locations — Execute normalize locations with validated sample data and an auditable result. Cloud storage
  4. Validate requirements — Execute validate requirements with validated sample data and an auditable result. Transport management system
  5. Request missing details — Execute request missing details with validated sample data and an auditable result. Gmail
  6. Create shipment record — Execute create shipment record with validated sample data and an auditable result. Cloud storage
  7. Confirm intake — Execute confirm intake with validated sample data and an auditable result. SEIDO Review Queue
  8. Queue planning — Execute queue planning with validated sample data and an auditable result. Gmail
  9. Audit and KPI update — Persist the execution outcome, audit facts and workflow measurement events. SEIDO execution store

Integrations and ownership

  • Gmail: Provide workflow input
  • Cloud storage: Lookup and update context
  • Transport management system: Receive controlled outcome

Human responsibility: Logistics controller

Failure and recovery

Gmail is temporarily unavailable.

Retry with capped exponential backoff; preserve the run and move it to the inspectable failure queue after the limit.

Required data for extract shipment data is malformed or missing.

Stop downstream actions and show the missing fields, source evidence and correction action to the named reviewer.

The trigger or provider event is delivered more than once.

Return the existing execution identified by the idempotency key and do not repeat downstream business actions.

The human decision expires before completion.

Escalate to the configured substitute, retain the original request and record both expiry and reassignment.

When not to build this

  • Monthly volume is too low to justify integrating Gmail, Cloud storage, Transport management system.
  • An existing configured platform already handles shipment booking intake with adequate ownership and reporting.
  • Reliable source data or supported API access is unavailable.
  • No business owner has authority to define the decision and exception rules.

Related workflows