Skip to main content

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 / Chat covering setDisplayName: required displayName, plus optional setOnlyIfEmpty, maxLength (1–255), and onOverflow (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; the dataStorage row uses the real func_ids (get / set / list / delete) instead of the stale getData / setData / listData / deleteData labels.