Dunmore

Email Integration

Receive payment digest emails via the Dunmore email connector.

Get email notifications for payment events, delivered via Resend.

Setup

  1. Add an Email connector in the Dunmore console
  2. Specify recipient email addresses
  3. Choose which events trigger emails

Configuration

{
  "type": "email",
  "config": {
    "to": ["dev@example.com", "finance@example.com"],
    "from": "notifications@dunmore.xyz"
  },
  "eventTypes": ["payment.settled"]
}

Email Format

Emails include payment details in a clean, readable format with links to the console for more details.