-
Notifications
You must be signed in to change notification settings - Fork 1
Custom Webhooks
ewyct edited this page Mar 6, 2026
·
1 revision
Send build results to any HTTP endpoint.
- Go to Settings > Notifications
- Add a custom webhook
- Configure the URL, HTTP method, and optional custom headers
{
"event": "build.completed",
"buildId": "abc123",
"status": "safe_to_merge | review_required | blocked",
"totalTests": 10,
"passedCount": 8,
"failedCount": 1,
"changesDetected": 1,
"flakyCount": 0,
"gitBranch": "main",
"gitCommit": "abc123",
"buildUrl": "https://your-instance/builds/abc123",
"timestamp": "2024-01-01T00:00:00.000Z"
}| Channel | Setup |
|---|---|
| Slack | Add a Slack webhook URL in Settings > Notifications |
| Discord | Add a Discord webhook URL in Settings > Notifications |
| GitHub PR | Automatic via GitHub Integration |
| GitLab MR | Automatic via GitLab Integration |
Lastest Wiki
Getting Started
Core Features
- Visual Diffing
- AI Configuration
- Fix-the-App Advisor
- Agent Monitoring
- Public Shares
- Gamification
- Scheduled Runs
- Bug Reports
- Settings Reference
Integrations
- GitHub Integration
- GitLab Integration
- Google Sheets Integration
- Custom Webhooks
- VSCode Extension API
- MCP Server
Deployment & CI
Administration
Reference