Email Integration
Receive payment digest emails via the Dunmore email connector.
Get email notifications for payment events, delivered via Resend.
Setup
- Add an Email connector in the Dunmore console
- Specify recipient email addresses
- 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.