> ## Documentation Index
> Fetch the complete documentation index at: https://dialnexa.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Datagma

> Connect DialNexa calls to Datagma for row, dataset, lookup result, enrichment record, dashboard event, warehouse record, or review queue workflows.

Datagma delivers data intelligence and analytics, assisting companies in discovering market insights, tracking competitive metrics, and strategizing growth opportunities.

<Note>
  Use Datagma with DialNexa when spoken context should become structured data that teams can query, enrich, report on, or review.
</Note>

## Where Datagma fits in a DialNexa workflow

Datagma should receive DialNexa output when the conversation affects a row, dataset, lookup result, enrichment record, dashboard event, warehouse record, or review queue. The handoff should explain what the caller asked for, what DialNexa learned, which record or object is affected, and who owns the next step.

<CardGroup cols={2}>
  <Card title="Power reporting" icon="check-circle">
    Track call reasons, qualified outcomes, missed-call impact, churn risk, and conversion quality.
  </Card>

  <Card title="Normalize call outcomes" icon="check-circle">
    Store intent, category, urgency, product, owner, and next action in fields reporting can trust.
  </Card>

  <Card title="Join call context" icon="check-circle">
    Match phone or email to CRM, product, billing, support, account, or external IDs before syncing.
  </Card>

  <Card title="Build review queues" icon="check-circle">
    Route low-confidence matches, missing data, suspicious lookups, and edge cases for review.
  </Card>
</CardGroup>

## What DialNexa should capture for Datagma

* Caller ID, contact ID, account ID, source system, external ID, and match confidence
* Structured outcome, intent, category, sentiment, urgency, product, region, and owner
* Lookup result, enrichment value, qualification fields, revenue signal, support reason, and next action
* Timestamp, duration, transcript URL, recording URL, DialNexa call ID, and raw payload reference
* Data quality fields such as duplicate status, missing fields, confidence, and review needed

## High-value Datagma workflows

<AccordionGroup>
  <Accordion title="Duplicate data should be cleaned">
    For this scenario, DialNexa should send structured fields into Datagma: matched identity, lookup result, confidence, timestamp, and the decision that depends on it. Keep full transcripts linked, not copied.
  </Accordion>

  <Accordion title="Call outcome should enter reporting">
    For this scenario, DialNexa should send structured fields into Datagma: matched identity, lookup result, confidence, timestamp, and the decision that depends on it. Keep full transcripts linked, not copied.
  </Accordion>

  <Accordion title="Caller needs enrichment before routing">
    For this scenario, DialNexa should send structured fields into Datagma: matched identity, lookup result, confidence, timestamp, and the decision that depends on it. Keep full transcripts linked, not copied.
  </Accordion>

  <Accordion title="Low-confidence record needs review">
    For this workflow, DialNexa should send Datagma a concise, action-ready handoff: matched caller, affected record, reason for the update, urgency, owner, next step, and links to call evidence.
  </Accordion>

  <Accordion title="Campaign quality should be measured">
    DialNexa should send Datagma the source, consent state, call outcome, audience impact, and suppression or enrollment decision. The goal is better targeting, not another generic campaign touch.
  </Accordion>

  <Accordion title="Support reasons need trend analysis">
    For this workflow, DialNexa should send Datagma a concise, action-ready handoff: matched caller, affected record, reason for the update, urgency, owner, next step, and links to call evidence.
  </Accordion>

  <Accordion title="Use search phone numbers">
    Use search phone numbers before answering, routing, or creating follow-up. DialNexa should verify the lookup result against the caller and send low-confidence matches to a human queue.
  </Accordion>

  <Accordion title="Use find work email">
    Use find work email before answering, routing, or creating follow-up. DialNexa should verify the lookup result against the caller and send low-confidence matches to a human queue.
  </Accordion>
</AccordionGroup>

## Workflows that pair Datagma with other integrations

* [Datagma](/integrations/datagma) + [Notion](/integrations/notion): Notion for reporting notes.
* [Datagma](/integrations/datagma) + [BigQuery](/integrations/googlebigquery): BigQuery for central reporting.
* [Datagma](/integrations/datagma) + [HubSpot](/integrations/hubspot): HubSpot for customer and deal context.
* [Datagma](/integrations/datagma) + [Google Sheets](/integrations/googlesheets): Google Sheets for manual review queues.
* [Datagma](/integrations/datagma) + [Slack](/integrations/slack): Slack for alerts on urgent records.
* [Datagma](/integrations/datagma) + [Zendesk](/integrations/zendesk): Zendesk for support category analysis.
* [Datagma](/integrations/datagma) + [Google Analytics](/integrations/google_analytics): Google Analytics for source attribution.
* [Datagma](/integrations/datagma) + [Intercom](/integrations/intercom): Intercom for conversation context.

## Implementation notes

* Use the DialNexa call ID as the idempotency key before running Datagma actions.
* Write a short operational summary into Datagma and link to the full transcript or recording for audit.
* Map required fields before launch: destination object, owner, status, urgency, next step, and record URL.
* Create review paths for low-confidence matches, sensitive requests, high-value customers, and actions that change money, access, legal terms, or customer commitments.

## FAQs

<AccordionGroup>
  <Accordion title="Can DialNexa enrich callers before routing?">
    Yes, if the lookup is fast and confidence is visible. Use fallback routing when enrichment fails.
  </Accordion>

  <Accordion title="How do we avoid stale data decisions?">
    Include lookup timestamp, source, confidence, and expiration rules.
  </Accordion>

  <Accordion title="What should analysts audit first?">
    Conversion labels, spam suppression, duplicate matching, missing owners, and high-impact categories.
  </Accordion>

  <Accordion title="When should a record be rejected?">
    Reject or review records with missing identity, conflicting external IDs, impossible values, or sensitive data in the wrong destination.
  </Accordion>

  <Accordion title="How should schema changes be managed?">
    Version fields, document meanings, and test downstream dashboards before changing production payloads.
  </Accordion>

  <Accordion title="Should full transcripts go into data tools?">
    Usually no. Store structured fields, summaries, and links to restricted transcripts.
  </Accordion>

  <Accordion title="What fields make reporting useful?">
    Intent, category, source, owner, outcome, urgency, customer ID, timestamp, and DialNexa call ID.
  </Accordion>

  <Accordion title="How should low-confidence matches be handled?">
    Send them to a review queue with match reason, confidence, candidate records, and transcript link.
  </Accordion>
</AccordionGroup>
