Real-time event notifications with reliability and security
Event | Description | Payload |
---|---|---|
media.created | New media submitted | Media ID, site ID, status, timestamps |
media.moderated | Moderation complete | Status, AI results, rule evaluations |
test.webhook | Test webhook | Test data for verification |
Attempt | Delay | Total Time |
---|---|---|
1 | Immediate | 0s |
2 | 1 minute | 1m |
3 | 5 minutes | 6m |
4 | 30 minutes | 36m |
5 | 2 hours | 2h 36m |
Issue | Cause | Solution |
---|---|---|
No webhooks received | Incorrect URL | Verify endpoint configuration |
Signature failures | Wrong secret | Check webhook secret |
Timeouts | Slow processing | Implement async handling |
Duplicate events | Retry mechanism | Use idempotency keys |