API Endpoint Testing
Test all API endpoints to ensure they're working properly
Run API Tests
Test all API endpoints for functionality and email delivery
Available API Endpoints
Core APIs
GET /api/health
- Health checkGET /api/analytics
- Analytics dataPOST /api/analytics
- Track eventsPOST /api/lead
- Lead submissions
Email & Communication
POST /api/test-email
- Email systemPOST /api/send-review-notification
- Review notificationsPOST /api/verify-recaptcha
- reCAPTCHA verification
Inventory & Admin
GET /api/inventory
- Inventory dataPOST /api/inventory
- Inventory managementPOST /api/admin/login
- Admin authentication
Email Types
rating_request
- Customer rating requestsreview_request
- Review requests with incentivesreminder
- Follow-up reminderskpi_report
- Weekly KPI reports
Email Configuration Status
Required Environment Variables
SMTP_HOST
- smtp.gmail.comSMTP_PORT
- 587SMTP_USER
- icondumpsters@gmail.comSMTP_PASS
- Your Gmail app password
Email Features
- ✅ Lead form notifications
- ✅ Customer auto-replies
- ✅ Rating request emails
- ✅ Review request emails
- ✅ KPI report emails
- ✅ Follow-up reminders