![]() |
VOOZH | about |
Last update
Last update 4 months ago
Categories
Share
Order processing often involves manual invoice reading, stock checking, and back-and-forth communication between procurement and operations teams. This workflow automates the entire procurement decision flow — from reading incoming order emails to extracting structured data, checking stock, and creating either a purchase requisition or a work order automatically.
The workflow begins when a new email arrives at a specific email address.
The invoice file is automatically downloaded for processing.
The attached invoice is processed using OCR or a document extraction tool.
Raw details such as:
are extracted for further processing.
OpenAI structures the extracted fields into a clean and consistent format:
order_iditem_codequantitycustomer_nameThis ensures all data is normalised before stock validation.
The workflow checks inventory data stored in Google Sheets.
It compares:
If stock is insufficient, it triggers the purchase requisition path.
If stock is available, it initiates the work order path.
This ensures teams are notified instantly, and work continues without delays.
Every step — extracted data, PR created, WO created, notifications sent — is logged in Google Sheets.
This provides a full audit trail for procurement and operations teams.
Ideal for: