From e0a0c397cc7f97e72f351fe111776f9407e2ce85 Mon Sep 17 00:00:00 2001 From: Steve Dogiakos Date: Wed, 2 Apr 2025 19:28:21 -0600 Subject: [PATCH] Update README.md Added section about API use --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c4558f4..5e6f128 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,9 @@ The `docker-compose.yml` is configured to: - Logs can be viewed by running: `docker-compose logs -f` +### API Access + +You can access the API to export contacts by navigating your web browser to `http://:8000/guests/api`. Uses a Flask API Endpoint, and can be integrated with on prem automation tools like n8n. ## Additional Notes - Intranet-Only Deployment: