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
Solved! Go to Solution.
Unfortunately, there’s no way to do this in the UI. Using the API you could crawl email asset content.
thanks.