feat: webhook option added for incoming messages

This commit is contained in:
iamatulsingh
2026-03-24 21:23:41 +01:00
parent 84a31a8ae8
commit b136334953
5 changed files with 55 additions and 15 deletions
+1
View File
@@ -15,6 +15,7 @@ services:
POSTGRES_PORT: "5432"
API_KEY: "c3VwZXItbG9uZy1yYW5kb20tc3RyaW5nLW1pbmltdW0tb2YtNjQtY2hhcmFjdGVycy15b3UtbmVlZC10by1wYXN0ZS1oZXJl"
JWT_SECRET: "YW5vdGhlci1zdXBlci1sb25nLXJhbmRvbS1zdHJpbmctbWluaW11bS1vZi02NC1jaGFyYWN0ZXJzLXlvdS1uZWVkLXRvLXBhc3RlLWhlcmU="
WEBHOOK_URL: "http://192.168.178.52:5678/webhook-test/whatsapp"
ports:
- "8080:8080"
volumes: