Integrations
Connect ChainGraph to your existing tools and workflows.
Overview
ChainGraph integrates with external tools to fit into your compliance, investigation, and development workflows. Send findings to your ticketing system, receive alerts in Slack, or export data to your data warehouse.
Webhooks
Configure webhook URLs to receive real-time notifications when events occur in ChainGraph. Webhooks send POST requests with JSON payloads.
Supported events
finding.created— new compliance finding detectedmonitor.triggered— monitor rule matchedinvestigation.shared— investigation shared via linkexport.completed— data export ready for download
Payload format
{
"event": "finding.created",
"timestamp": "2025-01-15T10:30:00Z",
"data": {
"finding_id": 42,
"test_case": "OFAC Sanctions Check",
"severity": "critical",
"address": "0xabc...",
"details": "Direct transfer from OFAC-listed address"
}
}Slack
Connect your Slack workspace to receive monitor alerts and finding notifications directly in a Slack channel.
- Go to Settings → Integrations → Slack
- Click Connect Slack
- Authorize the ChainGraph app in your workspace
- Select the channels for notifications
Jira
Create Jira tickets automatically from compliance findings. Map severity levels to Jira priorities and assign to specific team members or queues.
- Go to Settings → Integrations → Jira
- Enter your Jira instance URL and API token
- Map ChainGraph finding severities to Jira priorities
- Select the default project and issue type
Export formats
Export data from investigations and queries in multiple formats:
| Format | Use case |
|---|---|
| CSV | Spreadsheet analysis, data warehouse import |
| JSON | Programmatic consumption, API integration |
| Regulatory reports, compliance documentation | |
| GraphML | Import into other graph tools (Gephi, Neo4j) |
Regulatory export
Generate formatted compliance reports suitable for regulatory submissions. Reports include investigation summary, findings, transaction details, and graph visualizations in a standardized format.
Availability
| Integration | Free | Pro | Enterprise |
|---|---|---|---|
| Webhooks | No | Yes | Yes |
| Slack | No | Yes | Yes |
| Jira | No | No | Yes |
| CSV/JSON export | Limited | Full | Full |
| PDF reports | No | Yes | Yes |
| Regulatory export | No | No | Yes |