Set Display Name Func Docs
The YAML reference now documents the new setDisplayName chat func — sets a custom chat title (stored separately from the channel-provided %chat:title%), with optional length capping and overflow handling.
Added
- Set Display Name — new page under
Func / ChatcoveringsetDisplayName: requireddisplayName, plus optionalsetOnlyIfEmpty,maxLength(1–255), andonOverflow(truncate/skip/fail). Examples include setting from collected first+last name, only-if-empty (don't clobber WhatsApp profile names), CRM-lookup with cap, strict-fail for re-prompt flows, and clearing the value.
Fixed
- YAML Overview — chat row now lists
setDisplayName; thedataStoragerow uses the realfunc_ids (get/set/list/delete) instead of the stalegetData/setData/listData/deleteDatalabels.