Skip to content

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 detected
  • monitor.triggered — monitor rule matched
  • investigation.shared — investigation shared via link
  • export.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.

  1. Go to Settings → Integrations → Slack
  2. Click Connect Slack
  3. Authorize the ChainGraph app in your workspace
  4. 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.

  1. Go to Settings → Integrations → Jira
  2. Enter your Jira instance URL and API token
  3. Map ChainGraph finding severities to Jira priorities
  4. Select the default project and issue type

Export formats

Export data from investigations and queries in multiple formats:

FormatUse case
CSVSpreadsheet analysis, data warehouse import
JSONProgrammatic consumption, API integration
PDFRegulatory reports, compliance documentation
GraphMLImport 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

IntegrationFreeProEnterprise
WebhooksNoYesYes
SlackNoYesYes
JiraNoNoYes
CSV/JSON exportLimitedFullFull
PDF reportsNoYesYes
Regulatory exportNoNoYes
Integrations — ChainGraph Docs