Skip to main content

Customizing the "Sent By" Name on the Customer Portal

Configure what company name appears in the "Sent By" field on your Customer Payment Portal using smart fields.

By default, the Customer Payment Portal displays your account's company name in the "Sent By" field. If your organization operates under a different legal name, or if you serve multiple brands and need the displayed name to vary per customer, you can now customize this field using smart fields — without any code changes.

This is useful if you want to display your legal entity name, a custom column value, or any other smart field that resolves dynamically per viewer.


Navigating to the Setting

  1. In Kolleno, go to Settings.

  2. Select Customer Portal from the left-hand menu.

  3. Locate the "Sent By" name field — it contains a text input showing the current template (default: Sent by {{company.name}}).

Editing the "Sent By" Text

  1. Click into the text input to edit it.

  2. Type your desired text. To insert a smart field, click the Insert Smart Field button within the input.

  3. Choose from the following available smart fields:

Smart Field

What It Displays

{{company.name}}

Your company's default name (default)

{{company.legal_name}}

Your company's legal entity name

{{customer.name}}

The name of the customer viewing the portal

{{customer.ref}}

The reference of the customer viewing the portal

Custom columns

Any custom column from your data — resolved per viewer

Once you're happy with the template (e.g. Sent by {{company.legal_name}}), click Save.

Verifying the Result

  1. Open or share a Customer Portal link with a customer to verify the "Sent By" field displays the correct value.

Tip: Smart fields are resolved dynamically — if you use {{customer.name}} or a custom column, each customer will see the value specific to their account when they open the portal.

Did this answer your question?