๐Ÿ’ฌ Automated restaurant call handling & table booking system with VAPI and PostgreSQL

โšก 7,166 views ยท ๐Ÿ’ฌ Support Chatbots

Description

Acts as a virtual receptionist for the restaurant, handling incoming calls via VAPI without human intervention. It collects user details (name, booking time, number of people) for table bookings, checks availability in a PostgreSQL database using n8n, books the table if available, and sends confirmation. It also provides restaurant details to users, mimicking a human receptionist.

Key Insights

  1. VAPI must be configured to accurately capture user input for bookings and inquiries.
  2. PostgreSQL database requires a table to manage restaurant bookings and availability.

Workflow Process

Usage Guide

  1. Import the workflow into n8n and configure VAPI and PostgreSQL credentials.
  2. Test with a sample VAPI call to ensure proper data collection and booking confirmation.

Prerequisites

Customization Options

Modify the VAPI input fields to capture additional user details or adjust the PostgreSQL query for specific availability criteria.

๐Ÿ”— Nodes Used

Postgres, Webhook

๐Ÿ“ฅ Import

Download workflow.json and import into n8n: Workflow menu โ†’ Import from File

๐Ÿ“– Importing guide ยท ๐Ÿ”‘ Credential setup