Discord Plugin
Send messages to Discord channels using webhook URLs. No bot setup required.
Actions
| Action | Description |
|---|---|
| Send Message | Send a text message to a Discord channel |
Setup
- In Discord, go to Server Settings > Integrations > Webhooks
- Click New Webhook, select a channel, and copy the webhook URL
- In KeeperHub, go to Connections > Add Connection > Discord
- Paste the webhook URL and save
Send Message
Post a message to a Discord channel.
Inputs: Message (supports {{NodeName.field}} variables)
Outputs: success, error
When to use: Alert your team about on-chain events, notify on balance changes, report workflow results, send security alerts.
Example workflow:
Schedule (every 5 min)
-> Get Native Token Balance (treasury)
-> Condition: balance < 10 ETH
-> Discord: "Treasury balance low: {{CheckBalance.balance}} ETH"