Re: Token access in email script?

Anonymous
Not applicable

Token access in email script?

Is there a way to access the content of a Token in a script? I need HTML output based on the contents of a token that I passed through the API.
Tags (1)
6 REPLIES 6
Anonymous
Not applicable

Re: Token access in email script?

Tokens within tokens... Everyone wants that - let's see what the Marketo reply is.
Grant_Booth
Level 10

Re: Token access in email script?

Hi Till,

 

Could you clarify what you mean with a more specific example? What kind of tokens were you looking to access?

Anonymous
Not applicable

Re: Token access in email script?

Hi Grant,

I wish to access a text token that determines if a specific email has sponsored content. If this is so, I would use the script to insert a message designating this mail as sponsored.

Thanks,
Till
Alicia_Bell
Level 2

Re: Token access in email script?

Hi Till,

I am looking to do something similar - did you ever get a resolution?
Anonymous
Not applicable

Re: Token access in email script?

Hi Alicia,

apparently what I was asking for is not possible. We resolved this by implementing all those things in our own backend, before sending any data through the API. It's far from ideal, but for us it works now.

All the best,
Till
Anonymous
Not applicable

Re: Token access in email script?

Is that possible to replace an email content based on the token value?

Say for example, I am having a token value as xxxx, and i need to replace the (if token value is xxxx change to content as "YYYY").

Is that possible to do anyways? By email script token or any other mode?