Handle restaurant orders from chat and turn them into clean records that your team can use right away. A smart assistant confirms items, quantities, and table number, then logs each item to Google Sheets and hands the order to your POS flow. This helps during rush hours and keeps your front of house moving.
The flow starts when a chat message hits a public webhook. An AI Agent with the OpenAI model and short memory talks with the guest, fixes mistakes, and confirms details. The Information Extractor and a Python Code step pull items, quantities, and table, then build a tidy list. An If check blocks bad input, a loop sends each item to Google Sheets with a timestamp, and a tool node forwards the final text to a subworkflow that prepares the POS steps. A second trigger also lets other workflows feed structured text into the same pipeline.
You need an OpenAI API key and a Google Sheets account with a sheet that has Item, Quantity, Table No, and Timestamp columns. Expect faster intake, fewer typos, and a live log that managers can monitor. It fits small restaurants, pop ups, and teams that capture orders from chat, kiosks, or staff tablets.