mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2026-06-20 00:09:33 +00:00
29 lines
437 B
Plaintext
29 lines
437 B
Plaintext
flowchart LR
|
|
subgraph Data
|
|
SF[Salesforce]
|
|
G[Gong / مكالمات]
|
|
end
|
|
|
|
subgraph Intelligence
|
|
AF[Analytics & Forecasting Crew]
|
|
CR[churn risk score]
|
|
end
|
|
|
|
subgraph Revenue
|
|
UC[Upsell Crew]
|
|
DO[Deal Orchestrator]
|
|
end
|
|
|
|
subgraph Outbound
|
|
WA[WhatsApp]
|
|
EM[Email + case studies]
|
|
end
|
|
|
|
SF --> AF
|
|
G --> AF
|
|
AF --> CR --> UC
|
|
UC --> WA
|
|
UC --> EM
|
|
UC --> DO
|
|
DO --> RN[Renewal + upsell closed]
|