Three ways to connect. Pick the one that fits your stack. All roads lead to the same risk engine.
Direct integration
Zero-code setup
Managed package
Sign up from the demo page or pricing page. Your API key will be emailed to you.
Send any customer text to the analyze endpoint. Works with emails, call transcripts, chat messages, support tickets.
// cURL curl -X POST https://riskdetect.app/api/analyze \ -H "Content-Type: application/json" \ -H "Authorization: Bearer rd_your_key" \ -d '{"content": "I have been waiting 3 weeks for a response. If this is not resolved by Friday I will be filing a BBB complaint and leaving reviews on every platform I can find."}'
// Response { "analysis": { "risk_score": 82, "risk_level": "critical", "signals": ["BBB complaint threatened", "Review threat", "Deadline ultimatum"], "summary": "Customer threatening formal complaint and public reviews...", "recommended_action": "Senior manager to call within 24 hours...", "urgency": "immediate" } }
Connect a Slack or Teams webhook to get instant alerts when high-risk customers are detected.
// Test your webhook curl -X POST https://riskdetect.app/api/alert \ -H "Content-Type: application/json" \ -d '{ "webhook_url": "https://hooks.slack.com/services/YOUR/WEBHOOK/URL", "type": "slack", "test": true }'
Open the dashboard to see all assessments, trends, and daily digests. Upload CSV files for bulk analysis or use the quick analyze tool.
When you sign up, you'll receive a dedicated email address like scan+yourorg@riskdetect.app. Every email sent to this address is automatically analyzed.
In your support email (Gmail, Outlook, Zendesk, etc.), create a forwarding rule that sends incoming customer emails to your RiskDetect address. Most email providers support this in settings.
Gmail: Settings > Forwarding > Add a forwarding address
Outlook: Rules > Create Rule > Forward to
Zendesk: Admin > Channels > Email > Forwarding
Forwarded emails are analyzed within seconds. Open the dashboard to see risk scores, or set up Slack/Teams alerts for critical risks.
Click the install link from your welcome email (or the Salesforce page). The package includes custom objects, Apex classes, LWC components, triggers, and a permission set.
Go to Setup > Permission Sets > RiskDetect_Admin > Manage Assignments. Add your CS team members so they can view risk assessments and run analyses.
Edit your Account and Case Lightning record pages. Drag the RiskDetect Dashboard component onto Account pages and the Risk Score Badge onto Case pages.
The package includes triggers that automatically analyze new Cases and EmailMessages. Risk scores appear on records within seconds of creation. Use the Account dashboard to scan all open cases at once.