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!
{{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.