set_webhook
Configure automated alerts by setting conditions on financial metrics. Receive POST notifications to your URL when market criteria are met, enabling timely response to changing conditions.
Instructions
Register a webhook that fires when market conditions meet your criteria. Fathom evaluates conditions every 60 seconds and POSTs a JSON payload to your URL when all conditions are met. Example: alert me at my bot URL when fear_greed < 20 and regime == capitulation. Available fields: fear_greed, risk_score, opportunity_score, regime, posture, cycle_phase, tvl_change_7d, defi_health, macro_impact, net_flow_signal, leverage_signal, btc_put_call, btc_sp500_correlation, macro_risk_appetite.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | HTTPS URL to POST webhook payload to | |
| conditions | Yes | Conditions that must ALL be true to trigger | |
| label | No | Human-readable label for this webhook | |
| cooldown_minutes | No | Minimum minutes between triggers (default: 60) |