SOLVED

Re: Sales alert with interesting moment or campaign information

Go to solution
Eric_Salamon1
Level 6

First let me explain the background. The sales team is not the best when it comes to SFDC or any technology. They are ok when it comes to Email. I want to know if it is possible to add the last x interesting moments, or the last x campaigns the individual was a part of and any recommendations that you may have to make this goal work.

If the answer involves scripting in velocity please shoot the answer with a link, so that I can better be able to adapt and make it work.

1 ACCEPTED SOLUTION
Dan_Stevens_
Level 10 - Champion Alumni
12 REPLIES 12
Mark_Price
Level 7

Hi Eric,


Using Trigger Tokens you can access some the data you are after but it will only be for the current trigger that made the campaign run (think webform fillout, page visit etc). 

https://docs.marketo.com/display/public/DOCS/Tokens+Overview#TokensOverview-TriggerTokens

Other tokens that may be of use:

System Tokens

Program Tokens

Campaign Tokens

For past events, you could use a smart campaign to copy the data to a custom field for a rolling history of sorts, but may not be recommended based on the scale / scope and data needs.

Eric_Salamon1
Level 6

I will review the triggers again. Thanks!

Mark_Price
Level 7

Hope it works out well for you!    For the history idea, Dan's link above has the gist of it

Dan_Stevens_
Level 10 - Champion Alumni

Yep - trigger tokens are shown in the example I included here:

Mark_Price
Level 7

We're speaking the same language.     

I like the solution but if someone was to implement something similar (or even something more robust), the token list helps a bit.

Dan_Stevens_
Level 10 - Champion Alumni

Our alerts are packed with information - including what's normally included in MSI, when viewed in CRM.  We have dedicated history fields for both Interesting Moments and Web activity:

pastedImage_1.png

Veronica_Holme4
Level 10 - Champion Alumni

I love the warning to not include the alert to the client in lead followup. If I had a dollar for every sales rep that has done that.... *cries*

Eric_Salamon1
Level 6

That would be awkward for the client... This email for now is only going to me the VP and the Director of marketing, so I think we are safe. But I should include a line about not sharing this data with clients.

Veronica_Holme4
Level 10 - Champion Alumni

Yeah it'll happen sometime, trust me.

Eric_Salamon1
Level 6

Good to know that it is possible. Do you know how that type of setup was implemented?

Dan_Stevens_
Level 10 - Champion Alumni

Eric, have a look at my replies in these threads:

Re: Subscription to Weekly Report of People Who Visited Specific Web Pages

Eric_Salamon1
Level 6

Thanks I will review them.