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"
}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.
- Create or sync contacts through the dashboard, API, import flow, or identity-verification workflow.
- Verify the user's identity when they interact with the chatbot.
- Match the verified user_id with the contact external ID.
- Allow the chatbot to use approved contact fields during the conversation.
- 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 capability | Review before enabling |
|---|---|
| Personalization | Identity is verified and only approved fields are used in replies. |
| Actions | Connected tools can access only the customer data they need. |
| Segmentation | Attributes are accurate, current, and allowed for the workflow. |
| Synchronization | The source system and QwryAI use the same external ID. |
Fields
Common attributes
- External ID
- Name
- Phone number
- Company
- Order or account reference
- Custom attributes used for routing