workflows.fit
Back to n8n workflows
n8n templateFreeBy Irfan Handoko

Create a pizza ordering chatbot with GPT-3.5 - Menu, orders & status tracking

Pizza Ordering Chatbot with OpenAI - Menu, Orders & Status Tracking Introduction This workflow template is designed to automate order processing for a pizza store using OpenAI and n8n. The chatbot acts as a virtual as...

AILangchainCore NodesTool CalculatorLm Chat Open AiMemory Buffer WindowTool Http Request
Loading interactive preview...

Template notes

Pizza Ordering Chatbot with OpenAI - Menu, Orders & Status Tracking

Introduction This workflow template is designed to automate order processing for a pizza store using OpenAI and n8n. The chatbot acts as a virtual assistant to handle customer inquiries related to menu details, order placement, and order status tracking.

Features The chatbot provides an interactive experience for customers by performing the following functions:

1. Menu Inquiry: When a customer asks about the menu, the chatbot responds with a list of available pizzas, prices, and additional options. 2. Order Placement: If a customer places an order, the chatbot confirms order details, provides a summary, informs the customer that the order is being processed, and expresses gratitude. 3. Order Status Tracking: If a customer asks about their order status, the chatbot retrieves details such as order date, pizza type, and quantity, providing real-time updates.

Prerequisites Before setting up the workflow, ensure you have the following:

- OpenAI account ([Sign up here](https://platform.openai.com/signup/)) - OpenAI API key to interact with GPT-3.5 - n8n instance running locally or on a server ([Installation Guide](https://docs.n8n.io/getting-started/installation/))

Configuration Steps

Step 1: Set Up OpenAI API Credentials 1. Log in to [OpenAI's website](https://platform.openai.com/). 2. Navigate to API Keys under your account settings. 3. Click Create API Key and copy the key for later use.