Skip to main content
December 21, 2017
Question

Companyname token without url

  • December 21, 2017
  • 2 replies
  • 1784 views

is there a way to remove the URL of the populated token (company name) without velocity?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

SydneyMulligan
Level 7
December 21, 2017

Hey Netali,

I think I need more information. The {{company.Company Name}} token does not by default have a URL in it, so it may be an issue specific to how that data is populated in your CRM.

SanfordWhiteman
Level 10
December 21, 2017

Also, Netali, let's continue on this thread (I also responded to your question on the other post).

Like I said there and Sydney echoes here, the Company Name doesn't usually have a URL, but if you have URLs -- or any text content -- that you need to strip out/reformat, there are only 2 options:

  • Velocity, which can do any changes on-the-fly in an outbound email, but doesn't permanently alter the underlying field content.
  • A webhook-based scripting engine, which can permanently modify/normalize field content.