Skip to main content
Contributor I
June 30, 2022
Solved

Send specific URL to email contacts

  • June 30, 2022
  • 1 reply
  • 621 views

Hello everyone, I would like to ask if there is a way to send to each address of a mailing list, a specific URL from a CSV file containing an X amount of URLs.

 

The final outcome would be each email address receiving an email with a unique and personal URL. Thanks in advance!

    This topic has been closed for replies.
    Best answer by retention

    Hi @Riccardodg, welcome to the community!

    If you have a specific URL for each email, you can upload that into one of your Klaviyo Lists and assign it a Custom Property field name. Klaviyo has a good documentation on how to upload emails with custom properties here:

    Then, you can use the personalization tag in your Campaign (or Flow Message) Email Template like you use any custom property in a template.  In this case, the field name is “Custom-URL” - but of course you can name this field whatever you want.  There’s also a “default” value in the event that a Profile doesn’t have this field value. 

    {{ person|lookup:'Custom-URL'|default:'some default URL' }}

    Hope that helps!

     

    1 reply

    retention
    Partner - Platinum
    retentionAnswer
    2025 Champion
    June 30, 2022

    Hi @Riccardodg, welcome to the community!

    If you have a specific URL for each email, you can upload that into one of your Klaviyo Lists and assign it a Custom Property field name. Klaviyo has a good documentation on how to upload emails with custom properties here:

    Then, you can use the personalization tag in your Campaign (or Flow Message) Email Template like you use any custom property in a template.  In this case, the field name is “Custom-URL” - but of course you can name this field whatever you want.  There’s also a “default” value in the event that a Profile doesn’t have this field value. 

    {{ person|lookup:'Custom-URL'|default:'some default URL' }}

    Hope that helps!

     

    Joseph Hsieh // retentioncommerce.com // X: @retention