SetCustomerInfo

The SetCustomerInfo action sets customer-level (business/tenant) information fields such as the organization name.

SetCustomerInfo(
    **fields: str
)

Where:

  • **fields: Arbitrary keyword arguments representing customer info fields to set (e.g., organizationName).

Example

{{SetCustomerInfo(organizationName="My Business Name")}}

The above code snippet sets the organization name of the customer to "My Business Name."