Connect Dyvit to what you already use.
Native integrations with the systems your operation already relies on. Connect ERPs, CRMs, banks, and communication tools in minutes.
ERPs and management systems
Sync contracts, installments, and customer data directly from your ERP.
CRMs and customer relations
Keep your CRM updated with the status of every collection in real time.
Banks and payments
Generate Pix charges, confirm payments, and reconcile automatically.
Communication and messaging
Reach debtors on the right channels and notify your team in real time.
Data and analytics
Export collection data to your BI tools and data warehouses.
Other connectors
Webhooks, Zapier, and generic integrations for any system.
Build anything you want with our API
Full REST API with interactive docs, SDKs for Python, Node.js, and Go, plus real-time webhooks. Everything you need to integrate Dyvit into your stack.
- Authentication via API Key or OAuth 2.0
- Generous rate limiting: 1,000 req/min
- Webhooks with automatic retry and HMAC
- Full sandbox for testing
- Official SDKs: Python, Node.js, Go
# Create a collection campaign
curl -X POST https://api.dyvit.ai/v1/campaigns \
-H "Authorization: Bearer sk_live_..." \
-H "Content-Type: application/json" \
-d 'name: "Q1 2026 Recovery",
"strategy": "balanced",
"channels": ["whatsapp", "sms"],
"rules": {
"max_discount": 15,
"installments": 6,
"min_payment": 50.00
},
"schedule": {
"start": "2026-01-15T08:00:00-03:00",
"quiet_hours": [21, 8]
}
' Integrate in
minutes.
Book a demo and see how Dyvit connects to your stack in under 2 hours.