Any way to get template ID from email already created or sent?

Geoff_Krajeski1
Level 10 - Champion Alumni

Any way to get template ID from email already created or sent?

Is there any way to get an email template ID from an email that is already created or has been sent?

5 REPLIES 5
Grégoire_Miche2
Level 10

Re: Any way to get template ID from email already created or sent?

Hi Geoffrey,

The REST API can give you this info : Get Email by Id » Marketo Developers

From the user interface, it will take that you navigate from the email to the template, and look at the template URL. It will look like this :

app-e.marketo.com/#ET1207B2ZN14

The 4 digits after #ET are the template ID, from what I gather.

https://app-e.marketo.com/#ET1207B2ZN14

-Greg

Justin_Cooperm2
Level 10

Re: Any way to get template ID from email already created or sent?

1

Geoff_Krajeski1
Level 10 - Champion Alumni

Re: Any way to get template ID from email already created or sent?

Is the ID available anywhere in the header information of the HTML file perhaps?

I'm less familiar with the APIs...

Grégoire_Miche2
Level 10

Re: Any way to get template ID from email already created or sent?

Hi Geoff,

No, the ID is not in the HTML file. The URL of the email in the Marketo UI is the easiest way to get it.

-Greg

Geoff_Krajeski1
Level 10 - Champion Alumni

Re: Any way to get template ID from email already created or sent?

Yes, I was trying to "reverse engineer it" so I could get which template, or email and then template, was utilized for a particular send.

Again, Marketing Ops trying to reign in all of the chaos when we have nearly 30 users in our instance!