AUTOMATION / WEBHOOKS
Wire events anywhere.
Send signals, alerts and desk events into your own stack with structured webhook payloads.
What can be delivered
Webhook Events
JSON schema
Example Payload
{
"event": "signal.created",
"id": "sig_20260510_btc_01",
"market": "crypto",
"asset": "BTC/USDT",
"direction": "long_bias",
"confidence": 78,
"rationale": "Momentum and breadth aligned while DXY softened.",
"invalidation": "Loss of latest support band",
"published_at": "2026-05-10T02:55:00Z"
}Production usage
Operational Notes
SEC
Verify delivery
Log payload IDs and reject duplicates so retried webhooks do not create repeated bot messages.
Open →RTERoute by confidence
Send high-confidence first-party signals to active channels, lower-confidence context to research channels.
Open →ACKAcknowledge fast
Return HTTP 2xx quickly and process heavier work in your queue.
Open →