@Thomas
I'm sorry to hear that you're experiencing issues with your webhook. It's important to ensure that your webhook endpoint is stable and consistently accessible. Here are a few things you can check:
1. **Endpoint Stability**: Make sure your server is running without interruptions and that the endpoint is not changing.
2. **Correct URL**: Verify that the URL you've provided for the webhook is correct and accessible from the outside internet.
3. **Server Logs**: Check your server logs for any errors that might indicate why the connection is being dropped.
4. **External Service Limits**: Some external services have limits on how many times they will retry to send data to a webhook. Ensure you're not hitting these limits.
5. **Security Settings**: Ensure that there are no security settings or firewalls that might be blocking incoming connections.
6. **Acknowledgement Responses**: Make sure your endpoint is correctly acknowledging the received data with the appropriate HTTP status codes.
If you've checked all of these and the issue persists, it might be helpful to look at the specific error messages you're receiving, if any. If you can provide more details or error logs, I can assist you further. Otherwise, it might be best to reach out to the support team of the service you're using the webhook with for more specialized assistance.