Has Opportunity Notification | Community
Skip to main content
May 19, 2016
Solved

Has Opportunity Notification

  • May 19, 2016
  • 2 replies
  • 3145 views

I've set up a notification that goes out to alert me of new Opps that have been added to contacts and it works like a charm.

However, I can only tell that a new Opp has been added and not which Opp was added (our contacts can be tied to dozens).

Is there a way to include in an email or alert which Opp was created by included the Opp name or something?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Kenny_Elkington

You can pull info from the opportunity via scripting tokens.  In this case you'd probably want to pul the name, and any other info, from the $TriggerObject.  You can read more here and here

2 replies

Kenny_Elkington
Adobe Employee
Kenny_ElkingtonAdobe EmployeeAccepted solution
Adobe Employee
May 19, 2016

You can pull info from the opportunity via scripting tokens.  In this case you'd probably want to pul the name, and any other info, from the $TriggerObject.  You can read more here and here

May 20, 2016

Thanks Kenny!

I figured it out.

It looks like it's not as simple as putting the token right in? {{$TriggerObject.Type}} returns a "token is not valid" error

Kenny_Elkington
Adobe Employee
Adobe Employee
May 26, 2016

It looks like this should allow approval on the face of it.  I think you'll need to file a support ticket here to see why it won't let you approve.

May 26, 2016

Ok thanks. Marketo support told me to reach out to you :S

They're escalating the issue now.