Alerts when your score drifts. Lead enrichment when a brand-question fails. Dashboard data wherever you already look. Five integrations shipping today, eight more on the roadmap.
Where misquoted sends drift notifications and accuracy alerts.
Post threaded alerts to any channel when scores drift, claims flip, or a competitor changes consensus.
Setup docs →Per-user threshold alerts and the weekly executive PDF, delivered to as many addresses as you like.
Setup docs →Signed JSON POST to any URL. Per-event, per-brand. Retries with exponential backoff. The escape hatch.
Payload reference →Same alert payload, posted to a Discord channel via webhook. Useful for community-managed brands.
Request early access →For Severity:High consensus drops. Page on-call when a critical claim flips. Includes auto-resolve on recovery.
Request early access →Push consensus data into your sales workflow.
Enrich Company records with the latest AI Readiness Score and last-scan timestamp. Trigger workflows on score drops.
Request early access →AppExchange-listed package adds a Custom Object for misquoted scans, plus a Lightning component for Account pages.
Request early access →Surface a contact's brand consensus directly in the conversation sidebar. Helpful for tier-2 support deflection.
Vote for this →Scan events flow through your Segment pipeline as a standard Source. Routes to anywhere Segment writes.
Vote for this →See consensus alongside the rest of your funnel.
Custom event on every scan completion. Plot consensus alongside organic-search performance.
Request early access →Event API push for scan completions, drift detections, and score deltas. Group by brand for cohort analysis.
Setup docs →Track misquoted as a custom data source. Build funnels from scan completion to product sign-up.
Request early access →Cohort enrichment from misquoted Brand records. Coming after the GA4 ship lands.
Vote for this →The Tuesday scan of christmasornot.com just completed. The composite score moved from 78 to 64 — your largest weekly drop in 2026 so far.
The trigger was a pricing-claim flip on ChatGPT. Gemini and Perplexity remained stable. You can review the full diff in your dashboard.
View report →{
"event": "score.dropped",
"timestamp": "2026-05-07T14:14:09Z",
"brand": {
"id": "brnd_2v8c...",
"name": "christmasornot",
"domain": "christmasornot.com"
},
"score": {
"current": 64,
"previous": 78,
"delta": -14,
"severity": "high"
},
"trigger": {
"type": "claim_flip",
"model": "chatgpt-4o",
"claim_id": "clm_pricing_tier"
},
"links": {
"report": "https://app.misquoted.ai/r/8z2..."
},
"signature": "sha256=a3f1..."
}