Custom Integrations & Webhooks¶
If your business uses tools not covered by Dxtra's pre-built integrations, you can build custom integrations using webhooks or Dxtra's GraphQL API.
Integration options¶
Webhooks¶
Real-time data sync via HTTP webhooks. When events occur in your system, send them to Dxtra for PII extraction, data subject tracking, and compliance audit logging.
Use case: Logging data processing activities, tracking data subject interactions, recording events from custom systems
GraphQL API¶
Direct API integration for programmatic access to Dxtra's data and features.
Use case: Custom automation, third-party integrations, reporting
Custom Functions (planned)¶
Planned feature
Custom Functions is not currently available. See Custom Functions for details.
Choose your approach¶
Real-time event tracking¶
Use webhooks if you need to:
- Record data processing activities from your systems in real-time
- Track data subject interactions (signups, purchases, updates)
- Create and update data subject records automatically
- Maintain a compliance audit trail for custom data sources
Full-featured integration¶
Use GraphQL API if you need to:
- Query and mutate any Dxtra data
- Build custom applications
- Export compliance reports
- Automate complex workflows
Getting started¶
- Choose integration type — Webhooks or GraphQL API
- Review authentication — Understand API keys and webhook secrets
- Design integration — Plan data flow and events
- Implement — Follow guide for your chosen approach
- Test — Verify with test data before going live
- Monitor — Track success rates and errors
Next: Choose your integration approach:
- Webhooks → — Real-time event tracking and data processing activity logging
- GraphQL API → — Programmatic access