Dunmore

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

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