Find My Token used in an Email | Community
Skip to main content
Stephen_Moore
New Participant
April 2, 2024
Solved

Find My Token used in an Email

  • April 2, 2024
  • 1 reply
  • 1567 views

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

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

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

1 reply

SanfordWhiteman
SanfordWhitemanAccepted solution
New Participant
April 2, 2024

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

Stephen_Moore
New Participant
April 3, 2024

thanks.