Unified Workflow Documentation
Per UNIFIED_WORKFLOW.md - Ingestion & SOW Review
Email Ingestion Workflow
Automated email processing system per Ingestion_workflow.md
This workflow monitors Gmail for customer submissions, extracts metadata, routes to CA for approval, and either processes approved documents or sends rejection feedback.
Processing Steps
6-step workflow from email receipt to CA decision
Gmail Listener
Monitor inbox for new emails
Email Filter
Check if email is about application/submission/document
Attachment Detector
Identify and extract attachments from email
Metadata Extractor
Extract customer name, document type, and relevant info
Routing Service
Send extracted metadata to CA for review
CA Review
CA reviews and approves/rejects submission
CA Decision Paths
Two possible outcomes after CA review
Approved
Next: Database Insertion
- Insert customer data
- Upload documents to folder
- Notify customer
Rejected
Next: Rejection Email
- Compose rejection email
- Include CA comments
- Send to sender
System Integration
How ingestion connects to SOW Review
UNIFIED_WORKFLOW.md + Ingestion_workflow.md
Email Ingestion | SOW Review | Role-Based Routing