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
- Go to Alerts → Channels
- Click Add Channel → Slack
- Click Install to Slack
- Authorize Diffy in your workspace
- 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.