Contacts

Contacts Overview

Use contacts to keep customer identity, conversation history, and attributes connected.

Documentation Index

Fetch the complete documentation index at: /llms.txt

Use this file to discover all available QwryAI pages before exploring further.

Contacts let you store and manage user data that your chatbot can access during conversations. Use contacts when a visitor should be treated as an identified user instead of an anonymous session.

{
  "external_id": "customer_12345",
  "user_id": "customer_12345",
  "email": "customer@example.com",
  "name": "Customer Name"
}
QwryAI contact details context
Use contact context before replying, personalizing an answer, or assigning follow-up work.

How Contacts Work

Contacts bridge the gap between anonymous visitors and identified users in your business system. Once linked, the chatbot can use the stored record for personalized responses and user-specific actions.

  1. Create or sync contacts through the dashboard, API, import flow, or identity-verification workflow.
  2. Verify the user's identity when they interact with the chatbot.
  3. Match the verified user_id with the contact external ID.
  4. Allow the chatbot to use approved contact fields during the conversation.
  5. Keep the contact record synchronized with your source system.

Key Benefits

Secure Data Storage

Keep user data encrypted, access-controlled, and available only to workflows that need it.

Personalized Conversations

Let the chatbot reference approved user-specific context after identity is verified.

Action Context

Use contact data to power actions such as account, routing, lead, or store workflows.

Data Synchronization

Keep QwryAI contact records aligned with your external systems and databases.

Contact capabilityReview before enabling
PersonalizationIdentity is verified and only approved fields are used in replies.
ActionsConnected tools can access only the customer data they need.
SegmentationAttributes are accurate, current, and allowed for the workflow.
SynchronizationThe source system and QwryAI use the same external ID.

Fields

Common attributes

  • External ID
  • Name
  • Email
  • Phone number
  • Company
  • Order or account reference
  • Custom attributes used for routing