Creating Alerts
You can create alerts from the app, API, or AI Connect. The app form is the easiest place to learn the current alert model because it reflects the exact fields supported today.
Required fields
- target lane:
Slow,Average, orFast - condition:
less thanorabove - threshold in
gwei - cooldown duration
- at least one notification method
Some channels require extra fields:
- Email: recipient address
- Webhook: HTTPS webhook URL
- Slack: Slack incoming webhook URL
- Telegram: chat id
- Web Push: active browser push subscription
Example policy
Alert me when Average gas is less than 18 gwei, notify by email, and suppress repeats for 1 hour.
In-app flow
- Open the alerts center.
- Choose lane, condition, and threshold.
- Select one or more channels.
- Set cooldown.
- Save the alert and leave it in
PENDINGstatus.
Best practices
- start with one business goal per alert
- use
Averagefor most routine send windows - use separate alerts for cheap-entry and spike-protection use cases
- add a note when an alert belongs to a team workflow
- enable
disable onceonly for one-shot workflows