This workflow streamlines how employees request equipment/items and how those requests reach the Procurement team. It validates the employee by enrollment number, detects whether a manager exists, and then either requests approval (if the requester has a manager) or routes the request directly to Procurement (if the requester is a manager). All messages are written in a professional tone using an LLM, and emails are sent via Gmail with a built-in approve/deny step for managers.
HR/IT/Operations teams that handle equipment requests, need a lightweight approval flow, and want clean, professional emails without manual drafting.
Employee submits their enrollment number.
Workflow fetches employee (and manager, if any).
Employee describes the requested item(s).
If a manager exists → an approval email (double opt-in) is sent to the manager.
If the requester is a manager → skip approval and send directly to Procurement.
End pages confirm the outcome.
employees
table (id, name, email, enrollment_number, manager
).