Recruiter email parser — auto-populate Contacts from inbox #102
Labels
No labels
a11y
backlog
beta-feedback
bug
enhancement
feature-request
frontend
needs-triage
question
vue
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Circuit-Forge/peregrine#102
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Contacts view currently shows emails logged by the user or seeded into the DB. We need an email parser that automatically detects and imports recruiter emails from a connected inbox (IMAP or Gmail API).
What it should do
job_contactswith direction=inboundand the detectedstage_signalClassifier labels available
Avocet already defines 9 labels that map directly to stage signals:
interview_scheduled,offer_received,rejected,positive_response,survey_received,neutral,event_rescheduled,unrelated,digestUse the classifier pipeline from
scripts/classifier_adapters.pyfor detection.Notes
config/email.yaml(gitignored), same pattern asconfig/notion.yamlRelated
web/src/views/ContactsView.vueGET /api/email/syncalready exists in dev-api.py/Library/Development/CircuitForge/avocet/