Discord Integration
Send payment notifications to Discord channels with rich embeds.
Connect Dunmore to Discord to receive payment notifications as rich embed messages.
Setup
- Create a Discord Webhook in your server settings
- Add a Discord connector in the Dunmore console
- Paste the webhook URL and select event types
Embed Format
Notifications include rich Discord embeds with payment details, amounts, and status indicators.
Configuration
{
"type": "discord",
"config": {
"webhookUrl": "https://discord.com/api/webhooks/..."
},
"eventTypes": ["payment.settled"]
}