Dunmore

Discord Integration

Send payment notifications to Discord channels with rich embeds.

Connect Dunmore to Discord to receive payment notifications as rich embed messages.

Setup

  1. Create a Discord Webhook in your server settings
  2. Add a Discord connector in the Dunmore console
  3. 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"]
}