mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2026-06-19 15:59:37 +00:00
20 lines
761 B
Plaintext
20 lines
761 B
Plaintext
sequenceDiagram
|
|
participant WA as WhatsApp Business
|
|
participant ID as IntentDetector + Prospecting Crew
|
|
participant Q as Qualification Crew
|
|
participant SF as Salesforce / CRM
|
|
participant DO as Deal Orchestrator (CEO / LangGraph)
|
|
participant P as Proposal + Pricing
|
|
participant N as Negotiation / Objections memory
|
|
participant C as Closing + Stripe + eSign
|
|
|
|
WA->>ID: رسالة عميل (12 موقع بناء)
|
|
ID->>Q: تفعيل تأهيل ذكي
|
|
Q->>SF: سحب حساب + تاريخ
|
|
Q->>DO: Lead مؤهل + BANT
|
|
DO->>P: عرض سعر + deck + Stripe
|
|
P->>N: اعتراض "غالي"
|
|
N->>DO: رد مبني على ذاكرة اعتراضات
|
|
DO->>C: عقد + رابط دفع واتساب + توقيع
|
|
C->>WA: تأكيد إغلاق
|