- Add startup wizard module for first-run configuration - Add white-label branding system with .product file support - Add bot manager for lifecycle, MinIO buckets, and templates - Add version tracking registry for component updates - Create comparison doc: BASIC vs n8n/Zapier/Make/Copilot - Add WhatsApp-style sample dialogs to template documentation - Add data traceability SVG diagram ```
5 lines
173 B
QBasic
5 lines
173 B
QBasic
|
|
PARAM text as STRING
|
|
DESCRIPTION "Called when someone wants to create a customer by pasting unstructured text, like and e-mail answer."
|
|
|
|
SAVE_FROM_UNSTRUCTURED "rob", text
|