Skip to main content

Integrations

Connect Diffy with your existing tools.

Slack

The Slack integration enables:

  • Real-time change notifications
  • Rich message formatting with diffs
  • Channel or DM delivery

Setup

  1. Go to AlertsChannels
  2. Click Add ChannelSlack
  3. Click Install to Slack
  4. Authorize Diffy in your workspace
  5. Select the channel for notifications

Permissions

Diffy requests minimal permissions:

  • Post messages to selected channels
  • No access to message history
  • No access to private channels unless explicitly added

Webhooks (Coming Soon)

Send change events to any URL for custom integrations:

{
"event": "change.detected",
"domain": "competitor.com",
"page": "/pricing",
"severity": "high",
"change_type": "price_change",
"timestamp": "2024-01-15T10:30:00Z"
}

API

Use the Diffy API to build custom integrations:

  • Fetch domains and pages programmatically
  • Query change history
  • Trigger manual crawls

See the API Reference for details.