Skip to content

Flow: free workshop requests

The structured front door for new business, replacing a generic contact form. WhatsApp and the classic contact form continue to exist alongside.

flowchart TD
    A[Visitor clicks Book the free workshop] --> B["/free-workshop form:\ninterests (like pricing), project size,\nmigration need, message,\ncontact + company details"]
    B --> C[Website relays server side\nwith shared secret header]
    C --> D[Portal validates and stores WorkshopRequest]
    D --> E["Indicative total computed:\nmonthly by size class +\none off migration bracket"]
    E --> F[Email alert to Georg]
    F --> G[Admin inbox: hub /admin/workshop_requests]
    G --> H{Georg}
    H -->|contacted| I[Mark contacted]
    I --> J[Workshop scheduled]
    J --> K{Converted?}
    K -->|yes| L[Company + users created,\ntreated like any client]
    K -->|no| M[Dismissed, kept as record]