SOLVED

Tokens in an Email

Go to solution
Anonymous
Not applicable

Tokens in an Email

Hi Community, 

I have program folder for "content downloads" and our goal is to send sales an email everytime someone downloads content from our website.  So far everything is working except for the token aspect because our alert emails keep saying the same content piece.  I did look in the my tokens at the folder level and there is nothing there, could this be what is wrong? 

For the smart list I have:
  • Fills out form (form name)
  • visted webpage (link here)
  • email is not empty.
For the flow I have:
  • Interesting Moment- type=web, description= Downloaded White Paper: {{Campaign.Name}}
  • Send alert- email & email address
Thanks 🙂 
1 ACCEPTED SOLUTION

Accepted Solutions
Robert_Solis1
Level 3

Re: Tokens in an Email

Hi Kristen,

I think you're using the wrong syntax for the token.  Here's the article that provides the trigger tokens.

https://community.marketo.com/MarketoArticle?id=kA050000000KywJCAS

I think the token you want to use is {{trigger.Name}} as that would provide the name of the Form being filled out.

View solution in original post

2 REPLIES 2
Robert_Solis1
Level 3

Re: Tokens in an Email

Hi Kristen,

I think you're using the wrong syntax for the token.  Here's the article that provides the trigger tokens.

https://community.marketo.com/MarketoArticle?id=kA050000000KywJCAS

I think the token you want to use is {{trigger.Name}} as that would provide the name of the Form being filled out.
Anonymous
Not applicable

Re: Tokens in an Email

Thanks Robert, you are awesome!