Sales email alert for new account activity | Community
Skip to main content
Amanda_Giacobas
Level 2
January 31, 2020
Question

Sales email alert for new account activity

  • January 31, 2020
  • 1 reply
  • 1678 views

I would like to send an email alert to the Salesforce account owner out of Marketo when an account field changes to a particular value.

 

I set up a triggered smart campaign to send an alert based on a data value change to a company field, but then realized that when the company value updates in Marketo, the tens or hundreds of associated contacts will all qualify for the smart campaign! 

Does anyone know of a way to send 1 alert email per data value change on the company records instead of 1 alert email per data value change on the person record?

 

Thank you!

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

1 reply

SanfordWhiteman
Level 10
January 31, 2020

You could do this by invoking a webhook on Data Value Changes (instead of sending the Alert directly). Then the webhook can only respond for the first change in a batch, ignoring the others.

 

(Note: Marketo would still be invoking the webhook for each; the webhook service would be coded to ignore all but the first call.)

 

Although really this would be easier to do in Apex I think (set a flag on one contact).