Prerequisites
- Access to a Veratrace instance
- Appropriate permissions to create integrations
- Credentials for the external system you want to integrate
Supported Integrations
Veratrace supports 40+ integration types across:- Contact Center/CX platforms
- CRM/Sales systems
- AI Agent/Copilot vendors
- BPO service providers
- IDP/HR systems
- Policy engines
- Data/Document systems
- Finance/Billing platforms
- Observability/SIEM tools
Create an Integration
Navigate to/integrations/create to create a new integration.
Source: Feature Inventory - UI Flows (Integrations)
Integration Configuration
Basic Information
- Name - Integration name
- Type - Integration type (select from supported types)
- Metadata - Integration-specific configuration fields
Configuration Fields
Each integration type has specific configuration fields. For example: Amazon Connect:- Instance ID
- Access Key ID
- Secret Access Key
- AWS Region
- Instance URL
- Consumer Key
- Consumer Secret
- Username
- Password + Security Token
/Users/vincentgraham/clearline-ui/src/features/integrations/types/integration.js
Create via API
API:POST /instances/:instanceId/integrations
Request body:
Test Connection
After creating an integration, test the connection. API:POST /instances/:instanceId/integrations/:integrationId/test
Response:
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
Health Checks
Monitor integration health:isHealthy- Whether the integration is currently healthylastHealthCheck- When the last health check was performedmetrics- Additional health metrics
Related
- Integration Concept - Understand integrations
- Integrations API - Complete API reference