WikiAlerts & WebhooksWebhook Integration Tester

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

SettingDescriptionDefault
Max RetriesNumber of retry attempts after initial failure3
Retry DelayBase delay between retries (milliseconds)1000ms
Backoff StrategyHow delay increases: fixed (same delay), linear (delay x attempt), exponential (delay x 2^attempt)Exponential
TimeoutMaximum time to wait for a response10000ms

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

TypeContents
score_alertInstrument symbol, PG score, triggered conditions, current values
macro_alertFRED indicator, current value, threshold, triggered conditions
event_alertEvent details, severity, affected instruments
customYour own JSON payload

Related Topics