Contact Database
Build a customer rolodex automatically. Every inbound email creates or updates a contact profile, so your team always knows who theyβre talking to β their company, tags, notes, and full ticket history β without any manual data entry.
Enterprise plan required. The contact database is available on the Enterprise plan ($19/month).
How it works
When an email arrives, Scitor automatically:
- Creates or updates a contact profile for the sender
- Detects the senderβs company from their email domain (if enabled)
- Auto-tags VIP contacts based on your configured domains
- Links the new ticket to the contactβs history
Setup
Add a contacts section to your .github/scitor.yaml:
contacts:
auto_create: true
auto_company: true
show_context: true
vip_domains:
- acme.com
- bigcorp.io
company_domains:
acme.com: Acme Inc
bigcorp.io: BigCorp International
Configuration Options
| Option | Default | Description |
|---|---|---|
auto_create |
true |
Automatically create contacts from inbound emails |
auto_company |
true |
Auto-detect company from email domain |
show_context |
true |
Post customer context comment on new tickets |
vip_domains |
[] |
Domains to auto-tag as vip |
company_domains |
{} |
Map domains to company names (overrides auto-detection) |
Managing Contacts
Use the /customer slash command to manage contact records directly from GitHub Issues:
View a Contact Profile
/customer
Shows the profile of the customer who sent the current ticket, including tags, notes, company, and ticket history.
Add a Note
/customer note Prefers email over phone. Key decision maker.
Tag a Contact
/customer tag enterprise
/customer untag enterprise
Set Company
/customer company Acme Inc
Customer Context Comments
When show_context: true, Scitor automatically posts a collapsed context comment on new tickets from returning customers. This includes:
- Timeline β first seen and last seen dates
- Recent tickets β last 5 tickets with issue number, title, status, and date
- CSAT score β average satisfaction rating (if CSAT is enabled)
- Notes β recent notes added by your team
This gives your support team instant context without leaving the GitHub Issue.
Privacy
Contact email addresses are stored as SHA-256 hashes by default. The original email is only stored if auto_create is enabled (for display purposes in the /customer command). All contact data is scoped to your installation and never shared across organizations.