SOLVED

Edit Alert Token

Go to solution
Morgan_Corbett
Level 3

Edit Alert Token

Can you edit the information that is sent through the Send Alert Info token? If so, how would I do it?

1 ACCEPTED SOLUTION

Accepted Solutions
Erik_Heldebro2
Level 8

Re: Edit Alert Token

Hi Morgan,

I don't think the {{SP_Send_Alert_Info}} token is editable. I'm sure that you could always use the token in a custom field and append extra tokens next to it if this would be preferable.

Otherwise if you want to change it you could make your own snippet with the similar data the token contains:

  • First name and last name as a link to the lead detail in Marketo
  • A link to the lead in your CRM
  • The campaign name in Marketo that sent the alert
  • The time at which the alert was sent

Making your own using:

  • Standard attribute tokens for name and link to lead detail with a lead ID token
  • Link to your CRM with the correct ID token identifying the lead
  • A trigger token for the campaign
  • A system token for the date stamp
  • Then change or add whatever you want

All depends what you want to edit, it seems doable!

/Erik

View solution in original post

5 REPLIES 5
Erik_Heldebro2
Level 8

Re: Edit Alert Token

Hi Morgan,

I don't think the {{SP_Send_Alert_Info}} token is editable. I'm sure that you could always use the token in a custom field and append extra tokens next to it if this would be preferable.

Otherwise if you want to change it you could make your own snippet with the similar data the token contains:

  • First name and last name as a link to the lead detail in Marketo
  • A link to the lead in your CRM
  • The campaign name in Marketo that sent the alert
  • The time at which the alert was sent

Making your own using:

  • Standard attribute tokens for name and link to lead detail with a lead ID token
  • Link to your CRM with the correct ID token identifying the lead
  • A trigger token for the campaign
  • A system token for the date stamp
  • Then change or add whatever you want

All depends what you want to edit, it seems doable!

/Erik

Jessica_Kao3
Level 10 - Champion Alumni

Re: Edit Alert Token

What exactly are you trying to accomplish?  Depending on the type of alert I typically include a whole host of information that is relevant to the action surrounding the alert. 

Theresa_Boesken
Level 2

Re: Edit Alert Token

I have the same problem: I want to carry over the box checked for day requested (in form) in the alertdemocontact.png

how can I do this??

--Thanks

Erik_Heldebro2
Level 8

Re: Edit Alert Token

Hi Tracy,

To carry this value you would go to edit the form in Marketo and check what the field is called with the Checkboxes for days from your screenshot by clicking on it.

When you know the name of your custom field, you will need to go to your alert email and add a token in the text:

pastedImage_0.png

Search for the name of your field and you are done.

Follow-up question though: Should leads be able to register for multiple days? If not I would suggest changing field type to Select (dropdown) so there is one choice and making the field mandatory (does not seem to be mandatory right now)

/Erik

Theresa_Boesken
Level 2

Re: Edit Alert Token

Thank you!!!! And you have a good point about limiting their choice of days to only allow one. This is what I ended up with:

Dear {{lead.Lead Owner First Name:default=Awesome Sales Team}},

This person wants to schedule a demo at HiMSS17 with a Medicity expert:

On {{lead.Area of Interest:default=edit me}}
{{SP_Send_Alert_Info:default=edit me}}

Sincerely,

Your Marketing Team