Slack Integration
Get rich payment notifications in Slack with Block Kit formatting.
Connect Dunmore to Slack to receive payment notifications in your team channels.
Setup
- Create a Slack Incoming Webhook in your workspace
- Add a Slack connector in the Dunmore console
- Paste the webhook URL and select event types
Block Kit Messages
Payment notifications use Slack's Block Kit for rich formatting:
- Payment amount and currency
- Payer wallet address
- Endpoint path
- Settlement transaction hash
- Timestamp
Configuration
{
"type": "slack",
"config": {
"webhookUrl": "https://hooks.slack.com/services/T.../B.../..."
},
"eventTypes": ["payment.settled", "payment.failed"]
}