Strise Connect API Docs
TypesInputs

SandboxAlertInput

Input for generating or removing a sandbox alert

input SandboxAlertInput {
  monitoredEntity: ID!
  alertType: SandboxAlertType!
  relatedEntity: ID
  action: SandboxAlertAction = ADD
}

Fields

monitoredEntity ID! non-null scalar

ID! The monitored entity (company) to generate/remove alert for

alertType SandboxAlertType! non-null enum

SandboxAlertType! Type of alert (PEP or SANCTION)

relatedEntity ID scalar

ID Optional specific related entity for the hit. For PEP: must be a person related to the monitored entity. For SANCTION: can be any related entity. If not provided for ADD: a random related entity will be selected. If not provided for REMOVE: a random existing hit will be removed.

action SandboxAlertAction enum

SandboxAlertAction Action to perform: ADD (default) creates a new hit, REMOVE deletes an existing hit

Member Of

sandboxAlertGenerate mutation

On this page