Webhook Alerts
Get instant notifications when AgentSentry blocks a transaction, trips a circuit, or escalates for human review.
Telegram Setup
- 1. Message @BotFather on Telegram and create a new bot
- 2. Copy the bot token and add to your environment variables
- 3. Create a channel and add your bot as administrator
- 4. Get the chat ID using the getUpdates API
.env
TELEGRAM_BOT_TOKEN=123456:ABC-DEF... TELEGRAM_CHAT_ID=-1001234567890
Discord Setup
- 1. Open your Discord server settings
- 2. Go to Integrations and Webhooks
- 3. Create a new webhook and copy the URL
.env
DISCORD_WEBHOOK_URL=https://discord.com/api/webhooks/...
Alert Types
CIRCUIT_OPENCircuit breaker has tripped
POLICY_VIOLATIONTransaction blocked by policy
HIGH_VALUE_TRADELarge transaction detected
VELOCITY_WARNINGUnusual transaction frequency
Was this page helpful? /