SOLVED

Re: Find My Token used in an Email

Go to solution
Stephen_Moore
Level 2

Here is the backstory:
We use a third party to translate our emails, unfortunately sometimes the translations will come back with a translated token.
example: {{my.utm_campaign}} becomes {{my.utm_campaign_lang_es_ES}}

I want to delete these tokens, but they are in use.
Is there a way to find the emails that use these tokens so I can correct them and delete the incorrect token from the main folder?

Thanks

1 ACCEPTED SOLUTION
SanfordWhiteman
Level 10 - Community Moderator

Unfortunately, there’s no way to do this in the UI. Using the API you could crawl email asset content.

View solution in original post

2 REPLIES 2
SanfordWhiteman
Level 10 - Community Moderator

Unfortunately, there’s no way to do this in the UI. Using the API you could crawl email asset content.

Stephen_Moore
Level 2

thanks.