Skip to content

Salesforce Automation

Qir05 edited this page Sep 2, 2025 · 1 revision

Salesforce Automation Workflow

Salesforce

Here’s a Salesforce flow focused on objects, stages, and field updates.

flowchart TD
  A[Lead Created<br/>Source = Web] --> B[Assign Owner<br/>Round Robin or Territory]
  B --> C[Auto Update Fields<br/>Industry / Region / Score]
  C --> D[Send Welcome Email<br/>Log Activity]
  D --> E{Qualified Lead?}
  E -- Yes --> F[Convert Lead -> Contact<br/>Create Account + Opportunity]
  E -- No --> G[Status = Nurture<br/>Add to Campaign]
  F --> H[Opportunity Stage = Discovery<br/>Create Sales Tasks]
  H --> I[Stage = Proposal<br/>Auto Generate Quote]
  I --> J[Stage = Closed Won<br/>Trigger Invoice Flow]
  J --> K[Customer Success Handoff<br/>Onboarding Workflow]
Loading

Clone this wiki locally