v1

latestOpenAPI 3.1.02026-08-042010999.7 KB
Webhooks

Fires when a user sends an entity to an external case management system

In some configurations, users can send entities to an external case management system for review and action. When this occurs, this webhook will be triggered, allowing you to synchronize your case management system with Sigma360.

postWebhookNew Case Management Entry

Payload

eventTypestring

Example payload

{
  "eventPayload": {
    "customerKey": "ABC1234567890",
    "entityLink": "https://app.sigma360.com/entity/123e4567-e89b-12d3-a456-426614174000",
    "entityURN": "urn:sigma:entity:123e4567-e89b-12d3-a456-426614174000",
    "indicatorSummaries": [
      {
        "category": "Sanctions",
        "count": 2,
        "maxScore": 100
      }
    ],
    "searchParameters": {
      "aliases": [
        "InGen, InGen Corp"
      ],
      "countries": [
        "US"
      ],
      "customerKey": "ABC1234567890",
      "dob": "1993-06-11",
      "entityName": "InGen Corporation",
      "entityType": "company"
    }
  }
}