Skip to main content
An Integration connects Veratrace to external systems for evidence ingestion and data synchronization.

Fields

  • id (string) - Integration identifier
  • name (string) - Integration name
  • type (string) - Integration type (see Integration Types below)
  • status (string) - Status: “active”, “inactive”, “connecting”, “error”
  • metadata (object) - Integration-specific configuration
  • health (object) - Health check information
    • isHealthy (boolean)
    • lastHealthCheck (timestamp)
    • metrics (object)
Source: Feature Inventory - Core Objects (Integration) Integrations list view showing connection status and health indicators

Integration Types

Veratrace supports 40+ integration types across multiple categories:

Contact Center/CX

AMAZON_CONNECT, GENESYS_CLOUD, FIVE9, NICE_CXONE, ZENDESK, SERVICENOW_CSM, SALESFORCE_SERVICE_CLOUD

CRM/Sales

SALESFORCE, HUBSPOT, MICROSOFT_DYNAMICS, OUTREACH, SALESLOFT, APOLLO

AI Agents

INTERCOM_FIN, ZENDESK_AI, SALESFORCE_EINSTEIN, MICROSOFT_COPILOT, LANGCHAIN, LLAMAINDEX, POLYAI, KORE_AI, COGNIGY

BPO

TELEPERFORMANCE, CONCENTRIX, FOUNDEVER, TTEC, GENPACT, ACCENTURE_OPS

IDP/HR

OKTA, AZURE_AD, PING_IDENTITY, WORKDAY, NICE_WFM, VERINT

Policy

OPEN_POLICY_AGENT, CEDAR, ZANZIBAR

Data/Documents

AWS_S3, GOOGLE_CLOUD_STORAGE, AZURE_BLOB, SHAREPOINT, GOOGLE_DRIVE, SNOWFLAKE, BIGQUERY, COLLIBRA, ALATION

Finance

COUPA, SAP_ARIBA, NETSUITE, STRIPE, AWS_BILLING, OPENAI_USAGE

Observability

SPLUNK, DATADOG, ELASTIC, NEW_RELIC, MICROSOFT_SENTINEL Source: Feature Inventory - Core Objects (Integration)

Status

Integrations can have the following statuses:
  • active - Integration is operational
  • inactive - Integration is disabled
  • connecting - Integration is being set up
  • error - Integration has encountered an error
Source: /Users/vincentgraham/clearline-ui/src/features/integrations/types/integration.js

Health Checks

Each integration has health information:
  • isHealthy - Whether the integration is currently healthy
  • lastHealthCheck - When the last health check was performed
  • metrics - Additional health metrics
Source: Feature Inventory - Core Objects (Integration)