Skip to main content
The intake layer turns a helpdesk event, email, chat, or webhook into a clean ticket record. The customer context layer adds the facts that make triage useful: who the customer is, what they have, what they recently did, and what support obligations apply.

What It Does

The intake and context function:
  • Receives new ticket or message events
  • Normalizes source fields into a consistent ticket object
  • Deduplicates obvious duplicate messages or ticket updates
  • Looks up the requester, account, subscription, order, product usage, or workspace context
  • Checks current incidents, open tickets, prior escalations, and support entitlement
  • Produces a context bundle for the triage workflow and classifier agent
  • Records missing context so the system can route safely

Flow

Context to Fetch

Use the least sensitive context that can support the triage decision. Keep high-risk write actions and sensitive data behind explicit scopes and approval gates.

Suggested Context Contract

The exact field names can match your systems. The important part is that downstream agents receive a stable context bundle.

What to Track

Track categories and attributes from the start:
  • Intake source
  • Channel
  • Customer segment
  • Support tier
  • Context completeness
  • Missing context type
  • Duplicate or update status
  • Known incident match
  • Prior-ticket count band

Creating Deployments

Create the entry-point deployment.

App Tools

Use connected tools to read ticketing, CRM, and product context.

Custom Tools

Add internal lookups for account, entitlement, or product data.

Attributes

Track context completeness and customer properties.