Switch webhook endpoint to Poke SDK's /inbound/api-message

This commit is contained in:
Kacper Kwapisz
2026-03-23 16:38:53 +01:00
parent df2dc57600
commit b3a5cd4c5b
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
# poke-mail configuration
# Copy this file to config.yml and fill in your credentials
webhook_url: "https://poke.com/api/v1/inbound-sms/webhook"
webhook_url: "https://poke.com/api/v1/inbound/api-message"
poke_api_key: "your-api-key-here"
# MCP_API_KEY is set via environment variable (not in this file)