Skip to content

Commit

Permalink
[webhooks] clarify device connection prerequisites
Browse files Browse the repository at this point in the history
  • Loading branch information
capcom6 committed Jun 22, 2024
1 parent bd77479 commit 4ead604
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/integration/webhooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -101,7 +101,7 @@ curl -X DELETE -u <username>:<password> \

## 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.

Expand Down

0 comments on commit 4ead604

Please sign in to comment.