Webhook Debugging

Troubleshoot connection timeouts, SSL certificate errors, and empty payload logs.

If your webhook handler is not receiving events, run through this troubleshooting checklist.

Webhook Troubleshooting Checklist

  1. Verify HTTPS: Waplix only sends webhooks to secure HTTPS endpoints. Ensure your SSL certificate is valid and not self-signed.
  2. Check Webhook Logs: Navigate to the Webhook Logs tab in the Waplix Portal to inspect delivery response codes (e.g. 500, 404, or timeouts).
  3. Test with tools: Use a service like Webhook.site or ngrok to verify Waplix is successfully delivering payloads to a public endpoint.
Was this page helpful?