Upload README.md
Browse files
Workflows/N8N_Workflows/Receptionist_Medical_Agent/README.md
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# 🏥 Medical Receptionist AI Agent
|
2 |
+
|
3 |
+
AI receptionist that handles appointment bookings for medical/dental clinics. Supports Arabic, French, and English.
|
4 |
+
|
5 |
+
## 🤖 AI Model
|
6 |
+
- **GPT-4.1** (OpenAI)
|
7 |
+
|
8 |
+
## 🔑 Required API Keys
|
9 |
+
- **OpenAI API** - For AI conversations
|
10 |
+
- **Google Calendar API** - Appointment scheduling
|
11 |
+
- **Airtable API** - Patient records storage
|
12 |
+
|
13 |
+
## 🚀 What It Does
|
14 |
+
- Books appointments automatically
|
15 |
+
- Checks calendar availability
|
16 |
+
- Stores patient information
|
17 |
+
- Handles multi-language conversations
|
18 |
+
- Manages booking confirmations
|
19 |
+
|
20 |
+
## ⚙️ Setup
|
21 |
+
1. Import JSON to n8n
|
22 |
+
2. Add your API credentials
|
23 |
+
3. Configure calendar & Airtable base
|
24 |
+
4. Test booking flow
|
25 |
+
|