Does ChatNexus support WhatsApp Business API?
This feature is available as an opt-in beta. To enable it, go to your agent β Integrations β WhatsApp and follow the authorization flow. You'll need a WhatsApp Business Account with API access.
How are WhatsApp credentials stored?
The encryption key is managed by Laravel's environment configuration (APP_KEY). Even if the database is compromised, an attacker cannot decrypt your WhatsApp credentials without the application key.
Can I use the same knowledge base for WhatsApp and my website widget?
When you update a Google Doc or upload a PDF, the changes are indexed once and available to all channels simultaneously. This ensures consistent responses across WhatsApp, your website widget, and any other integration.
Is the WhatsApp integration compliant with data privacy laws?
Messages are stored temporarily to maintain conversation context but can be purged after a configurable retention period (default: 90 days). Users can request data deletion via your privacy policy, and ChatNexus supports these requests via the dashboard.
How fast are responses on WhatsApp?
The end-to-end flow is: WhatsApp API β ChatNexus webhook β knowledge base search β LLM streaming β WhatsApp message send. Network latency and knowledge base size may add delays, but modern deployments target sub-3-second first-token time.