GetCustomerInfo
The GetCustomerInfo action retrieves the customer (business/tenant) information object. This returns an object containing fields such as tenant, organizationName, and other customer-level details.
GetCustomerInfo()
Example
{% set customer_info = GetCustomerInfo() %}
{{SendMessage(message=customer_info.tenant)}}
The above code snippet retrieves the customer info object and sends the tenant identifier to the chat.
Updated 4 days ago
