Webhook Integration Tester
The Webhook Tester helps you validate that your alert delivery endpoints are working correctly before relying on them for real alerts.
Quick Test
1. Enter a webhook URL
2. Select a payload type (score_alert, macro_alert, event_alert, or custom)
3. Configure retry settings (max retries, delay, backoff strategy)
4. Click "Send Test" to deliver a sample payload
5. Review the response status, timing, and body
Retry Configuration
| Setting | Description | Default |
|---|---|---|
| Max Retries | Number of retry attempts after initial failure | 3 |
| Retry Delay | Base delay between retries (milliseconds) | 1000ms |
| Backoff Strategy | How delay increases: fixed (same delay), linear (delay x attempt), exponential (delay x 2^attempt) | Exponential |
| Timeout | Maximum time to wait for a response | 10000ms |
Saved Endpoints
Save frequently used endpoints with their retry configuration for quick access. Each saved endpoint can have:
- Health Check Enabled: Periodic health checks to verify the endpoint is reachable
- Health Check Interval: How often to check (5-1440 minutes)
- Health Status: Green (healthy), yellow (degraded), red (failing)
Health Check Logs
For each saved endpoint, you can view a history of health check results showing:
- Response status codes
- Response times
- Success/failure status
- Error messages (if any)
Payload Types
| Type | Contents |
|---|---|
| score_alert | Instrument symbol, PG score, triggered conditions, current values |
| macro_alert | FRED indicator, current value, threshold, triggered conditions |
| event_alert | Event details, severity, affected instruments |
| custom | Your own JSON payload |