Start an automation workflow
Let a receiving system process an accepted alert notification and begin its own user-controlled workflow.
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.
Let a receiving system process an accepted alert notification and begin its own user-controlled workflow.
Forward a rendered alert message into an internal monitoring or logging system.
Pass the event to another notification service controlled by the receiving system.
Use the received notification to update a user-managed dashboard after an alert event.
Start a downstream process that remains fully controlled by the webhook receiver.
AlertoWatch webhooks are event notifications. They are not a blockchain node event stream and do not execute trades.
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.