My webhook isn't firing. What should I check?
If events do not reach your system, the problem is usually in the URL or the destination server.
Most common causes
- Incorrect or unreachable URL
- Destination server returning an error
- Event not configured
- Response timeout
Verification checklist
- Confirm the URL registered under Webhooks.
- Test the URL manually (Postman, cURL, webhook.cool or RequestBin).
- Make sure the destination accepts POST requests and is online.
- Check that the desired event is enabled.
If the URL is correct but returns a 500 error, the problem is on the destination server. If it persists, contact support.
Was this article helpful?