Can you edit the {{company.Website}} token? | Community
Skip to main content
New Participant
September 14, 2021
Question

Can you edit the {{company.Website}} token?

  • September 14, 2021
  • 1 reply
  • 1370 views

Is it possible to edit the {{company.Website}} token to no longer pull in the www. in front of the domain? It seems most discussions mention modifying tokens on the individual programs, but I am looking to update this across the entire instance as we map this on the contact record. 

 

Thank you in advance!

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

1 reply

SanfordWhiteman
New Participant
September 14, 2021

{{lead.tokens}} and {{company.tokens}} themselves cannot be editable because they are direct reflections of the value in the database. You change the token value by changing the field value.

 

Now if you want to customize the output of a field value, you’d want to use a Velocity (Email Script) {{my.token}}. Stripping off a leading “www.” is easy stuff in Velocity.