All Collections
Automation
Templates
Create a dynamic hyperlink in your templates
Create a dynamic hyperlink in your templates

This article will go through how you can turn any word into a hyperlink in your templates and communications.

Adonis Damalis avatar
Written by Adonis Damalis
Updated over a week ago

You have ability to create a hyperlink from any word in your templates and communications. See the steps below on how you can use this feature:

Turn any word into a hyperlink:

Example below shows the word here which redirects to example.com

Steps:

  1. Choose word: here

  2. Choose link to redirect to: https://www.example.com

  3. Merge together with {{|hyperlink:'here' }}

    1. https://www.example.com + {{|hyperlink:'here' }}

  4. {{ "https://www.example.com"|hyperlink:'here' }}


Turn any Kolleno smart field into a hyperlink:

Example below shows the word here being hyperlinked to a smart field

Steps:

  1. Choose word: here

  2. Choose smart field: {{ customer_portal.url}}

  3. Merge together with {{|hyperlink:'here' }}

    1. {{ customer_portal.url}} + {{|hyperlink:'here' }}

  4. {{ customer_portal.url|hyperlink:'here' }}

Did this answer your question?