What the webhook represents
The webhook is an event notification, not a market data stream and not an order execution instruction. It contains the rendered alert message or the exact payload supported by the current channel implementation.
Webhook notifications
A webhook sends an HTTP request to your configured endpoint after an AlertoWatch alert triggers. Use it to connect rule matches with automation platforms, internal tools, logs, or notification relays.
The webhook is an event notification, not a market data stream and not an order execution instruction. It contains the rendered alert message or the exact payload supported by the current channel implementation.
AlertoWatch accepts an alert event before notification processing. Treat downstream webhook handling as an integration boundary and design receivers to tolerate duplicate or delayed notifications where external systems retry their own work.
Add a webhook notification channel.
Enter and test the HTTPS endpoint using the current UI.
Select the webhook on an alert.
Process the request when the alert event triggers.
Third-party endpoint availability, network failures, and endpoint behavior can affect delivery. Webhooks should be treated as notifications, not as a guaranteed trade-execution transport.