From 4ead604a0d4e0e90291cbafba099ff88c5f6f638 Mon Sep 17 00:00:00 2001 From: Aleksandr Soloshenko Date: Sat, 22 Jun 2024 07:28:35 +0700 Subject: [PATCH] [webhooks] clarify device connection prerequisites --- docs/integration/webhooks.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/integration/webhooks.md b/docs/integration/webhooks.md index 60147d1..5c7286c 100644 --- a/docs/integration/webhooks.md +++ b/docs/integration/webhooks.md @@ -19,7 +19,7 @@ Before you begin, ensure the following: - You have [SMS Gateway for Android](https://github.com/capcom6/android-sms-gateway/releases/latest) installed on your device in any mode: Local, Cloud or Private. - You have a server with a valid SSL certificate to securely receive HTTPS requests, which should be accessible from the internet. -- Your device has an internet connection to send and receive data. +- Your device has access to your server. ## Step-by-Step Integration @@ -101,7 +101,7 @@ curl -X DELETE -u : \ ## Troubleshooting -- Ensure the device can reach the internet and that there are no firewalls blocking outgoing requests. +- Ensure the device can reach your server and that there are no firewalls blocking outgoing requests. - Validate that the webhook URL is correct and the server is running. - Check the server logs for any errors during the webhook POST request handling.