Integrations  ·  13 destinations

Connect misquoted to the tools you already use

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.

5Active today
8In development
Custom via webhook

Alerts

Where misquoted sends drift notifications and accuracy alerts.

Slack Active

Post threaded alerts to any channel when scores drift, claims flip, or a competitor changes consensus.

Setup docs →
Email Active

Per-user threshold alerts and the weekly executive PDF, delivered to as many addresses as you like.

Setup docs →
Webhooks Active

Signed JSON POST to any URL. Per-event, per-brand. Retries with exponential backoff. The escape hatch.

Payload reference →
Discord Q3 2026

Same alert payload, posted to a Discord channel via webhook. Useful for community-managed brands.

Request early access →
PagerDuty Q3 2026

For Severity:High consensus drops. Page on-call when a critical claim flips. Includes auto-resolve on recovery.

Request early access →

CRM

Push consensus data into your sales workflow.

HubSpot Q3 2026

Enrich Company records with the latest AI Readiness Score and last-scan timestamp. Trigger workflows on score drops.

Request early access →
Salesforce Q4 2026

AppExchange-listed package adds a Custom Object for misquoted scans, plus a Lightning component for Account pages.

Request early access →
Intercom Roadmap

Surface a contact's brand consensus directly in the conversation sidebar. Helpful for tier-2 support deflection.

Vote for this →
Segment Roadmap

Scan events flow through your Segment pipeline as a standard Source. Routes to anywhere Segment writes.

Vote for this →

Analytics

See consensus alongside the rest of your funnel.

Google Analytics 4 Q3 2026

Custom event on every scan completion. Plot consensus alongside organic-search performance.

Request early access →
PostHog Active

Event API push for scan completions, drift detections, and score deltas. Group by brand for cohort analysis.

Setup docs →
Mixpanel Q4 2026

Track misquoted as a custom data source. Build funnels from scan completion to product sign-up.

Request early access →
Amplitude Roadmap

Cohort enrichment from misquoted Brand records. Coming after the GA4 ship lands.

Vote for this →

What an alert looks like

Same payload, three destinations.
Slack alert #brand-watch
m
misquoted app 2:14 PM
Score dropped on christmasornot
78 → 64  •  -14 pts
Pricing claim flipped on ChatGPT. Gemini still consistent. Perplexity now refusing.
Last scan: 2m ago Severity: High
Email alert alex@christmasornot.com
Webhook payload POST · application/json
{
  "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..."
}
Don't see your tool?
Vote on the roadmap, or build it yourself via webhook + the public API.
See roadmap View the API →