Visual reference for EmailProfileFlow module. All layouts derived from the actual Razor views and CSS in the codebase.
| Label | Status | Name | From Name | Title | Data Source | Source Email | Sales Agent | Ops Owner | Active | Action | |
|---|---|---|---|---|---|---|---|---|---|---|---|
| Acme Outreach | Active |
John Smith | John Smith | Sales Director | LBData | john@acme.com | John Smith | aleksandra.angelova@sopro.io | |||
| Corp Gifting | Active |
Jane Doe | Jane Doe | VP Sales | DBData | jane@corp.com | Jane Doe | ops.manager@sopro.io | |||
| AI Outreach (Generative) | Active |
Bob Johnson | Bob Johnson | AI Sales Agent | bob@aioutreach.com | Bob Johnson | head.ops@sopro.io | ||||
| Old Campaign | Inactive |
Mary Williams | Mary Williams | Senior Sales | Mary Williams |
Rendered inline beneath an expanded profile row. Source: EmailAddresses.cshtml. When "Show inactive addresses" is ON, removed accounts (soft-deleted with Active = false) reappear.
| Sending mechanism | Tracking domain | ReplaceID | Active sending | |
|---|---|---|---|---|
| john.smith@acme-outreach.com | GSuite | track.acme.com | — | |
| j.doe@acme-outreach.com | Outlook | track.acme.com | — | |
| old.address@acme-outreach.com | GSuite | track.acme.com | john.smith@acme-outreach.com |
Source: _EditEmailProfile.cshtml — 3-step wizard modal. Step 1 shown here. The Email Accounts multi-select shows a hybrid list: existing EPAs by ID + emails from account entities without EPAs (prefixed NEW:). Selected NEW: entries auto-create EPAs via CheckEmail lookup on save.
Source: _EditEmailProfile.cshtml — Step 2 of the wizard (Max prospects per day per company).
Source: _EditEmailProfile.cshtml — Step 3 of the wizard with Generative-type options visible.
Source: Clone.cshtml — Lightweight modal for duplicating a profile with a new label and from-name.
Source: GenerativePreview.cshtml — Standalone page with two-column layout: generated messages table (left) and recipient details panel (right).
| Stage | Subject | TextContent | Action |
|---|---|---|---|
| 1 | Quick question about [Company] | Hi {{FirstName}}, I noticed that [Company] has been doing great work in [Industry]... | |
| 2 | Following up on my last email | Just wanted to follow up on my previous message. Would love to connect... | |
| 3 | One more thought | I know you're busy, but I wanted to share one more thing... |
Sodastream/Web/Web/Views/EmailProfileFlow/*.cshtml